balanyek Posted December 15, 2020 Share Posted December 15, 2020 Hi! my problem when I'am adding a parallax image to a page where I have a sticky CSS, the sticky code doesn't work anymore.(code below ) The sticky texts doesn't work with parallax pages? I checked all forums, but I didn't find the solution. this is the page url: https://www.studio4045.net/csurgo /* Sticky text on desktop */ @media screen and (min-width:901px) { /* Sticky text */ div#page-5fd7b5fb2b9b2c152d146504>.row:nth-child(2)>.span-3 { position: sticky; position: -webkit-sticky; top: 200px; Thanks, Link to comment
Beyondspace Posted December 19, 2020 Share Posted December 19, 2020 On 12/15/2020 at 3:50 PM, balanyek said: Hi! my problem when I'am adding a parallax image to a page where I have a sticky CSS, the sticky code doesn't work anymore.(code below ) The sticky texts doesn't work with parallax pages? I checked all forums, but I didn't find the solution. this is the page url: https://www.studio4045.net/csurgo /* Sticky text on desktop */ @media screen and (min-width:901px) { /* Sticky text */ div#page-5fd7b5fb2b9b2c152d146504>.row:nth-child(2)>.span-3 { position: sticky; position: -webkit-sticky; top: 200px; Thanks, Overflow parent has disable sticky #csurgobanya-2.Index-page { overflow: visible; } div#page-5fd7b5fb2b9b2c152d146504>.row:nth-child(2)>.span-3 { position: sticky; position: -webkit-sticky; top: 200px; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
balanyek Posted December 19, 2020 Author Share Posted December 19, 2020 OMG, thanks!!!!! Its works! Link to comment
balanyek Posted December 19, 2020 Author Share Posted December 19, 2020 But Unfortunately in mobile doesn't work, and If I open the page in bigger PC screen (3840x2160) doesn't work the sticky effect. In laptop screen works fine. Thanks Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 5 hours ago, balanyek said: But Unfortunately in mobile doesn't work, and If I open the page in bigger PC screen (3840x2160) doesn't work the sticky effect. In laptop screen works fine. Thanks I dont have that big screen to test, so sorry Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 On 12/20/2020 at 2:32 AM, balanyek said: But Unfortunately in mobile doesn't work, and If I open the page in bigger PC screen (3840x2160) doesn't work the sticky effect. In laptop screen works fine. Thanks Have you solved this yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
balanyek Posted December 22, 2020 Author Share Posted December 22, 2020 Not 😞 In mobile, and big screen doesnt work... I tried to add the mobile sticky CSS, but not working 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