I have tried to move a photo in the masonry gallery. I just cannot move it.
Can you please help?
I have listed my login credentials below.
Thanks,
Kurt
Hey Kurt,
Thank you for the inquiry.
This is actually a known issue on the latest version of the theme. To fix the gallery sorting, please add this code in the functions.php file temporarily .
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');
Related thread: https://kriesi.at/support/topic/gallery-drag-and-drop-sort/#post-1337989
Best regards,
Ismael
Ismael:
Do I put this code in the functions-enfold.php and does it matter what in the page it goes?
Kurt
Hi Kurt,
I added the code to the bottom functions.php file for you and purged the cache.
Please review your website :)
Best regards,
Yigit
Yigit:
You fixed it. Thank you.
Kurt