Hello –
I hope someone can help. I recently updated my theme and find I cannot sort the images in a gallery anymore?
Please see the login information below in the private content.
Thank you in advance for any support.
Hey flordelizamejia,
Please try adding this to 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,
Rikard
Hi, same problem for me. I tried the code and it works fine!!
Thank you Rikard. :-)))
Hi freepixelweb,
Great, I’m glad that you got it working. This is WordPress problem, and will be fixed in 5.9.1.
Best regards,
Rikard
Thank you so much! This worked out for me as well.
You can please close the ticket.