Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #244942

    (Using a Child theme and latest version of Enfold)

    In the theme settings, despite having the option “Header Title and Breadcrumbs” enabled, and in the page template as well, neither the title nor breadcrumbs, were coming up!

    Oddly enough, this was happening in some new pages I had created. In some of the pages of the demo content, they were still there.
    Made me think that this probably wasn’t a template or CSS issue, but more of a database query not being rewritten.

    Decide to check “Screen Options” of the page I was working on and enabled “Custom Fields”. Once that was enabled, I scrolled down and noticed “header” with the value “no”. Switched that value to “yes”, updated the custom field, and finally updated the page, and the title and breadcrumbs were working again!

    Title and Breadcrumbs

    #246275

    Hey neufold!

    Thanks for the tip! I’ve noticed that some plugins are also setting the option. Typically its a post duplicator plugin which copies the meta data and then doesn’t allow the user to change it from the theme options but I’ve also encountered it with wp-super cache/w3tc.

    Cheers!
    Devin

    #253277

    Excellent tip. Saved me a lot of time. Thanks.

    Great product and user community.

    #253304

    Hey!

    Glad @neusenz could help :)

    Cheers!
    Yigit

    #262479

    Hi,

    Unfortunately this doesn’t work with Portfolio Entries. The Portfolio Entries page hasn’t got a the screen option to turn on Custom Fields. Is there a way to get the breadcrumbs displayed on the Portfolio entries?

    Thanks,
    Gonzo

    #262719

    Hey!

    Thank you for the update.

    You can enable the custom field support for portfolio items if you edit includes > register-portfolio.php. Find this code on line 38:

    'supports' => array('title','thumbnail','excerpt','editor','comments')
    

    Replace it with:

    'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')
    

    Regards,
    Ismael

    #262883

    Thanks Ismael!

    This solution makes all the difference.

    BTW, I’m using ENFOLD Child theme. Can I somehow put this solution in the child theme? That way when theme is updated I don’t have to change the register-portfolio.php again?
    I tried copying it into the functions.php file of the child theme, but that doesn’t work.

    Cheers,
    Gonzo

    #263423
    This reply has been marked as private.
    #263750

    Hey!

    Thank you for the update!


    @goncalo
    : Glad it worked. Please try to add this on the child theme’s functions.php:

    add_post_type_support( 'portfolio', 'custom-fields');
    

    @js: Thank you for following the thread. What are the issues that you’re having?

    Regards,
    Ismael

    #263980
    This reply has been marked as private.
    #264471

    Hey!

    The issue with the text block has been fixed on the latest patch, 2.7.1. Do you mind if we take a look at your current website?

    Cheers!
    Ismael

    #295956

    Great tip! Saved me. :)

    Enfold n00b
    Tim

    #295958

    Hey!

    Great! :)

    Cheers!
    Yigit

    #324461

    Thanks for this workaround, worked like a charm.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Fix for disappearing Titles and Breadcrumbs’ is closed to new replies.