Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1338948

    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.

    #1338998

    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

    #1339007

    Hi, same problem for me. I tried the code and it works fine!!
    Thank you Rikard. :-)))

    #1339129

    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

    #1339405

    Thank you so much! This worked out for me as well.

    You can please close the ticket.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Not able to sort in Gallery’ is closed to new replies.