Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1339312

    Hi, Since I changed the WordPress version to 5.9 and the Enfold version to 4.8.9, it’s now impossible to change the order of the photos of all the galleries. It’s not working. Thank you for your help.

    #1339375

    I have the same issue. Also, thumbnail images are duplicated and cannot be removed.

    #1339391

    Hi,

    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

    #1339401

    I put this code in the child theme functions.php file and everything is ok now. Thank you. Best regards, Eric

    #1339421

    I don’t know how to really mess with that. Is there a way to do it with a snippet (php). I have Woody Snippets.

    #1339423

    @rikard, I landed here because I am having the same issues: the fix is working, thanks!

    Can I ask you something? I am still using version 4.8.8.1 (I rolled back the latest Enfold update because I had the issue with the “Load More” on the Masonry gallery): why do I have this issue in the OLD Enfold version? :-)

    Bye!
    A.-

    #1339496

    Hi mistermagoo8691,

    Because it’s not a theme issue, it’s from WordPress core: https://core.trac.wordpress.org/ticket/54902

    Best regards,
    Rikard

    #1339497

    Hi mfabes,

    I’m not familiar with Woody Snippets unfortunately, but you could try it out I guess. If you need further help, then please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1339558

    @rikard, oh gosh, since I noticed this issue several days after the update of my wordpress version only, I did not think they were related. Now it makes more sense, thanks!

    #1339574

    Hi mistermagoo8691,

    I’m glad that we could help :-)

    Best regards,
    Rikard

    #1339646

    I did the latest update and Load More behaves differently than I expected. Rather than loading the next 20 images, for example, it adds 20 images at the end do initially you see the first 20 images, then after clicking Load More you get the first 40 images with the additional ones at the bottom, and so on.

    This is counter-intuitive and confusing.

    #1339722

    Hi,


    @woodsworthandrew
    : Did you update the theme to version 4.8.9.1? The patch for the loadmore button issue is already included in the latest version, so updating should help. If the issue persists after the update, please feel free to open another thread.

    Best regards,
    Ismael

    #1339847

    @Ismael, how can I get the 4.8.9.1? WordPress is telling me that I am on the latest one, which is 4.8.9, see the screenshot

    #1339943

    Hi mistermagoo8691,

    Please try to install and configure this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

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