Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1339843

    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?

    #1339941

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.