this is my forum about smart home
visit my german wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...
Thank you @tutrix!
That's great! I like it.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Great!
You did a perfect job!
Very nice and professional customization of wpForo template files.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
thanks to all for the good rating 😀
i see on your forum you have found the solution 😉
visit my german wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...
Hello @tutrix
Thanks to you, I found it and almost finished the design. If you want to review, you can find it in the title below.
https://wpforo.com/community/wpforo-showcase/n-akvaryum-forum-theme/
Thank you again.
Huzur Doğadadır...
Hello @tutrix
Actually now I looked again and I have a new question 🙂 You added photo to the forum topics, but how? 🙂
Thank you
Huzur Doğadadır...
open > layouts > 2 > forum.php
search for
<div class="cat-title" title="<?php echo esc_attr($cat['description']); ?>"><?php echo esc_html($cat['title']); ?></div>
add to
<div class="cat-title"
this
<?php echo esc_html($cat['title']); ?>
looks like
<div class="cat-title <?php echo esc_html($cat['title']); ?>"
now you have the cat title in the css class
now define the image by using css ::before
example
<div class="cat-title Forum Intern"
Custom css
.cat-title.Forum.Intern::before {
background-image: url(/wp-content/uploads/foren-icons/tutrix-2.png);
margin-right: 10px;
width: 28px;
display: inline-block;
height: 28px;
content: '';
background-size: 28px;
background-repeat: no-repeat;
vertical-align: bottom;
}
don't forget
visit my german wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...
Hello @tutrix
Great information. I will work on this.
Thank you for your support.
Huzur Doğadadır...