-
AuthorPosts
-
February 16, 2022 at 5:05 pm #1340927
Hello
I have an issue I can’t reorder images on my masonry gallery. I have added new image Jean Claude Nattes and want to reorder so all images are in alphabetical order but does not work. I am on latest version of enfold. I have also deactivated plugins without success. Can you please help
Url is at https://wardlawfineart.co.uk/fine-art-artists/ I have posted a longin
Please can you help
February 16, 2022 at 5:46 pm #1340936Hi,
I´ve got the same problem. It seems to me, that the problem is the update of WordPress to 5.9. I´ve checked it after every update of an extension/plugin and it worked. After the update to wordpress 5.9 the re-ordering doesn´t work anymore (also not with the newest enfold-download).
Thank you & best regards,
ElaFebruary 16, 2022 at 5:52 pm #1340938Yes I have checked this across all my enfold sites and now not working on any
February 16, 2022 at 8:54 pm #1340975Same issue here ….
I can’t reorder pictures inside the gallery anymore!February 16, 2022 at 10:08 pm #1340982This issue should be resolved in upcoming WordPress 5.9.1
In the meantime you can add this snippet to your functions.php or as a code snippet to restore the feature:
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');
February 16, 2022 at 10:24 pm #1340985Thank you!
I think it is better to wait for the next release. I’m not a huge fan of extra codes …
And, by the way, I installed the latest theme update, and a major issue with my fonts happened, so we brought back the older version. Even with all the font settings, the theme only showed Arial font everywhere.
I hope this will also be fixed on the next release.Thanks,
LeoFebruary 17, 2022 at 5:20 am #1341042Hi,
@akhurst_machinery: Please feel free to open another thread regarding the font issue. Temporarily, you can use the hook or snippet that @steve provided above to fix the gallery sorting. A definite fix will hopefully be included on WordPress 5.9.1.
Best regards,
IsmaelFebruary 17, 2022 at 6:51 am #1341062That´s working perfect Steve! Thank you very much!!! :)
Kind regards,
ElaFebruary 17, 2022 at 9:21 pm #1341230Thanks @steve .
But how do I open a new thread? I only see the option of searching …
Thanks!February 18, 2022 at 12:39 pm #1341325You can start new threads in Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.