Tagged: gallery
Hi, I have an issue with gallery,
Please see the link: http://villabugis.com/stay/breakfast-menu/
There I put gallery with big image and thumbnail. If i put a cursor in the thumbnail, the big image height decreased until it’s gone..
Please advise how to fix.
Regards,
Surya
Hi dewasurya!
Please try the following to see if it helps.
1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.
2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.
3. Switch to the default wordpress theme and switch back to Enfold to see if it fixes the issue.
If disabling any third party plugins does not help, please forward us WordPress and FTP administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Regards,
Arvish
Hi Arvish,
I found the problem, it caused by Revolution Slider Plugin (when i disabled it, gallery back to normal).
I have to use this plugin as the Layer Slider plugin broke because of my other important plugin “convertable”
Any way how to fix this?
Regards,
Surya
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .avia-gallery .avia-gallery-big { height: auto !important; }
Regards,
Yigit
Thank you it works!