Hi,
After I update the theme for the last version, in the Masory Gallery I´m not able to organize my portfolio with the Drag and Drop! is just dont work as before! and Also the “LOAD MORE” for the masory gallery dont load more images also after click on it! I alreay test in diferent browsers this 2 things and happens exactly the same!
How can i be solved?
thanks
Hey,
Thanks for contacting us!
Masonry Load More issue is related to Enfold but Gallery issue is related to WordPress.
To fix load more issue, please go to Appearance > Editor and replace enfold/config-templatebuilder/avia-shortcodes/masonry_entries with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php
Then replace enfold/config-templatebuilder/avia-shortcodes/masonry_gallery with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.php
To fix gallery sorting issue, please add following code to bottom of Functions.php file
function ava_custom_css_admin_mod() {
echo '<style>
.wp-core-ui .attachments:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
</style>';
}
add_action('admin_head', 'ava_custom_css_admin_mod');
Regards,
Yigit
Thank you so much Yigit, I did all what you told me and now all working fine!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit