nick_sh Posted September 30, 2022 Posted September 30, 2022 I'm trying to do a super simple page load with ajax: $.ajax({ url: 'https://subdomain.squarespace.com/somesspage, type:'GET', success: function(data){ $('#container-to-load').html(data); var images = document.querySelectorAll('img[data-src]' ); for (var i = 0; i < images.length; i++) { ImageLoader.load(images[i], {load: true}); } } }); The issue is that slideshow section appears blank, only arrows appear: Is there a function / hack to make this type of sections work after loading via ajax? Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development
Ziggy Posted September 30, 2022 Posted September 30, 2022 As far as I'm aware, the latest version of Squarespace (7.1) doesn't allow for AJAX loading. Can you share you website URL? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment