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

    Hi,

    Just updated to 3.01 and all the quick css stopped working.
    Is there some quick way to fix this?

    Also, I need to disable the zoom effect on the masonry thumbs.
    Tried this:
    https://kriesi.at/support/topic/enfold-masonry-blog-hover-effect/
    but it doesn’t seem to work. Any suggestions?

    Thanks in advance!
    Francis

    #332075

    Hi agitprop33!

    Thank you for using Enfold.

    What are the specific css codes that are not working? Post the css codes on pastebin.com. Please try to disable cache and minify plugins. If you are subscribe to cloudfare, try to purge the cache.

    Cheers!
    Ismael

    #332321

    Hi Ismael,
    Thanks for the reply. I’m truly enjoying the theme.
    I’m kind of new to wordpress so please bear with me.
    I followed the theme update guidelines in this forum, disabled the WP super cache plugin and as far as I can tell have no minify plugins installed. Cloudflare is not active.

    The code is still very simple:
    //removes zoom on mouse over portfolio item
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 0.5!important; }
    //footer social buttons
    #footer .social_bookmarks li {clear: none !important;border: 0 !important;}
    //remove border from gallery elements
    #top div .avia-gallery img { border-style: none; }

    Did the CSS classes change?

    Thanks,
    Francis

    #333133

    Hi!

    If you have commented using // in your CSS code, please change it to following

    /* This is comment */

    Cheers!
    Yigit

    #333176

    Hi Yigit,

    That did it! I’m such noob in this (facepalm)..
    Thanks!

    Francis

    #333188

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Broken quick css’ is closed to new replies.