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

    My default setting has both enabled. But on the page that I have assigned as home page, I have disabled both. However, both title and breadcrumb show up on the home page.

    #769587

    Hey cdmajumdar,

    Please, I`d like to check your dashboard and to do it, you need to share with me your WP credentials.

    Best regards,
    John Torvik

    #769597

    Provided in private content

    #769739

    Any update on this?

    #770228

    Any update?

    #770513

    Hi,

    Could you try clearing the cache from your caching plugin to see if that helps?

    Note that if you reply to your own thread it will send it to the back of our support queue, so please try to not do so.

    Best regards,
    Rikard

    #770520

    I cleared the cache but I still see the title and the breadcrumb.

    #770597

    Is there anything else I can do? I am not sure why this basic thing is not working.

    #770708

    Hi!

    What modifications have you done and u have an Enfold Child?
    Is there anything that can brake that functioanlity?

    Regards,
    Basilis

    #770890

    Well I have not done anything other than:

    1) Installing the child theme and inheriting the configurations from parent theme
    2) Setting title and breadcrumb as enabled at global level
    3) Create a new “page” and disable title breadcrumb
    4) Assign that page to home page both at theme level and wordpress level

    Those are the changes done.

    #770903

    Hi,

    Thanks for the info and my apologies for the late response.

    I`ve checked your dashboard and all is working normally. I followed theses steps:

    1- I created this test page: http://www.worth2cents.com/test/

    2 – On the back end, I assigned this option: http://prntscr.com/errgx4

    3 – Now, you can see that the title and breadcrumbs were disabled :)

    Best regards,
    John Torvik

    #770936

    Thanks John. But how exactly the “test” page is different from “Home Page 2”?? Both pages have the title and breadcrumb as “hide both”, so why is it not working for Home page 2?

    #770959

    I think I found the problem.
    If I assign the same page as “And where do you want to display the Blog?” then it stops working.
    What is the reason behind that? And how do we fix it?

    • This reply was modified 7 years, 8 months ago by cvan.
    #773651

    Hi,

    If you set the page as blog, it’s not going to use the template-builder.php file which is the template used for the advance layout builder. It’s going to utilize the index.php file which has the title and breadcrumb enabled by default regardless of the Title Bar Settings.

    if(!empty($blogpage_id) && get_post_meta($blogpage_id, 'header', true) != 'no') 
    			{
    				echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
    			}

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.