steve92
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Donovan] Decrease page widthIf possible I would like to resize only the part marked with the green arrow.
Forum: Themes and Templates
In reply to: [Donovan] Only put the sidebar in the homeSolved!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] put the search code in the menuSOLVED!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] put the search code in the menuWhere I put this code?
Good, I solved temporarily by entering the smiley code symbol HTML, e.g.
<span style="font-size:2em;">🙁</span>Forum: Themes and Templates
In reply to: [Donovan] Hide the envelope icon when there are no commentsSOLVED!
./inc/template-tags file
Original code #316:
echo donovan_get_svg( 'mail' );New code:
if ( get_comments_number() ) echo donovan_get_svg( 'mail' );Forum: Themes and Templates
In reply to: [Donovan] Some suggestions for the next version of DonovalThis problem occurs only with pages, not with articles.
Code that I have to hide in the file:
<?php the_post_thumbnail(); ?>I would release the light version and keep this as a premium.
Okay, as a plugin it’s good, but if I were you I would simplify it, I would remove the double options, I would do a simple thing with simple settings.
I think you just have to change the code because to me as admin founder the 4 emails arrive
Yes, also spam
Okay, it’s automatic only for visitors who sign up for Subscribe2 form, well that’s right.
Okay, I think we’ve solved it.
It works, but the selection of categories should be automatic. Here I have set manually
- This reply was modified 6 years, 2 months ago by steve92.

