Hallo, ich benutze die Version 4.8.9.1.
In der Horizontalen Galerie lässt sich die Bildreihenfolge nicht mehr manuell ändern. Was kann hier das problem sein?
Hey mediatom,
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,
Rikard
