Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #605510

    I am trying to make a copy of the styling of the homepage header on my other pages.
    The page content looks exactly the same, yet the Layerslider WP slider is not looking the same as on the homepage.
    It is a lot lower than the one on the homepage.

    How can I ensure that the header on all pages is similar to the header on the homepage?
    Can I add something to my child-theme to fix this?

    #605644

    Hey envis,

    Looks like you’ve made some customisations there and I think that is what is causing your problem. Looks like the breadcrumbs will not be displayed in a good way so you might want to consider turning them off. You can try the following CSS as well:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main .stretch_full {
        padding-top: 0px !important;
    }

    Best regards,
    Rikard

    #606425

    Rikard,

    Thanx for your Speedy reply :)

    The CSS is wrong I admit, but fixing that doesn’t eradicate my poblem.
    The HTML is different too between the homepage and the other page:

    Homepage (code before slider):

    <div id="main" data-scroll-offset="88">
    
    	<div id="layer_slider_1" class="avia-layerslider main_color avia-shadow  avia-builder-el-0  el_before_av_section  avia-builder-el-first  container_wrap fullsize" style="height: auto;">

    The other page (code before slider):

    <div id="main" data-scroll-offset="88">
    
    	<div class="stretch_full container_wrap alternate_color light_bg_color empty_title  title_container"><div class="container"><h1 class="main-title entry-title"></h1><div class="breadcrumb breadcrumbs avia-breadcrumbs"><div class="breadcrumb-trail" xmlns:v="http://rdf.data-vocabulary.org/#"><span class="trail-before"><span class="breadcrumb-title">U are here:</span></span> <a href="http://www.john.doe" title="John Doe" rel="home" class="trail-begin">Home</a> <span class="sep">/</span> <span class="trail-end">The other page</span></div></div></div></div>
    
    	<div id="layer_slider_1" class="avia-layerslider main_color avia-shadow  avia-builder-el-0  el_before_av_section  avia-builder-el-first  container_wrap fullsize" style="height: auto;">

    Where can I edit this piece of code of the other page?

    #606947

    Hi!

    Edit the page then look for the Layout > Title Bar Settings. Disable the title and breadcrumb container.

    Best regards,
    Ismael

    #607040

    Ismael,
    Is there no way to put the breadcrumb below the slider?
    I really would like to to keep it.

    #607339
    #608189

    Thanx Rikard, I have manually added a breadcrumb to all pages with the topslider.
    I am still looking into making a custom template for the slider and breadcrumb, so I can have a more bulletproof solution.

    #609394

    Hi!

    I’m sorry but this will require customization that we can’t provide here. Please contact our partner, codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

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