-
Posts
8 -
Joined
-
Last visited
Reputation Activity
-
Evelina reacted to scottysweb in Move content from Footer to Page
Site URL: https://turbot-nectarine-jcce.squarespace.com/gender-reveal-baby-shower-cakes
I have mistakenly placed a lot of content in the "Footer" section instead of the "Page" section. I am hoping there is a way to move that content from the footer section to the page section without having to delete it and start over?
-
Evelina reacted to vincentlefre in Full viewport height page sections in 7.1 since Fluid Engine
Still no response to this issue?
It affectively renders fluid engine worthless if you want to achieve the (very common) full window design outlined in my original post.
If there's no solution that I've missed then this really needs addressing by Squarespace. I can't be the only one?
-
Evelina reacted to vincentlefre in Full viewport height page sections in 7.1 since Fluid Engine
Hi,
I'm trying to create a site with page sections that are the full height of the viewport (and that flex with window size). This was quite achievable in 7.0, and also in 7.1 pre-Fluid Engine update. Now it seems there's no options at all for having full viewport height sections that flex, unless I'm missing something.
In the classic page section editor in 7.1 setting the section height to 100 would give you a 100vh section that adjusts to viewport size. Doing that in a Fluid Engine section does not yield the same result.
Any ideas or help on achieving this would be greatly appreciated.
-
Evelina reacted to tuanphan in Can someone help me change coding to get rid of decimal places in my pricing?
Add to Code InjectionFooter
<script> (function() { var prices = document.getElementsByClassName('sqs-money-native'); var thisPrice; var i, I; for (i=0, I=prices.length; i<I; i++) { thisPrice = prices[i]; thisPrice.innerHTML = thisPrice.innerHTML.replace(/(\.[0-9]*?)0+$/, "$1").replace(/\.$/, ""); //http://stackoverflow.com/questions/1015402/1015434#1015434 } })(); </script>
-
Evelina reacted to jjjuliejj in Can someone help me change coding to get rid of decimal places in my pricing?
Does anyone know how to remove the ".00" from all prices throughout a 7.1 site (including cart)? Thank you!
-
Evelina reacted to raeroshow in Proposing available time slots for In-store Pickup
This goes into the fact that t\here needs to be a more robust DELIVERY section of the Commerce product overall. Everything is hacks and no matter what, the checkout page still has words like "SHIPPING" in it - even if we are doing delivery or pickup.
I'm trying to set up a delivery website and the custom checkout form has all the delivery info in it. Using that Form, and you can add a "date" field for delivery - but there is nothing to stop the user from putting a date in the PAST! This Commerce product seems to only be geared to shipping and it would be so helpful to do delivery and pickup updates...