Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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?

    http://bevlogenverf.nl/

    #245855

    Hey 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,
    Ismael

    #245927

    where can i turn it off?

    #246163

    Hi!

    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,
    Ismael

    #246193

    Hi

    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

    #246648

    Hi!

    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!

    http://bevlogenverf.nl/

    #246650

    I 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 ugly

    and then mobile and click on the menu and things get even more goofy

    #247441

    Hey!

    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,
    Peter

    #248887
    This reply has been marked as private.
    #249526

    Hi!

    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!
    Yigit

    #249660

    hey 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!

    #249806

    Hey!

    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,
    Yigit

    #249872

    thanks the white thing helped!!!

    closing brackets
    }
    }

    two after the entire sentence?

    #249874

    Hey!

    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

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