Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #179503

    I’ve scanned the forum and cannot find a comprehensive solution to correctly displaying the navigation tabs on IE and FF.
    – Header image background won’t display;
    – Logo is too big/pixelated;
    – drop-down menu tabs won’t display background image;
    – Link style defaults to blue;

    Please check us out at http://africa.co and compare it to Chrome to see how we want it to look like across all major browsers.

    – the GEW team

    #179675

    Hey markmarich!

    You are currently using Enfold version 1.8. Recently verson 2.4.1 was released. It has many bug fixes as well as improvements. You can see some of most recent features in Blog
    So please login on ThemeForest with the account you have purchased Enfold with and go to Downloads and download the newest version
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Yigit

    #179799

    Thank you Yigit for your quick response. However, it still hasn’t solved my navigation bar issues.

    Here is how we want it to also display on IE & FF: http://africa.co/wp-content/uploads/2013/10/Screen-Shot-2013-10-23-at-11.06.23-AM.png;

    This is how it’s displaying: http://africa.co/wp-content/uploads/2013/10/Screen-Shot-2013-10-23-at-11.06.07-AM.png.

    Also notice how it’s not honoring the quick CSS to hide title & breadcrumbs wrapper.

    .title_container {
    display: none;
    }

    – GEW team

    • This reply was modified 11 years ago by markmarich.
    #180658

    Hi!

    Can you try deactivating all active plugins and check if issue remains?

    Regards,
    Yigit

    #182555

    Yigit,

    All plugins are currently disabled and it’s still the same. I can’t toggle the nav bar with “Inspect Element” to see where it’s defaulting and ignoring the css.

    #183663

    Hey!

    Please try to insert following code into the quick css field to fix the issue

    
    .title_container {
    display: none !important;
    }
    
    .header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
    background-color: #d4cec3 !important;
    }
    

    Cheers!
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Navigation issues on Internet Explorer and Firefox’ is closed to new replies.