Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #732020

    Hi guys,

    On the news overview page I am missing the title_container (main-title and breadcrumb). See details and screen prints below). I a single post the title_container is visible.

    Blog layout is set to Elegant and Single Author, small preview Pic.
    In Enfold settings Header Title and Breadcrumbs are set to “Display title and breadcrumbs”.
    On the news page the Title bar setting is “Default Layout > set in Enfold Child > Header”. When I change that to “Display titles and breadcrumbs” I don’t see them either.

    I have already checked with plugins deactivated > doesn’t make a difference.
    I have updated to latest versions of WP, Enfold and plugins > doesn’t make a difference.
    It is the same in all main browsers, on (Samsung) tablet and (Samsung) mobile.

    Please advise.

    Thanks & regards,
    Monique

    #732031

    Hey Monique,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #732039

    Please see below.

    #732094

    Hey!

    I went to Enfold theme options > Blog Layout and choose to use Advanced Layout Builder to create your blog page however changes are not being applied. Can you please contact your hosting provider? There might be some sort of server side caching.

    Cheers!
    Yigit

    #732575

    Hi Yigit,

    There is no server side caching active.

    So what can be wrong then? I tried the same as you and experienced the same. I already re-installed WordPress and re-installed a new copy of Enfold for this site before I contacted you…

    Regards,
    Monique

    #734534

    Hi,

    The theme options for the “Nederlands” version was not configured correctly. We set the frontpage and blog page accordingly. Please note that you have to configure the theme options for every languages.

    Best regards,
    Ismael

    #734778

    Hi Ismael,

    I don’t understand what you mean by “you have to configure the theme options for every languages”. Where would I have to do that?

    I always learned that with Polylang you should not use Enfold page settings but the standard WP settings to set the home and news/blog page. By creating and connecting the NL and EN pages and posts via pages and posts maintenance, the website knows which language to show when moving through the language switcher from Dutch to English and back. It always worked well like that.

    If I set the pages for home and blog/news through Enfold Child Theme options, the Dutch news page looks and works allright, but the English news page shows no posts at all, see link below.

    Regards,
    Monique

    #736936

    Hi!

    If that is the case, we can set the Enfold > Blog Layout > Blog Layout settings to “use the advance layout builder”. Edit the page then insert the Blog Posts element. You can see the result in the “news’ page.

    Regards,
    Ismael

    #737183

    Hi Ismael,

    We cannot use the advance layout builder to set up the news page:

    • First my client wants to use the blog layout “single author, small previes pic”, which is not available in advanced layout builder.
    • Second, they require a sidebar, which in the news page has a different style from a single post. They want the style from the single post.

    Furthermore, we need to set the home and news page through WP settings in stead of through Enfold settings, otherwise the home and news page in both languages are messed up!

    I still don’t understand why the title_container disappears…

    I think we’ll try to overcome losing the title_container. All alternatives you offer don’t work for them.

    Regards,
    Monique

    #739216

    Hi!

    Thank you for the update. We modified the index.php file and changed this code:

    
    			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));
    			}

    to:

    echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
    

    The title container is displaying now even if you don’t set the front and blog page in the theme options.

    Cheers!
    Ismael

    #741156

    Hi Ismael,

    Thanks very much for the change you have made. This looks good :-)

    Is it correct that you made the change in the core theme file? Not in the child theme? I suppose I can move the index.php file into the child theme in order to avoid the change will be overwritten after an update of Enfold?

    Regards,
    Monique

    #741200

    Hi,

    Please check the file on your child theme, if it is not there or you cannot see the changes Ismael made there, then he probably made them on parent theme. In that case, please copy the file to your child theme.

    Best regards,
    Yigit

    #741226

    Hi Yigit,

    Yes, that’s what I thought. Just wanted to be sure :-)

    Can you please flag this topic as closed?

    Thanks & have a nice day,
    Monique

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Title_container missing in news overview page’ is closed to new replies.