Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190698

    Hi,

    I have two easy (i hope) questions :
    – How can i delete the breadcrumb . I try in wp-content/themes/enfold/index.php and page.php but no effect.
    – The slider doesn’t appear above the navigation. It’s seem to be empty.

    <div class="twl-page-in-page-content"><div id="layer_slider_1" class="avia-layerslider main_color avia-shadow  slider-not-first container_wrap sidebar_right" style="height: 301px;"></div>
    </div>

    Here the http://baray-charcutier-traiteur.fr/

    Sorry for my English and Thanks for your help.

    Regards

    #190750

    Hey leplusweb!

    You can add this on your custom.css or Quick CCS to remove the breadcrumb:

    .title_container .breadcrumb {
    display: none;
    }

    How did you end up adding a layer slider above the menu? Note that you can’t use the LayerSlider shortcode, it’s not going to work.

    Regards,
    Ismael

    #190898

    Hey !

    Obviously, thank you for the CSS code.

    I add the layer slider by the plugin “page in page”. After I create a slider in a page via the advanced content and add this shortcode :
    echo do_shortcode("[twl_page_in id=35]");
    I want to have a slider above the navigation, perhaps there is an easy way to do this ?

    Another point, I don’t want to have sidebar on the home but i want to have one in the other page. It’s possible ?

    Your help is very appreciated

    Regards,

    #191223

    Hey!

    You can edit your frontpage and choose to display sidebar in Layout options http://i.imgur.com/5kahegT.jpg

    If you really need to display slider above navigation, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header change and slider issue’ is closed to new replies.