-
Posts
25 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by joshcohen
-
-
No this was an example site not built on Squarespace looking to replicate something similar in SS 7.1
-
On 6/9/2023 at 6:34 AM, tuanphan said:
I see you figured it out?
I haven’t yet Tuan as no one replied in this thread. Any ideas?
-
Hi there,
Looking for some help on doing this : https://valiant.com.au in SqSp - Services section.
Wanting to use poster image block and having the description and button appear on hover with the darker overlay. Content to center when hovering.
Any thoughts or help would be great - happy to pay too
-
Site URL: https://www.haslhaus.squarespace.com
pw: haslhaus
Im updating a 7.0 site using only SS fonts (Commuters Sans , Roboto & Proxima Nova) When in the Site styles the fonts render as they should however when i go to pages in editing mode they render (except Roboto) in Times - i cant work out whats going on or how to resolve. have taken out CSS to see if there is conflict however nothing...
Any insights would be great!
-
-
Site URL: https://atomsmasher.squarespace.com
I am using a summary block to display projects and currently have the tags appearing in the top right, however on hover i want a colour background... in the site (password : atomsmasher) with the tag NEW i am trying to reduce the colour overlay to just over the image not the container below. This is happening just when the tag "NEW" is being displayed.
I've tried code to reduce only on the tag.. ie
a[href="/work?tag=NEW"]{
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-content .summary-metadata-container--below-content{
margin-top: -20px !important;
}
}..however cant get it going.. any ideas?
-
19 minutes ago, tuanphan said:
Use this new code
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.summary-metadata-item--tags [href*="Per+Kilo"]').parents('.summary-item').addClass('summary-kilo'); }); </script> <style> .summary-kilo .product-price:after { content: "Per Kilo"; } .summary-metadata-item--tags { display: none !important; } </style>
Thanks so much @tuanphan worked perfectly! - Always appreciated!
-
1 hour ago, tuanphan said:
Add to Page Header
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.summary-metadata-item--tags [href*="Per+Kilo"]').parents('.summary-item').addClass('summary-kilo'); }); </script> <style> .summary-kilo .product-price { display: none; } .summary-metadata-item--tags { display: none !important; } </style>
Hi @tuanphan thanks for this, however what i was looking to do was to have all items tagged with "per kilo" to have after the price "per kilo" i have this working in the shop however not in a summary block.. i appreciate the above though
-
1 hour ago, tuanphan said:
Can you enable Metadata: Tag? (I will use code to hide tag then)
OK has been enabled now -- Thanks!
-
17 minutes ago, tuanphan said:
If you share link to a summary block, we can check easier
Ok https://thirtytwoacres.squarespace.com
pw: 32acres
The meat summary block only some are tagged with "per-kilo" which ill put a :after on the price to display "per kilo" just can't target it in the summary block properly. Any help would be great @tuanphan :)
-
On 12/22/2020 at 11:51 AM, tuanphan said:
You can add tag: no-price for these products, then share url again. We will give the code to remove price.
Hi @tuanphan Do you have a generic code for removing specfic prices based on their tag in a summary block?
-
So as I can’t use the “sold out” or “on sale” classes I thought there could be an alternative but of css/js to use to display only when products are tagged etc. like the 7.0 version
-
My client is a furniture company where stock is ordered and takes 12 weeks to manufacture and ship. However they have some floor stock they want to promote. Ie. have a label like “ready to ship” etc. so not for every product just certain tagged or categorised products that are ready to ship now. Thanks
-
Hi @paul2009 - Have you got similar bit of code for 7.1? As im trying to do the same to create an "In Stock" status circle on the products... Any help would be great!
-
Site URL: https://www.northcotebakeshop.com.au
PRODUCT SUBSCRIPTIONSHi there ... I have a clients bakery site where they sell bread, milk, eggs etc on weekly subscription, however people aren't able to add multiple items to a cart for subscription (like you do when standard shopping) Has anyone done a work around for being able to add multiple subscription products to a cart then subscribing/checking out?ie. adding 1 baguette, 1 seed loaf, 1 liter of milk per week..
..otherwise as separate subscriptions they pay 3x shipping per week -
I am moving blocks on my screen, and when I do so the screen blanks out. I have tried it on multiple bowsers, devices, and removed CSS and Code to trouble shoot and it still appears. It is also happening on other sites of mine. I'm stuck to find an answer on how to resolve.
Any ideas or settings?
-
Hi we manage a few sites, however on one domain form submission emails aren't being received. We have tried everything from white-listing domain etc we get the data sending to Google Sheets fine, however the email notification isn't coming through.
Any others encountered form submission emails being blocked or not sent?- lindamjohn and ValentynaR
- 2
Poster Block —Description and Button on Hover
in Other
Posted
Hi Tuan, thanks for this.. It would be the headline appearing (static) then on hover the button and description appearing at the moment there is only pic then rest appearing on hover also looking for overlay to change on hover.
thanks !!