-
AuthorPosts
-
December 19, 2017 at 12:14 am #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?December 23, 2017 at 4:20 pm #891818Hey lech07,
Try this code in the General Styling > Quick CSS field:li a:-webkit-any-link { color: #719430!important; }
Best regards,
MikeJanuary 4, 2018 at 1:12 pm #893226Seems 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.January 4, 2018 at 1:25 pm #893228furthermore 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.
January 4, 2018 at 1:35 pm #893230li 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.January 4, 2018 at 8:13 pm #893395Hi 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,
VictoriaJanuary 11, 2018 at 3:05 pm #896176when 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
January 15, 2018 at 11:22 pm #897739Hi,
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,
IsmaelJanuary 24, 2018 at 9:51 am #902004It´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.January 25, 2018 at 3:51 am #902478Hi,
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.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
MikeJanuary 28, 2018 at 11:15 pm #903963Hi Mike,
You can find the login password at https://kriesi.at/support/topic/facebook-likebox-suddenly-ot-here/#post-903962
January 30, 2018 at 4:48 am #904609Hi,
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,
IsmaelJanuary 31, 2018 at 8:19 pm #905751for zorbas.se
January 31, 2018 at 8:26 pm #905765I 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.
February 1, 2018 at 10:52 am #906160Hi,
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,
IsmaelFebruary 1, 2018 at 10:07 pm #906489thanks. it´s odd cause this is not any new change.
February 2, 2018 at 6:49 am #906657Hi,
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,
IsmaelFebruary 20, 2018 at 11:37 am #914790one 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?
February 21, 2018 at 4:59 am #915225 -
AuthorPosts
- You must be logged in to reply to this topic.