Hi,
I have set up a new webpage with enfold,
As my client needs to use dynamic galleries created from a DropoBox folder I have installed the Plugin “WP Media Folder + CloudAddon”.
with the standard WordPress Theme the gallery looks fine but enfold breaks the gallery.
WP Media Folder knowledge base says it should be working fine though.
Are you able to have a quick look and discovering the problem causing the gallery to break?
That would be very helpful if you have a suggestion before I need to go through the code.
Thank you!
Hey splendidlearning,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
thanks for your effort.
WP-Media-Folder support from Joom-United was a bit quicker though.
I’d like to let you know their solution. Maybe you want to consider such information for future updates:
I see that the gallery is being overridden by your theme’s CSS. Please add the following CSS at “Additional CSS” at “Appearance -> Customize -> Additional CSS” and check your problem:
figure.wpmf-gallery-item.gallery-item {
height: auto !important;
}
