• Resolved dache74

    (@dache74)


    Great widget, but I am having one issue. Even though I set a widget title “Recent News”, the title gets rendered commented out:
    <!--<span class=&quot;s5_h3_first&quot;>Recent</span> <span class=&quot;s5_h3_last&quot;>News</span>-->

    Does not matter which widget style I pick — the title does not show up.
    Here is the page: https://www.hackerdad.co/ – the widget is at the top of the left column.

    Thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    I would imagine that your Theme used filter and not properly extinguished to hide all widget titles:

    Can you write this line of code at your end of [your Theme] / functions.php

    remove_all_filters( 'widget_title' );

    It doesn’t help: Are you using a free theme, just send me the name of your used theme?

    Or you can try tests for your self to switch the Theme and take care if the deletion of the widget title still it’s happen.

    Greetings
    Daniel

    Thread Starter dache74

    (@dache74)

    Daniel,

    Thanks for the quick reply! I tried adding your snippet to functions.php, but it did not solve the problem. For some reason, this is the only plugin module that this happens to. The theme is BlogBox by Shape5.

    Thanks,
    Dennis

    Plugin Author Daniel Floeter

    (@kometschuh)

    It’s a payed Theme? Sorry so I can’t check it. (If is not, pleas leave me a link?)

    Can you try to thinks:

    – Activate a other Theme and make clear it works with e.g. a WordPress Theme like TwentySix, TwentyFive
    – Delete all widget fils and install it again

    Thread Starter dache74

    (@dache74)

    Thanks for your reply, Daniel. Switching to another template fixed the issue, so I’ve reached out to the template developer to see if they can help fix it in the template I have.

    Plugin Author Daniel Floeter

    (@kometschuh)

    Don’t understand why this code line above not work. If you want, I can give you support for your Theme and help you that this code line above works.

    Can you give me your used Theme name, if it’s not a payed Theme? And maybe a download link for your used Theme?

    If it’s a payed Theme, please, can you zip me only our Theme files (as you get it as payed link) and make it downloadable as link and send this link to:

    https://tiptoppress.com/contact/

    PS: Maybe can you give us a list of all your used widgets?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget title gets commented out’ is closed to new replies.