-
AuthorPosts
-
March 31, 2014 at 11:46 pm #245787
Hi
the menu to change pages gets totally unreadable when i click on it when it is responsive and in mobile size. any CSS things went wrong?
April 1, 2014 at 7:04 am #245855Hey Willem-Paul!
Thank you for the link.
Did you add any plugins prior to the issue? Please check the WP Super Cache plugin then disable the minify settings. Use this plugin instead: http://wordpress.org/plugins/bwp-minify/
Best regards,
IsmaelApril 1, 2014 at 11:50 am #245927where can i turn it off?
April 1, 2014 at 5:25 pm #246163Hi!
I’m sorry I confused the plugin with W3 Total Cache. I noticed that you’re not using the latest version of Enfold. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
If that doesn’t fix the issue, please let us know. We’ll investigate further.
Regards,
IsmaelApril 1, 2014 at 6:52 pm #246193Hi
Things get reallyugly still after the update
try changing it to tablet size and watch the menu bar get ugly
and then mobile and click on the menu and things get even more goofy
April 2, 2014 at 6:21 pm #246648Hi!
I think some of you are trying to help :) THX
The total menu bar is now colorless. Something went wrong :O ?
Please help me out with the colorloss menu bar and the menu names that are purple looking now. The problem above is still an issue too. Any idea? Thanks a lot!
April 2, 2014 at 6:23 pm #246650I fixed it by placing this to the top:
#top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
#top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }#top .header_color .main_menu .menu ul li a{
background-color: #ffffff;
color: #4787f3;
font-size: 17px;
}
#header_main {
background: #4787f3;
}Now the only issue still is:
try changing it to tablet size and watch the menu bar get uglyand then mobile and click on the menu and things get even more goofy
April 4, 2014 at 1:35 pm #247441Hey!
Seems like some stylesheets do not load properly. Please deactivate the cache plugin (especially the minify feature) and check if this solves the issue. If not go to Enfold > Theme Options and re-save the settings.
Regards,
PeterApril 8, 2014 at 6:09 pm #248887This reply has been marked as private.April 10, 2014 at 1:39 am #249526Hi!
Can you check your website now? I have added custom CSS code to top of Quick CSS field. Also i have checked your custom CSS and there were some punctional mistakes. I fixed them but there are few curly closing brackets missing in it for media queries. Please place them accordingly http://pastebin.com/5btzYhSg
Cheers!
YigitApril 10, 2014 at 9:03 am #249660hey yigit
thanks a lot
did i have to do something with the media queries? like here? http://pastebin.com/5btzYhSg
you helped me a lot. thank you very much.
the TOP where the social media and phone numbers are has a transparent background. It went wrong with CSS one day. Is it easy to get it solid white again?
Thanks a lot!
April 10, 2014 at 3:38 pm #249806Hey!
Please add following code to Quick CSS as well
#header_meta { background: white !important; }
And this is an example of using media queries
@media only screen and (max-width: 767px) { body { font-size: 16px; } }
You should close the curly bracket . In last two media queries you have, closing brackets are missing. I do not know how you would like to apply it to your custom CSS code so i did not close the last two. Please check it
Best regards,
YigitApril 10, 2014 at 6:19 pm #249872thanks the white thing helped!!!
closing brackets
}
}two after the entire sentence?
April 10, 2014 at 6:25 pm #249874Hey!
You opened following ones and did not close
@media only screen and (max-width: 989px) and (min-width: 768px) { .woocommerce .template-shop.content.nine.units { }
and
@media only screen and (max-width: 767px) { .avia-button-right { left: initial; position: absolute; top: 89px; right: 9px; }
In both codes you have 2 opening curly brackets and one closing
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.