-
Content Count
20,056 -
Joined
-
Last visited
-
Days Won
244
Everything posted by tuanphan
-
Change size of Gallery Overview on Mobile
tuanphan replied to Ptphotography's question in Coding and Customization
Some pages on mobile seems long. You should consider adding a back to top button Do you want to align these pagination on mobile? -
Add to Design > Custom CSS /* 2 columns form */ @media screen and (min-width:768px) { div#block-yui_3_17_2_1_1599054401120_5664 .form-wrapper .field-list { column-count: 2; } div#block-yui_3_17_2_1_1599054401120_5664 .form-wrapper .field-list .email:after { content: ""; display: block; height: 125px; } }
-
how to prevent copying of hyperlinks's link.
tuanphan replied to JoaoSA's question in Coding and Customization
The idea here is that when we highlight the text link, we will hide the cursor and make the text transperant. This approach doesn't really solve the problem, but it should also be seen as the easiest solution. -
How to make form placeholder text stay when clicking on it?
tuanphan replied to majamalmcrona's question in Coding and Customization
The text will be smaller, above the text user typing? Do you use Personal or Business Plan or higher? -
I need add 3d product gallery tab into my squarespace ecommerce store
tuanphan replied to Chamindu's question in Coding and Customization
Hi, If you haven't received an answer yet, you can post on some FB groups + Squarespace Customization Resource Groups + Squarespace Community + Squarespace Entrepreneur + Squarespace Rockstars -
How to add content above blog feed
tuanphan replied to jamesdesignsuite's question in Coding and Customization
Can you share link to page? We can check easier -
Avenue: Hide blog header content header on blog posts?
tuanphan replied to bml304's question in Coding and Customization
Hi. Yes. Possible. Can you share link to blog post in screenshot? We can help easier -
how could I make related product gallery as slider?
tuanphan replied to LotusOriental's question in Coding and Customization
This is impossible. You can hide current related products, add Summary Block (and choose products) on Additional Info. -
how to spilt product image gallery into two columns?
tuanphan replied to LotusOriental's question in Coding and Customization
Add to Design > Custom CSS @media screen and (min-width:768px) { .tweak-product-basic-item-gallery-design-stacked .ProductItem-gallery-slides-item { width: 50%; float: left; } .tweak-product-basic-item-gallery-design-stacked .ProductItem-gallery-slides-item:nth-child(2n+1) { clear: left; } } -
Color background behind text across page width in Hayden 7.0
tuanphan replied to Sebbo's question in Coding and Customization
You can remove the code & I will check again -
Do you still need help on this?
- 2 replies
-
- coding
- custom-css
-
(and 2 more)
Tagged with:
-
Click on Logo to make dropdown menu appear
tuanphan replied to SolveigTraeet's question in Coding and Customization
Do you still save the code that I sent a few days ago, click icon> Show search? You can resend it, we just need to tweak a few lines in the code for this case. -
Try adding this to Design > Custom CSS /* Show category nav links */ div.nested-category-tree-wrapper { display: flex !important; float: none !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; } section.products.collection-content-wrapper.products-list { flex-direction: column !important; display: flex; } .nested-category-tree-wrapper>ul { width: 100% !important; display: flex; justify-content: center; align-items: center; } .nested-category-tree-wrapper>ul li { margin-left: 2vw; } nav.nes
-
Customize Scrollbar in Search Result list
tuanphan replied to SolveigTraeet's question in Coding and Customization
You mean browser scroll bar on right of screen? -
Responsive design + image cropping on Jasper template
tuanphan replied to aklaz's question in Coding and Customization
Hi. Images on homepage look fine here. Which image has problem?- 1 reply
-
- responsive-design
- images
-
(and 1 more)
Tagged with:
-
Small issue with gallery images with caption not linking
tuanphan replied to DDKSteve's question in Coding and Customization
Your site is private. Can you setup password & share url again? -
JS Code needed - show html on certain pages, exclude other pages
tuanphan replied to raeroshow's question in Coding and Customization
To hide lightbox on One Page, add this code to Page Header <style> [href*="lightbox_popups2"] { display: none !important; } </style> or add this to Design > Custom CSS #page1-id, #page2-id, #page3-id { [href*="lightbox_popups2"] { display: none !important; } } Find ID with this guide. -
Shop Filters and Sort, and social sharing buttons
tuanphan replied to Haffertys's question in Coding and Customization
Hi. You can use FIlter Plugin. -
css CSS Styling Code Block vs Blockquote
tuanphan replied to milliejwalker1's question in Coding and Customization
Can you share access password? -
Preventing Navigation Items from Stacking
tuanphan replied to CMurphy's question in Coding and Customization
Can you share site url? We can check easier -
Custom Next/Prev buttons on Simple Slideshow
tuanphan replied to thomasom's question in Coding and Customization
Can you share link to page where you use slideshow? We can check easier. -
Help with moving arrows of carousel centrally under image
tuanphan replied to DavidJD's question in Coding and Customization
The url doesn't exist. Can you share site url? -
Make captions appear below images (Native template)
tuanphan replied to racheljackson's question in Coding and Customization
Hi. The url doesn't exist. Can you check again?