Tashyo Posted July 12, 2022 Share Posted July 12, 2022 Site URL: http://www.luminarymagazine.com.au Hi is it possible to have a slideshow gallery on my mobile site but keep a different gallery on my desktop site? Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 Yes. Possible. You can add 2 Slideshow, then we can use code to show 1 on desktop, show another on mobile You can add them first, then setup site access password, we can help easier (Your site is private now) 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!) Link to comment
Tashyo Posted July 12, 2022 Author Share Posted July 12, 2022 Thank you so much. It is now public. Is it possible to only have the slideshow on the mobile site and not on the desktop. I would like to have a different gallery layout on the desktop site? Thank you in advance. Tash Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 2 minutes ago, Tashyo said: Thank you so much. It is now public. Is it possible to only have the slideshow on the mobile site and not on the desktop. I would like to have a different gallery layout on the desktop site? Thank you in advance. Tash I don't see Slideshow on homepage? 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!) Link to comment
Tashyo Posted July 12, 2022 Author Share Posted July 12, 2022 Oh no its not on the home page. It is in each person's page. If you look at the page on Mina Staples for example (click- Read More). Thank you for helping me. Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 TO hide that slideshow on desktop, edit Mina Staples Page > Add a Code Block at bottom of page > Paste this code <style> @media screen and (min-width:768px) { .gallery-reel { display: none; } } </style> 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!) Link to comment
Tashyo Posted July 13, 2022 Author Share Posted July 13, 2022 Thanks Tuanphan. Can I also hide a block of images on the mobile site? Is there a code for that? Thank you for your help. Link to comment
Tashyo Posted July 13, 2022 Author Share Posted July 13, 2022 Can I also ask please another question. On my mobile site my header images are being shown cropped. Is there a way to show the whole image please? See example below. Link to comment
tuanphan Posted July 13, 2022 Share Posted July 13, 2022 (edited) On 7/13/2022 at 7:47 AM, Tashyo said: Thanks Tuanphan. Can I also hide a block of images on the mobile site? Is there a code for that? Thank you for your help. Which images are you referring to? On 7/13/2022 at 8:03 AM, Tashyo said: Can I also ask please another question. On my mobile site my header images are being shown cropped. Is there a way to show the whole image please? See example below. Add to Design > Custom CSS /* resize images */ @media screen and (max-width:767px) { [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; } [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; height: 30vh; } } With image 2, which page are you referring to? Edited July 14, 2022 by tuanphan 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!) Link to comment
Tashyo Posted July 14, 2022 Author Share Posted July 14, 2022 Hi the Mina Staples Page thank you. Cheers, Tash Link to comment
Tashyo Posted July 14, 2022 Author Share Posted July 14, 2022 I would like to apply the same for each of my pages. Could I use that same code. I tried and it didn't seem to work? Link to comment
tuanphan Posted July 14, 2022 Share Posted July 14, 2022 18 hours ago, tuanphan said: Which images are you referring to? Add to Design > Custom CSS /* resize images */ @media screen and (max-width:767px) { [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; } [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; height: 30vh; } } With image 2, which page are you referring to? Updated with new code Do similar for other pages. Use this free tool to find data section id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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!) Link to comment
Tashyo Posted July 16, 2022 Author Share Posted July 16, 2022 Hi Tuanphan, I'm referring to every page of my website, they all have a landscape pic across the top, I would like the image to also be landscape on my mobile site, not portrait and cropped. I tried this code you supplied but it hasn't worked. /* resize images */ @media screen and (max-width:767px) { [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; } [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; height: 30vh; } } Link to comment
tuanphan Posted July 18, 2022 Share Posted July 18, 2022 On 7/17/2022 at 5:46 AM, Tashyo said: Hi Tuanphan, I'm referring to every page of my website, they all have a landscape pic across the top, I would like the image to also be landscape on my mobile site, not portrait and cropped. I tried this code you supplied but it hasn't worked. /* resize images */ @media screen and (max-width:767px) { [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; } [data-section-id="6270f4450d54867f5bd1ba59"] { min-height: unset !important; height: 30vh; } } Can you share link to some pages? I will try checking the rule 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!) 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