Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #606601

    Hi there,

    The website for one of my clients is a multilanguage website using Polylang. On the blog page the Enfold title and breadcrumbs are not showing (see links to the blog pages of the development site in different languages below).

    In this topic I can read that the solution would be to choose the home page and blog page through Enfold theme options in stead of WP settings (and which would be the normal thing to do). However, because this is a multilanguage website, this is not possible for this website. If I would do that, I would run into some major functional problems.

    Is there any way to also show the title and breadcrumbs on the blog pages with these settings? It is not a life threatening issue, but it would be ‘nice’ to have the title and breadcrumbs on the blog pages too :-)

    Thanks for your advise.

    Regards,
    Monique

    #606660

    Hey Monique!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #606679

    Hi Yigit,

    See below.

    Thanks & regards,
    Monique

    #606702

    Hi!

    You chose your frontpage and blog page in Settings > Reading. I canceled your selection there and chose in Enfold theme options. Please review your website now

    Regards,
    Yigit

    #606786

    Hi Yigit,

    Like I mentioned before, that is not an option. By using the multilanguage plugin (Polylang and also WPML I believe), the pages are not rendered in a proper way! When using the Enfold settings, the home page(s) disappear completely and show the blog pages content in stead. And on the blog page(s) there is no content at all… Choosing the home and blog page(s) through WP settings is the only option to render the pages correctly.

    I had to change it back to the settings like they were before. My client will go mad when she sees this so shortly before launching the website :-(

    If you want to test the settings again to see what happens, please can you do so in the weekend (when the client is not watching)?

    If you can find a solution within the current settings that would be great!

    Regards,
    Monique

    #607355

    Hi!

    Edit index.php then look for this code around line 16:

    if(avia_get_option('frontpage') && $blogpage_id = avia_get_option('blogpage'))
    

    .. replace it with:

    if($blogpage_id = get_option('page_for_posts'))
    

    Cheers!
    Ismael

    #607767

    Hi Ismael,

    That works great! Thanks so much!

    Just for my information. I’ve put the index.php file in the child theme now. Is this file often changed when updates of the theme are being processed?

    Regards,
    Monique

    #608029

    Hi,

    It’s not changed all that often, but if you should have a problem with it at least you know where to look first now :-)

    Best regards,
    Rikard

    #608383

    Hi Rikard,

    Yes of course. And the version.txt always tels us which files have been changed. Just something to remember ;-)

    Thanks a lot and please flag this topic as closed.

    Regards,
    Monique

    #608678

    Hi Monique,

    Great, glad we could help. Please open a new thread if you should need help with anything else.

    Regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold title and breadcrumb not showing on blog page (multilanguage)’ is closed to new replies.