-
AuthorPosts
-
February 7, 2022 at 1:39 pm #1339354
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
February 7, 2022 at 1:48 pm #1339357Hey,
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.phpTo 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,
YigitFebruary 7, 2022 at 3:05 pm #1339381Thank you so much Yigit, I did all what you told me and now all working fine!
February 7, 2022 at 6:33 pm #1339418Hi,
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 -
AuthorPosts
- The topic ‘Problems after update to the last version!’ is closed to new replies.
