Puddles Posted July 16, 2021 Share Posted July 16, 2021 Site URL: https://www.pleasedco.com/photo I know you can drag them to rearrange but when i do that everything always jumps around all crazy and then I'm stuck rearranging for much longer. Is there a way to make new uploads go to the top instead of the bottom? Beyondspace 1 Link to comment
Beyondspace Posted October 3, 2021 Share Posted October 3, 2021 On 7/16/2021 at 10:34 PM, Puddles said: Site URL: https://www.pleasedco.com/photo I know you can drag them to rearrange but when i do that everything always jumps around all crazy and then I'm stuck rearranging for much longer. Is there a way to make new uploads go to the top instead of the bottom? so to reverse order of this section right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 3, 2021 Share Posted October 3, 2021 You can add to Home > Settings > Advanced > Code Injection > Header document.addEventListener('DOMContentLoaded', function() { const gallerySection = document.querySelector('section[data-section-id="6033ecf586320d5bccee648d"]'); const galleryItems = gallerySection.querySelectorAll(".gallery-masonry-wrapper .gallery-masonry-item"); const galleryOrders = Array.from(galleryItems).reverse(); galleryOrders.forEach(item => { gallerySection.querySelector('.gallery-masonry-wrapper').appendChild(item); }) }) Support me by pressing 👍 if this useful for you tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment