Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #286340

    Hello, and once again thank you for the amazing theme. I have created my layer slider and positioned it as I wanted, I added layers/logos which are linked to external URLs but they are not working, I found out that if I change the header size in the settings to large the menu moves to the middle of the slider and the links work, once I add custom size 300px the menu goes where I want but renders the URLs dead.

    http://www.cyprusrally.com.cy

    Please help this is for the Official European Rally Competition and we are on a deadline to launch it

    thanks again

    #286394

    Hey Consulo!

    The website you posted is not using Enfold.

    Cheers!
    Josue

    #286409

    Oops forgot to add http://www.cyprusrally.com.cy/2014

    Thank and sorry again

    #286454

    Hi!

    I’m sorry but the header covers the layer slider and when you change the z-index property of both elements, the logo will be hidden behind the layer slider. Also, you place the menu background inside the layer slider which will surely break on mobile devices. Try to add this on Quick CSS or custom.css:

    strong.logo {
    height: 300px;
    }
    
    #top .header_color.av_header_transparency {
    color: #fc0505;
    z-index: 1000;
    height: 0;
    overflow: visible;
    }
    
    #top .av_header_transparency #header_main_alternate {
    margin-top: 300px;
    }
    
    .html_header_top #top .av_header_stretch .container {
    width: 100%;
    overflow: visible !important;
    height: 1px;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #286521

    Thank you so much Ismael worked great – the Rally world owes you big time :).

    Ideally I would like to make a div to make the main menu yellow and to delete the yellow line I had to add on the slider background. Ill launch as is but if you can help me on this one as well it will be great!

    Once again great help thank you!

    Isidoros

    #286523

    Hi!

    Glad it works. You can actually apply a background on the menu. Use this:

    .html_header_top #top .av_menu_left .main_menu {
    background: yellow;
    }

    Best regards,
    Ismael

    #286524

    That created a thin yellow line above the menu :(

    #286824

    Hi!

    Try with this code:

    #top .av_header_transparency #header_main_alternate {
    height: 35px;
    background: yellow;
    }
    

    Regards,
    Josue

    #287220

    Thank you both for you help all is perfect!!!

    Kind regards

    Isidoros

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Links on Layerslider are not working’ is closed to new replies.