• Resolved mium

    (@mium)


    I would like the widget titles to display in the sidebar of my blog page but they don’t (e.g. ‘Recent Posts’ title is not displayed over the recent posts, and ‘Recent Comments’ is not over the comments and so on. At first I thought it had to do with the’ Hide Title’plugin I have installed but I deactivated the plugin and it did not resolve the problem. Any suggestions would be greatly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Something is interfering with the widget titles then and could be something in the database maybe. The plugin you mentioned about hide titles, is that for pages or widgets?

    Thread Starter mium

    (@mium)

    Thanks for your replay.

    The problem occurs even when I deactivated the Hide Title plugin so I thought that it was not causing the problem.
    The Hide Title plugin is for posts and pages however I just found the following in the plugin FAQ and maybe this is the problem but I don’t understand why it would happen if the plugin is deactivated.

    FAQ:

    Hey! This plugin is hiding things I don’t want hidden!

    By default this plugin looks for the .entry-title class and hides it. If it doesn’t find it it will look for any h1 or h2 elements that contain the title and hide them instead. To change the default .entry-title selector to something that makes more sense to you, add the following code to the functions.php file of your current theme:

    global $DojoDigitalHideTitle;
    // Be sure to replace “.your-selector” with your selector!
    $DojoDigitalHideTitle->set_selector(‘.your-selector’);

    As noted in the comments, you’ll need to replace the string .your-selector with the css selector you’d like hidden. It can be any valid css selector such as h1, .myclass, #myid, etc. I recommend using a class or id to avoid accidentally hiding unforeseen elements.

    It could be the issue…you may want to do a quick post on their support page for the plugin to confirm that. If it is that plugin, I think they need to make some adjustments if that is the case because to be honest, no one should have to do what is suggested by pasting that into their functions file.

    Thread Starter mium

    (@mium)

    The problem is resolved. I am not sure why or when but I accidentally styled the widget title the same as the page color so I wasn’t able to see it. Very sorry to have bothered you when it was my own idiotic mistake. Thanks very much for your fabulous theme and support!

    No worries… what is important is that it’s working for you now ??
    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘widget titles do not display on the blog page’ is closed to new replies.