Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1340761

    Hey,

    thanks for the opportunity to wright you here problems. Most of the time I find here a solution for customization, but now I need your help please.
    I have a customer, which use Enfold. His site was moved from one to another server. Until here no problem. This was 2 weeks ago. Before the transfer of the site the Masonry Element – Sorting Option in the back was working well. Now, the site is moved and the sorting option in the backend wont work. The Gallery sorting via drag and drop dont work.
    The site and the theme (child theme) was completly updated.
    – I have updated PHP Version on server – no result
    – I have downgrade the version of enfold – no result
    – I have reinstall an older backup (2 months) – no result
    – I try use a new Masonry module- no result
    – I deactivate compressing Java Script – no result.

    Do you have an idea, how we can solve the problem.

    Thanks in advance.
    Regards Andreas

    #1340764

    Hey Andreas,

    Thanks for contacting us!

    The issue is related to WordPress 5.9 and it will be fixed in upcoming version. You can read more here: https://core.trac.wordpress.org/ticket/54902

    As a temporary solution, I added following code to bottom of Functions.php file of your child theme

    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');

    Please review your website :)

    Best regards,
    Yigit

    #1340794

    Hey Yigit,

    thanks, really really thanks.
    Customer has reviewed it and is happy. Great job and thanks for the fast support.

    Regards
    Andreas

    #1340827

    Hi,
    Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry-Galerry Sorting Option not working’ is closed to new replies.