Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449955

    Hi,
    I modifify header to hide breadcrum in front page adding

    <?php
    if (is_front_page()) {
    ?>
    <style>
    .home .title_container { display: none; }
    </style>
    <?php
    }
    ?>

    Over my test installation (using polylang plugin) I create a static page and translate it to all languages (catalan, spanish and english) and set it as a static front page and it works ok.

    But I repeat it on my production installation and it doesn’t work well. The breadcrum is only hide in catalan page but other front pages still show the breadcrum. I review front page customization from two installations and they are the same… Any idea its happening?

    Thanks,

    #450126

    Hey csuc!

    You can simply add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .title_container { display: none; }

    and remove the code you have added to theme file.
    If you would like to remove breadcrumbs from a certain page, you can simply edit it and choose not to display title bar – http://i.imgur.com/uE6A2nQ.png

    Regards,
    Yigit

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