Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1338078

    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

    #1338132

    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

    #1338280

    Ismael:

    Do I put this code in the functions-enfold.php and does it matter what in the page it goes?
    Kurt

    #1338281

    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

    #1338285

    Yigit:

    You fixed it. Thank you.
    Kurt

    #1338290

    Hi,

    You are welcome, Kurt!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘I cannot move a picture’ is closed to new replies.