• Resolved jnmason88

    (@jnmason88)


    I have Foodie Pro from Genesis as a theme (wordpress version 4.6.1) – and when I try to use Genesis Title Toggle it doesn’t work. I can check or uncheck the ‘show page title’ and it doesn’t make a difference – the title still shows. I have the same issue with similar plugins (Exclude from Navigation, Exclude Pages, etc.). I am wondering if there is some coding, a plugin or something else that could be preventing these plugins from working? Appreciate any insight you might have. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    I haven’t used the Foodie Pro theme, but my guess is it has moved the page title to a different location on the page, which will make this plugin not work.

    I recommend you contact the theme developer to ask them how to remove the page title. You can then fork the plugin and make the necessary changes.

    Here’s an example of the changes required for the Interior Pro theme: https://github.com/billerickson/Genesis-Title-Toggle/compare/compat-interior-pro

    Hi,

    I’m using Foodie Pro and I have exactly the same issue with the Genesis Title Toggle plugin.

    May I ask how you’ve resolved this please?

    Regards,

    Jeff

    Thread Starter jnmason88

    (@jnmason88)

    Hi Jeff – I actually haven’t figured it out which is very frustrating! If I do, will be sure to post my solution back here.

    If you have any luck, would definitely appreciate if you let me know how!!

    I’ve tried the suggested php but didn’t work out… again, I don’t know code, so it was a copy and paste trial and error.

    I did however manage to hide permanently all titles with some Additional CSS…

    h1.entry-title, .entry-title a, .sidebar .widgettitle a {
    visibility: hidden;
    }

    Not sure if this helps you or not.

    Cheers,

    Jeff

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Genesis Title Toggle Not Working’ is closed to new replies.