Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1339632

    Dear support,
    after update i have galery problem!!
    The galery of the start-site is now double a galery with sitename: Start
    The galery pictures was now duplicate and is visible in a new line, under the old galery …
    Show link to my screenshot.

    Can you help?

    PS: I restored the site with a backup

    #1339700

    Hey strumpumpel,

    Thanks for the screenshot. Would you be able to update on a staging version of your site, so that we can see the actual problem?

    Best regards,
    Rikard

    #1339862

    Hey Rikard,

    i have now a copy from this site.
    Please show.
    Now give at a other problem … the sort within the galery is not possible per drag and drop …
    The word: Start is over every galery visible.
    The double galery problem from yesterday, is in this site not more existent ….

    please help me

    • This reply was modified 2 years, 9 months ago by strumpumpel.
    #1339963

    Hi,

    Thanks for the update. The sorting problem is due to a bug in WordPress core, please try this in your functions.php file until WordPress 5.9.1 has been released:

    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 refer to this thread to fix the extra word problem: https://kriesi.at/support/topic/gallery-and-page-title-bug/

    Best regards,
    Rikard

    #1340184

    Hi Rikard,
    thanks for reply.

    I have update of 5.9.1 and 4.8.9.1 …

    The Word problem in over gallery is solved with the new code in the gallery.php! Thanks!
    Also the gallery sorting problem is solved…. with functions.php code! Fine fine!

    And now is the next problem back there … Of the start-site is every gallery now double …
    I have in backend 3 gallerys created and in the frontend show 6 gallerys ….

    Whats happend after update? Please login and show.

    Great Thanks ss

    • This reply was modified 2 years, 9 months ago by strumpumpel.
    #1340237

    Hi,

    Thanks for the update and login details. I checked the Gallery on your front page, but it’s not duplicating on my end. Could you post a screenshot of what you are seeing on your end please? You might want to try and load it in an incognito or private browser window, to see if that changes anything.

    Best regards,
    Rikard

    #1340402

    Ok … Rikard …

    i have cleaned the cache from browser and now is the gallery ok!
    Sorry for my browser problem!
    Thanks for your fast help!! :)

    Best regards,
    ss

    #1340419

    Hi,
    Glad Rikard could 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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘After Update to Version 4.8.9.1 big galery problem’ is closed to new replies.