-
AuthorPosts
-
February 7, 2022 at 12:16 pm #1339312
Hi, Since I changed the WordPress version to 5.9 and the Enfold version to 4.8.9, it’s now impossible to change the order of the photos of all the galleries. It’s not working. Thank you for your help.
February 7, 2022 at 2:55 pm #1339375I have the same issue. Also, thumbnail images are duplicated and cannot be removed.
February 7, 2022 at 3:39 pm #1339391Hi,
Please try this in your 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');
Best regards,
RikardFebruary 7, 2022 at 4:42 pm #1339401I put this code in the child theme functions.php file and everything is ok now. Thank you. Best regards, Eric
February 7, 2022 at 6:40 pm #1339421I don’t know how to really mess with that. Is there a way to do it with a snippet (php). I have Woody Snippets.
February 7, 2022 at 6:49 pm #1339423@rikard, I landed here because I am having the same issues: the fix is working, thanks!
Can I ask you something? I am still using version 4.8.8.1 (I rolled back the latest Enfold update because I had the issue with the “Load More” on the Masonry gallery): why do I have this issue in the OLD Enfold version? :-)
Bye!
A.-February 8, 2022 at 5:14 am #1339496Hi mistermagoo8691,
Because it’s not a theme issue, it’s from WordPress core: https://core.trac.wordpress.org/ticket/54902
Best regards,
RikardFebruary 8, 2022 at 5:15 am #1339497Hi mfabes,
I’m not familiar with Woody Snippets unfortunately, but you could try it out I guess. If you need further help, then please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
RikardFebruary 8, 2022 at 10:56 am #1339558@rikard, oh gosh, since I noticed this issue several days after the update of my wordpress version only, I did not think they were related. Now it makes more sense, thanks!
February 8, 2022 at 11:56 am #1339574February 8, 2022 at 7:09 pm #1339646I did the latest update and Load More behaves differently than I expected. Rather than loading the next 20 images, for example, it adds 20 images at the end do initially you see the first 20 images, then after clicking Load More you get the first 40 images with the additional ones at the bottom, and so on.
This is counter-intuitive and confusing.
February 9, 2022 at 8:55 am #1339722Hi,
@woodsworthandrew: Did you update the theme to version 4.8.9.1? The patch for the loadmore button issue is already included in the latest version, so updating should help. If the issue persists after the update, please feel free to open another thread.Best regards,
IsmaelFebruary 9, 2022 at 5:38 pm #1339847@Ismael, how can I get the 4.8.9.1? WordPress is telling me that I am on the latest one, which is 4.8.9, see the screenshot…
- This reply was modified 2 years, 9 months ago by mistermagoo8691.
February 10, 2022 at 11:14 am #1339943Hi mistermagoo8691,
Please try to install and configure this plugin: https://envato.com/market-plugin/
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.