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

    Hi,

    After I update the theme for the last version, in the Masory Gallery I´m not able to organize my portfolio with the Drag and Drop! is just dont work as before! and Also the “LOAD MORE” for the masory gallery dont load more images also after click on it! I alreay test in diferent browsers this 2 things and happens exactly the same!

    How can i be solved?

    thanks

    #1339357

    Hey,

    Thanks for contacting us!

    Masonry Load More issue is related to Enfold but Gallery issue is related to WordPress.

    To fix load more issue, please go to Appearance > Editor and replace enfold/config-templatebuilder/avia-shortcodes/masonry_entries with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php
    Then replace enfold/config-templatebuilder/avia-shortcodes/masonry_gallery with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.php

    To fix gallery sorting issue, please add following code to bottom of 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');

    Regards,
    Yigit

    #1339381

    Thank you so much Yigit, I did all what you told me and now all working fine!

    #1339418

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problems after update to the last version!’ is closed to new replies.