Guest Posted June 18, 2020 Posted June 18, 2020 Site URL: http://mywellness4all.com Hello, I am using 7.1 Bailard and trying to add a gallery block to my home page to get a slideshow, but there simply is no section for "gallery" under the "content blocks." I looked at other online videos and screenshots and it shows the gallery section is supposed to be between "summary" and "image layouts." But, that isn't the case for me. See attached screenshot for visual. Any help?
tuanphan Posted June 21, 2020 Posted June 21, 2020 Hi, SS 7.1 removed Galler Block, replace with Gallery Section To insert Gallery, you can click blue plus icon > Choose Gallery Section Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Kate Posted June 25, 2020 Posted June 25, 2020 You can use this add-on to achieve gallery blocks in 7.1 https://www.squareaddons.com/shop-2/slideshow bigpoppapaul 1 If you are looking for a way to add Anchor Links, Gallery Blocks, or a Rotating Banner with Content Blocks overlaid in Squarespace 7.1, you can find all these plugins in our Squarespace add-on store here: www.Squareaddons.com -- Enjoy!
bigpoppapaul Posted December 16, 2020 Posted December 16, 2020 Hi @Kate Does this plugin have similar options to the gallery block in the "blog" sections? For example, auto play, and the removal of arrows/bullets/etc?
Kate Posted December 16, 2020 Posted December 16, 2020 Hi @bigpoppapaul yes it is similar-- it will auto play and you can remove the bullet indicators as an option each time you add it. bigpoppapaul 1 If you are looking for a way to add Anchor Links, Gallery Blocks, or a Rotating Banner with Content Blocks overlaid in Squarespace 7.1, you can find all these plugins in our Squarespace add-on store here: www.Squareaddons.com -- Enjoy!
bigpoppapaul Posted December 16, 2020 Posted December 16, 2020 Alright, thank you @Kate, I'll look into it.
babsandjojo Posted July 5, 2021 Posted July 5, 2021 Hi all, I am having the same issue. From what I have read, gallery blocks were removed, and the only option is section. But if I make a new section then I am unable to add a text block (or any other block) to that section. Kate's add-on seems to be a good replacement option, but I find it ridiculous I have to pay for something that was removed...
tuanphan Posted July 8, 2021 Posted July 8, 2021 On 7/6/2021 at 12:48 AM, babsandjojo said: Hi all, I am having the same issue. From what I have read, gallery blocks were removed, and the only option is section. But if I make a new section then I am unable to add a text block (or any other block) to that section. Kate's add-on seems to be a good replacement option, but I find it ridiculous I have to pay for something that was removed... You can add a block under Gallery Section, then share link to your site. We can give some code to move that block into Gallery Section. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
noahawaii Posted June 19, 2023 Posted June 19, 2023 (edited) This is close maybe someone could build off of it, but if you have a blog page with a gallery you can remotely load an existing gallery block into another page. For example <script> $(function(){ $('.hawaii—gallery-block').load('/blog/best-things-to-do-oahu #block-yui_3_17_2_1_1680568493498_151664'); }) </script> <div class="hawaii—gallery-block"></div> Only issue is, I couldn't get the images to show... Edited June 19, 2023 by noahawaii
creedon Posted June 19, 2023 Posted June 19, 2023 3 minutes ago, noahawaii said: Only issue is, I couldn't get the images to show... This could be because the images may be lazy loaded and that might require the page to load normally in the browser. The jQuery load method is not a web browser. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
noahawaii Posted June 19, 2023 Posted June 19, 2023 2 minutes ago, creedon said: This could be because the images may be lazy loaded and that might require the page to load normally in the browser. The jQuery load method is not a web browser. I thought it might be a security thing to prevent other sites from loading images hosted on SS
noahawaii Posted June 19, 2023 Posted June 19, 2023 (edited) Okay I now have a working fix! Its a bit of a long shot, but it's what we got because SS only lets there be gallery blocks for Circle members... First create a gallery like you want it in a blog post, then copy the entire HTML for the element in both desktop and mobile. You can just shrink down your browser until you see the gallery collapse to get the mobile. Then, save these in two separate spaces and wrap the desktop element in: <div id="first-gallery" class="first-child"> <!-- Content of the first gallery goes here --> </div> Then wrap the second (mobile) gallery in: <div id="second-gallery" class="second-child"> <!-- Content of the second gallery goes here --> </div> Finally, put both inside of a code block where you want them to display along with: <style> @media (max-width: 767px) { .first-child { display: none !important; } } @media (min-width: 768px) { .second-child { display: none !important; } } </style> This will hide each respective gallery on screen where they shouldn't be. Note: On the Desktop copy, you can start from <div class="sqs-block-content">, but on the mobile copy, you have to start from <div class="sqs-block gallery-block sqs-block-gallery" ... This will remove extra padding caused by placing a gallery block inside of a code block, but on mobile, the entire element is essential to the styles. Hope this helps! Edited June 19, 2023 by noahawaii
noahawaii Posted September 12, 2023 Posted September 12, 2023 (edited) UPDATE: SS Re-did their gallery blocks, so now its actually easier. You can just copy and paste the entire HTML element from a blog post into a code block somewhere else and it all works great. No need to worry about the difference between mobile and desktop. Edited September 12, 2023 by noahawaii
Beyondspace Posted March 13 Posted March 13 On 9/13/2023 at 9:11 AM, noahawaii said: UPDATE: SS Re-did their gallery blocks, so now its actually easier. You can just copy and paste the entire HTML element from a blog post into a code block somewhere else and it all works great. No need to worry about the difference between mobile and desktop. Gallery blocks only available to Circle users, normal users won't see the block on 7.1 Classic section and Fluid section BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment