Hi,
In a previous ticket I asked to change the av-minimum height of the panels from 70% to 90%.
I was instructed in reply ‘#305146’ to edit shortcodes.js, lines 2009, 2010, 2011:
This reverted back to the old settings, possibly with a theme update. I’ve amended it again but is there anyway to override this command when the files update?
Thanks
Steven
Hi Steven!
You can use a child theme version of enfold as shown in this video: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
Regards,
Dake
Hi Dake, I’m using a child theme at the moment.
Steven
Also, since a theme update the image overlay or image caption overlay now appears on hover. How can this be removed?
Thanks
Steven
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
and refer to this thread – https://kriesi.at/support/topic/separate-mobile-menu-2/#post-479675 to add shortcodes.js file to your child theme. Instructions are for avia.js file, you can simply rename it to shortcodes.js
Regards,
Yigit