Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #890292

    hello,

    my navigation menu on zorbas.se is turning blue when clicking on a button. This happened after enfold og wordpress update.
    Why is it doing like that and how can it be solved?

    #891818

    Hey lech07,
    Try this code in the General Styling > Quick CSS field:

    li a:-webkit-any-link {
        color: #719430!important; 
    }

    Best regards,
    Mike

    #893226

    Seems like it´s only doing this for zorbas.se and only in chrome.
    for zorbas.dk in chrome it is working fine.

    Howcome? What could be the reason?
    I didn´t change anything, the only thing that happen was that wordpress for zorbas.dk and zorbas.se got updated.

    #893228

    furthermore after theme update on zorbas.se a responsive menu button appeared on the right which has happen before. again, this never happens with zorbas.dk but with zorbas.se i have unstable things/issues and this is a clone of zorbas.dk, so there shouldn´t be any issues normally.

    #893230

    li a:-webkit-any-link {
    color: #719430!important;
    }

    didn´t solve the issue.

    the issue is in chrome only and only for zorbas.se.
    zorbas.dk is working fine.

    #893395

    Hi lech07,

    Here is the code to show the burger, you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .main_menu .avia-menu {
            display: block;
        }
        .menu-item {
            display: none;
        }
        .responsive .main_menu {
            position: relative;
            float: right;
            top: -82px;
        }
       .responsive #header_main .inner-container, .responsive .main_menu {
        position: relative;
    }
        .responsive #top #wrap_all #header_main div.container.av-logo-container, #header_main {
            height: 110px !important;
        }
    }
    

    The css is different from the https://www.zorbas.dk/

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #896176

    when you say: to show the burger? will it show the burger menu/big menu?
    When i check on other computers it seems ok with the responsive menu, with other words it doesnt appear on laptops and big screens. But on my laptop at home the responsive menu appears.

    Any solution?
    Can i use the code for this issue?

    what is the solution for the color changing in the menu?
    zorbas.dk and zorbas.se should be the same in the menu configuration, so i dont understand why it shows pink when clicking on the menubuttons?
    Cant i just have the same without any issues???

    thanks

    #897739

    Hi,

    shows pink when clicking on the menubuttons?

    I can’t reproduce the issue on both sites. Please provide a screenshot on imgur or dropbox.

    Best regards,
    Ismael

    #902004

    It´s only when i click on a button/nav menu it turns purple.
    Tried to catch it while taking a printscreen as we are talking about few seconds.

    View post on imgur.com

    #902478

    Hi,
    While investigating your issue I noticed that It seems you have a error in your css or with a plugin, because .dk looks fine, but .se has a broken menu showing on desktop.
    Please see screenshots in Private Content area.
    Please review your css on both sites to find any difference, and also any different plugins.
    I know this is not the issue you are posting about, but I thought you should know.
    If you can’t find the issue, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    #903963
    #904609

    Hi,

    The menu transitions from the default color value to the actual color value on click. Please try to use this code in the Quick CSS field.

    .header_color a, .header_color .widget_first, .header_color strong, .header_color b, .header_color b a, .header_color strong a, .header_color #js_sort_items a:hover, .header_color #js_sort_items a.active_sort, .header_color .av-sort-by-term a.active_sort, .header_color .special_amp, .header_color .taglist a.activeFilter, .header_color #commentform .required, #top .header_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .header_color .blog-categories a, .html_elegant-blog #top .header_color .blog-categories a:hover {
        color: #000000;
    }

    Best regards,
    Ismael

    #905751

    for zorbas.se

    #905765

    I dont understand why the menu is broken? can it me from a minify plugin or something else?
    It was working fine, but i think the issue came when i updated enfold theme.

    I trtieed to add theode butu dididnt help.

    #906160

    Hi,

    The following filter is causing the issue so we disabled it.

    // Remove query string from static files
    function remove_cssjs_ver( $src ) {
     if( strpos( $src, '?ver=' ) )
     $src = remove_query_arg( 'ver', $src );
     return $src;
    }
    //add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 );
    //add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );
    

    Best regards,
    Ismael

    #906489

    thanks. it´s odd cause this is not any new change.

    #906657

    Hi,

    I guess it reloads the scripts and stylesheets after the versions in the url are removed, causing the menu color issue. It’s just a theory but it may be the case.

    Best regards,
    Ismael

    #914790

    one other thing. THe banner video on the frontpage doesnt load always the first time. This is very bad impression for visitors. How can this be fixed?

    #915225

    Hi,

    The video played on initial load, tested on chrome windows 7.

    Best regards,
    Ismael

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