Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #253401

    Hi there.
    I’ve just updated WP and Enfold and have a few issues. The site is http://www.bhutantravelbureau.com

    1) I’ve removed ‘You are here’ from the class-breadcrumb.php file however it is still appearing in the Breadcrumb. Is there somewhere else I now need to change this?
    2) The mega menu now appears aligned to the left of the corresponding menu item which causes it to extend out of the browser window edge. Is there a way to center the mega menu to the left edge of the navigation bar?
    3) When reduced to max-width=767px the logo is distorted extending across contact icons and beneath menu toggle. Is there a fix for this?
    4) In the top menu ‘Testimonials’ has no space between it and the corresponding vertical separator. How can I insert this as per the others.
    5) Custom CSS I was using for the LayerSlider on the homepage no appears to not be working:
    #top .avia-layerslider .ls-wp-container .ls-layer h1{
    font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
    font-size: 38px !important;
    font-weight: bold !important;
    letter-spacing: -2px;
    line-height:32px;}

    #top .avia-layerslider .ls-wp-container .ls-layer h2{
    font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
    font-size: 26px !important;
    letter-spacing: -1px;
    font-weight: 400 !important;
    line-height:24px;}

    Any help with resolving these issues would be much appreciated.

    #253472

    Hey davidrk!

    Thank you for using theme!

    1.) Please add this on Quick CSS or custom.css to remove the You are here: text:

    span.breadcrumb-title {
    display: none !important;
    }

    2.) Please try to change the header settings on Enfold > Header. This should fix the mega menu alignment. If you added css modifications on the mega menu before, please remove those.

    3.) Please use this:

    @media only screen and (max-width: 768px) {
    .responsive .mobile_slide_out .logo {
    float: none;
    width: 80%;
    }
    
    .responsive #header .social_bookmarks {
    position: relative;
    margin-top: 10px;
    }
    }

    4.) This should fix the padding issue:

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
    padding-left: 10px;
    }

    5.) Can you please elaborate the issue on the layer slider? Thanks!

    If you don’t mind, please create a single thread for each issue next time. That will greatly help.

    Cheers!
    Ismael

    #253642

    Ok apologies for bundling it all into one thread. A fix items fixed but others still not working. Will create individual threads for each issue.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issues after WP and Enfold updates’ is closed to new replies.