Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #982861

    HI I have a website made of Enfold using the masonry grid 2x. all of a sudden the 2nd one stopped allowing us to load more pictures or even change the settings. Please help!!

    • This topic was modified 6 years, 4 months ago by grwebs.
    #982887

    Hey grwebs,
    I have taken a look at your page, and I believe the issue is under the heading “What we are up to now”
    where the images are meant to show with some animation on scroll, but they are loading too slow and seems that it is a empty area.
    If this is correct, Try this code in the General Styling > Quick CSS field, or the WordPress > Customize > Additional CSS field:

    .av-masonry-entry {
        visibility: visible !important; 
        opacity: 1 !important; 
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none !important; 
        animation: none !important; 
    }

    Best regards,
    Mike

    #982894

    Perfect!! thank you so much

    #982927

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #988435

    Hi it is happening again – it will not load. Please help

    #989187

    Hi,

    This is the error in the console.

    loadMore @ shortcodes.js?ver=4.1:1379
    dispatch @ jquery.js?ver=1.12.4:3
    r.handle @ jquery.js?ver=1.12.4:3
    (index):1 Failed to load http://grhs88.glenrocknews.today/wp-admin/admin-ajax.php: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.grhs88.glenrocknews.today' is therefore not allowed access. The response had HTTP status code 403.
    

    Please try to configure the Cross-Origin Resource Sharing (CORS) settings.

    // https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-

    Best regards,
    Ismael

    #990984

    That does not make sense to me.. I don’t code. can you help me with this.. I can’t believe I have to go into the coding to fix this.

    #990985

    Icons are not showing as the rectangles – it is just not allowing me to load more in the masonry grid.

    #991369

    Hi,

    Yes, I know it’s not an icon issue but it is related to the cross origin resource sharing configuration so that documentation will help. The site where the admin-ajax.php file resides is not accessible so you have to configure the .htaccess file.

    Best regards,
    Ismael

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