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
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
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,
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