deandra.olivieri
Circle Member-
Content Count
23 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Summary Block: How can I set the Carousel to "autoplay"?
deandra.olivieri replied to jasonbarone's question in Coding and Customization
Hey @clayyount—how can i slow down the switch timing for this code from your original answer? <script> Y.on('domready', function () { var galleries = Y.Squarespace.GalleryManager.getGalleries(); for( i = 0; i<galleries.length; i++){ galleries[i].setAttrs({"autoplay":true}) } }); </script> Please and thank you!!! -
Hide a category in Shop Filtering
deandra.olivieri replied to lincoln's question in Coding and Customization
Hey @creedon thanks for this! FYI for other's readying this—the code did not work under Store Settings > Advanced > Page Header Code Injection. It did however, work when I simply inputted .ProductList-filter-list-item:nth-child( 3 ) { display: none; } Under Design > Custom CSS. Thank again!! D -
Hide a category in Shop Filtering
deandra.olivieri replied to lincoln's question in Coding and Customization
Hey @tuanphan I'm trying to make this work for my site https://www.simplybeautifuldecor.ca/shop I want to hide the category "Debutante". Can you help? Above code isn't working for me. Thank you!!! -
Carousel Gallery height on mobile
deandra.olivieri replied to ka_scal's question in Coding and Customization
Following -
Right, because I've had to hide it for all for legal reasons. But I'm really only trying to hide the price on one item with in the summary block. So no, this has not be solved @tuanphan. Do you know how we can hide the price of just one item in the summary block? D
- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
Hey @tuanphan, haven't solved this yet. Here's the link to the product: https://www.jenevoymakeupstudio.com/shop/eyenvy And link to the page with the summary block: https://www.jenevoymakeupstudio.com/eyenvy I've had to remove all prices here for legal purposes. But ideally Id just remove the eyenvy product price only from the summary block. Excuse my ignorance, but what is cmt? D
- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
Background Overlay Promo Popup Mobile
deandra.olivieri replied to AmandaLaF's question in Coding and Customization
I'm also trying to add an image the way it appears on desktop. Do you know if that's possible @tuanphan?- 5 replies
-
- css
- background
-
(and 2 more)
Tagged with:
-
Background Overlay Promo Popup Mobile
deandra.olivieri replied to AmandaLaF's question in Coding and Customization
Trying to get a background overlay over the site the way it appears on desktop. Is this possible?- 5 replies
-
- css
- background
-
(and 2 more)
Tagged with:
-
Background Overlay Promo Popup Mobile
deandra.olivieri replied to AmandaLaF's question in Coding and Customization
@tuanphan adding !important; isn't working. Any ideas? Here's a link to my site: https://www.jenevoymakeupstudio.com/- 5 replies
-
- css
- background
-
(and 2 more)
Tagged with:
-
promotional-pop-up Custom Mobile Pop-up
deandra.olivieri posted a question in Coding and Customization
Site URL: https://www.jenevoymakeupstudio.com/ Hi there! Wondering if anyone has found a way to include an image on a mobile promotional pop-up. Any help would be greatly appreciated! D- 2 replies
-
- popup
- custom-css
-
(and 1 more)
Tagged with:
-
variants Product Variants for Pre Order
deandra.olivieri posted a question in Coding and Customization
Site URL: https://www.jenevoymakeupstudio.com/shop/make-up-for-ever-ultra-hd-self-setting-concealer Hi! I have a client who has a number of different products for sale with variants. She wants to be able to offer pre-order on variants that are out of stock. Has anyone come across a work around for this? Below is a link to a product as an example. https://www.jenevoymakeupstudio.com/shop/make-up-for-ever-ultra-hd-self-setting-concealer Needing to change the "Add to Cart" button on only the variants that are out of stock. I've create a pre-order work around on items without -
Hi Tuanphan, Here is a link the the summary blocks: https://jenevoymakeupstudio.com/eyenvy and https://jenevoymakeup.squarespace.com/eyes The item I am trying to hide the price on is "EyEnvy". For legal purposes, until this is resolved, I've had to remove the prices on all items. I've managed to get the price removed everywhere else this product appears, but not within this summary block. Please see screen shots attached. Thanks for your help with this!!
- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
Does anyone know of a way to hide the price of one item within a summary block? I've been able to use the code above to hide the price on the shop page as well as the individual product page. But I also list the product in a summary block on another page and the price is still showing there. Thanks!
- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
How do I create hide/show text on a page, like you see with FAQs?
deandra.olivieri replied to mford's question in Coding and Customization
hey, yes I can. See below—this is what I'm trying to do: +Shop All (internal link, no drop down) +Makeup (drop down with additional categories underneath) +Skincare (drop down with additional categories underneath) +Hair (drop down with additional categories underneath) +Tools and Accessories (drop down with additional categories underneath) +Gift Cards (external link, no drop down) This is how I've already adapted the code: <div class="questionBlock"> <span class="question" id="Q1" onclick="expand('A1')"><h3>+ Makeup</h3></span>