-
Posts
57 -
Joined
-
Last visited
Personal Information
- Website
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
entrepreneuress's Achievements
-
entrepreneuress started following Re-ordering Product Page Reviews
-
Hi I'm wondering if there's a fix to arranging the reviews on product pages. I've implemented the below code ( @tuanphan's ) which I found on this post, however there are two issues which I'm trying to solve: 1. As more reviews gather, it forces the product photos to align to the middle of the right-hand column content (“simple” product page layout), and moves the photos on the lefthand column way too far down the screen. 2. Takes time to load, whereas I'd like the proper display to be instant. If anyone can help me troubleshoot this, that'd be amazing... Thanks in advance! Corinne <script> $(document).ready(function(){ setTimeout(function(){ $('section[class*="reviewsSection"]').insertAfter('div.sqs-add-to-cart-button-wrapper'); }, 3000); }); </script>
-
entrepreneuress started following Fix double bullet icons (standard and custom) , Searchable CSS Panel , Change "Type to Search" Placeholder Text on Search Page and 3 others
-
I would gladly give my first-born to be able to search the CSS panel of my various websites. Is implementing a search bar / function on top of the CSS panel possible?
-
Hi — Trying to change the "type to search..." placeholder text on the search page. I just want it to say "Search" instead. www.giannigiavinchi.com > search page. Thanks! Corinne
-
cart style as text on desktop but icon on mobile -- is it possible?
entrepreneuress replied to a topic in Other
Thanks. Is it possible to adjust the height of the (0) to make it more side by side with the icon and hamburger menu? I figured out the bottom-padding, but can't find a selector that doesn't target both bag icon and (0). I just want to target the (0). Thanks! -
cart style as text on desktop but icon on mobile -- is it possible?
entrepreneuress replied to a topic in Other
Correct, thank you! -
cart style as text on desktop but icon on mobile -- is it possible?
entrepreneuress replied to a topic in Other
Hi @tuanphan I'm trying to do this too: Client wants cart text on desktop, icon on mobile: https://wolf-raspberry-fr8r.squarespace.com/ PW: GG24 I might add a custom icon instead of the one that's there. Would the code be different? Thanks, Corinne -
entrepreneuress changed their profile photo
-
I'm wondering if it's possible to reduce the padding on top and bottom of scrolling text block? Specifically the scrolling symbols on the left-hand side of my hero section: #block-yui_3_17_2_1_1675615508128_34603. Because I want to move it down so the bottom of the symbols are flush with the bottom section border. Thanks!
-
Fix double bullet icons (standard and custom)
entrepreneuress replied to Rolaa's topic in Customize with code
@tuanphan sorry! You're right - I updated: https://soho-template.squarespace.com/ password: enty I should note these are templates so can't use section / block ID. Hoping to target the selector instead. -
Everyone - the key is to not make an entirely fluid engine website. Just make the sections you need fluid (so maybe JUST the hero section), and the rest are regular sections. So much easier this way. And they have implemented a lot of fixes to the early FE issues. I love the direction FE is headed. Gotta start somewhere. Thanks Squarespace, I appreciate that you stay competitive and seek new solutions for website building. I would love to see new solutions for tablet view - ideally, just a higher mobile breakpoint (in the 1100's or so), rather than a separate tablet formatting option. Though would settle for either.
-
Fix double bullet icons (standard and custom)
entrepreneuress replied to Rolaa's topic in Customize with code
Hi @tuanphan, Do you have a suggestion for instance where custom bullet is now for some reason appearing above list items? I have custom bullets installed, but now they're appearing above my "Meet the Team" section images. Site: https://rhubarb-horse-y9sr.squarespace.com/ Password: enty Thanks! Corinne -
Thank you so much!