Viewing 3 replies - 1 through 3 (of 3 total)
  • I just installed this plugin, and it is not working for me…

    We do have some custom css in place for the page titles, and wondering if that might have anything to do with it.. but I see that TeqToo is having similar issue.

    I would like to find out if TeqToo’s issue gets resolved, and not sure how to troubleshoot it for my site.

    https://missionsofgrace.org

    For home page, in order to get by, I removed the page title altogether, which was the main place client didn’t want it… but that won’t work on other pages, and it’s not the best solution. I might be able to add code instead, since it is just for home… the plugin, but it would be nice to have options.

    Christine

    Thread Starter TeqToo

    (@teqtoo)

    I had some issues with both this plugin, so I deleted it and installed a similar one, but with that one I discovered that it wouldn’t work whenever a page title had certain characters in it – such as the apostrophe in “President’s Message” and the ampersand in “Plans & Handouts”. Sometimes it just didn’t work to name the page something different without those special characters, as I wanted them to appear just that way in the menu.

    I found a workaround for the issue, which my theme author suggested. If it’s not working only on some pages, you might explor this option. Add to your Custom Css:

    .page-id-#### .entry-title {
    display:none;
    }

    replacing the #### with the page id number of the page where the plugin is not working. If you don’t know how to find that, just open the editing screen for the page, and on the right side, where it says, “Status”, mouse over the word “published”. In your browser’s status bar it should show the link for the page, and the post number is shown as “post=##”.

    thanks… I actually ended up doing something like that, and it worked.
    I also applied the same principle to my breadcrumbs so it wouldn’t show the page title/name on home page…

    thanks for your post…
    I found the info at this blog post for WPMU Dev site…

    Perhaps others will find it helpful..
    https://premium.wpmudev.org/blog/wordpress-hide-page-title-or-post-title-on-a-case-by-case-basis/

    Christine

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Suddenly stopped working’ is closed to new replies.