-
AuthorPosts
-
November 15, 2016 at 11:36 pm #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…..
November 16, 2016 at 4:19 pm #712989Hey gwinenvato!
Can you post the link on the thread you found that works? so we can atleast review it.
Regards,
NikkoNovember 16, 2016 at 4:26 pm #713000https://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.
November 16, 2016 at 4:35 pm #713012Hi!
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,
YigitNovember 16, 2016 at 7:45 pm #713166Thanks Yigit – That did not work. It also caused the logo in the header to be extra large, pushing the navigation down.
November 16, 2016 at 10:50 pm #713244Hi,
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,
YigitNovember 16, 2016 at 10:59 pm #713251Thank 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!
November 16, 2016 at 11:13 pm #713258Oh – Scratch that. All the animation & fade in/fade out is still on the galleries. These are all under Neighborhoods.
November 16, 2016 at 11:22 pm #713264Hi!
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,
YigitNovember 16, 2016 at 11:35 pm #713271Hi 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.
November 16, 2016 at 11:38 pm #713273Hey!
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!
YigitNovember 16, 2016 at 11:42 pm #713276Here 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
November 21, 2016 at 9:26 am #714718Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.