Tagged: ,

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

    Hi,
    Shake the page after touching the items button in the Pazzle element And the items displayed are arranged from the left, which should be arranged from the right.

    Please help fix problems
    Good luck

    #993881

    Hey Sorinwd,

    Thank you for using Enfold.

    Use this css code to remove the masonry’s loading icon.

    .avia_loading_icon {
        display: none !important;
    }

    Related thread: https://kriesi.at/support/topic/masonry-element-flickering-on-load-more/#post-969885

    Best regards,
    Ismael

    #993904

    Thanks for your guidance ;)
    But there was another issue !
    The contents are arranged from the left, which should be arranged in the right side, Please also guide me for this item …

    #994173

    Hi,

    Thanks for the update.

    Edit the config-templatebuilder > aviashortcodes > masonry_entries > masonry_entries.js file, add this code around line 55.

    filters['isOriginLeft'] = false;
    

    Don’t forget to toggle the css/js compression from the Enfold > Performance panel and then purge the cache.

    Best regards,
    Ismael

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