Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #712662

    How can I remove the fade in/fade out on a gallery and thumbs. I found one thread on here, but it doesn’t make any sense. Must be an easier way…..

    #712989

    Hey gwinenvato!

    Can you post the link on the thread you found that works? so we can atleast review it.

    Regards,
    Nikko

    #713000

    https://kriesi.at/support/topic/remove-image-gallery-animation/#post-126380

    I’m just working from the dashboard and do not know how to modify a .js file as the above link references.

    #713012

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    .avia_transform .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .avia_transform .avia-gallery-thumb img.avia_start_animation {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    If that does not help, please post the link to your page.

    Regards,
    Yigit

    #713166

    Thanks Yigit – That did not work. It also caused the logo in the header to be extra large, pushing the navigation down.

    #713244

    Hi,

    There was an unclosed curly bracket. I closed it and added the code to bottom of Quick CSS field and it did caused any issues on logo. Please review your website.

    Best regards,
    Yigit

    #713251

    Thank you so much – but it still fades in and out. THe little green animation on top of the images is gone though. That’s progress!

    #713258

    Oh – Scratch that. All the animation & fade in/fade out is still on the galleries. These are all under Neighborhoods.

    #713264

    Hi!

    Oh you would like to disable image overlay i think! Please try going to Enfold theme options > Advanced Styling and edit “Linked Image Overlay” and disable it.

    Best regards,
    Yigit

    #713271

    Hi Yigit – Thanks for all of your help. The images gallery on the Neighborhood pages still fades in and out. I tried your option above, but it didn’t work.

    #713273

    Hey!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    #713276

    Here is the dropbox link to an animation. It shows how the photo gallery fades in and out when hovering over the thums. Thumbs and main image fade in/out. I want to remove this.

    https://www.dropbox.com/sh/04zk4vtp1igonpv/AAAXX8BQikJEpPmq7dOh3Usxa?dl=0

    #714718

    Hi!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-gallery a.avia-gallery-big {
        opacity: 1 !important;
    }

    Let us know if it works :)

    Regards,
    Nikko

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