-
Content Count
20,056 -
Joined
-
Last visited
-
Days Won
244
Everything posted by tuanphan
-
Can't transfer ownership to contributor
tuanphan replied to iamraag's topic in Getting Started With Squarespace
Have you tried changing contributor permission to admin then transfer ownership yet? -
If you have problems, you can post here, we can help, from easy to complex questions.
- 1 reply
-
- index-page
- navigation
-
(and 1 more)
Tagged with:
-
Gallery Grid, Hover Color & URL Clickable (SS 7.1)
tuanphan replied to Matt987's topic in Getting Started With Squarespace
You can use this code. -
Multiple Basic Grid Blogs with Different Aspect Ratios?
tuanphan replied to Anthony_Richardson's question in Coding and Customization
Yes. I think Masonry >> Grid will be easier. Grid >> Masonry, I think it is very difficult ☹️ -
Connect Image Blocks for Continuous Lightbox Navigation
tuanphan replied to Capio's question in Coding and Customization
You can use Lightbox Plugin to achieve this. Suppose Page A is the current page on which you are placing the images. The idea here is You create a page in Not Linked Navigation (We will call it Page B) > Add All images which you want to show in lightbox Edit all images in Page A >> Insert Page B Url. When clicking images on Page A >> Page B will appear in lightbox -
Open lightbox of gallery when clicking individual image
tuanphan replied to bayofguinea's question in Coding and Customization
You can use this Lightbox Plugin. -
Q1. Add to Design > Custom CSS /* Center menu */ .header-nav-folder-content { left: 50% !important; transform: translateX(-50%); width: 350px !important; } Q2. I answerd in your other posts.
- 5 replies
-
- css
- custom-css
-
(and 2 more)
Tagged with:
-
Add Anchor Link to FAQ Accordion Markdown
tuanphan replied to kaitlinkb20's question in Coding and Customization
Have you tried inserting link in your Markdown Blocks? Or do you have problem when do this? -
Mobile Site Header Padding is too large
tuanphan replied to JustinSinger's question in Coding and Customization
Add to Design > Custom CSS /* Mobile portfolio padding */ @media screen and (max-width:767px) { .portfolio-hover-items { padding-top: 0 !important; } } -
Forms: I Need to Ask Customers When/Where They will PickUp
tuanphan replied to jnettl2's question in Coding and Customization
Hope it helpful. https://support.squarespace.com/hc/en-us/articles/205811218-Creating-a-custom-product-form -
Transparent Header, with background when scrolling down
tuanphan replied to glacruz223's question in Coding and Customization
Do you want to change nav items, social icons to white on homepage only? -
Images change size on mobile
tuanphan replied to JustinSinger's question in Coding and Customization
https://www.iamjustinsinger.com/film/wild-pink-the-shining-but-tropical Add to Home > Design > Custom CSS /* 3 logos side by side */ @media screen and (max-width:767px) { div#page-section-5ffca32b81fa8740e19dcdbd>.row>.span-4 { width: 33.33% !important; float: left !important; } } -
Try using Markdown Block with this syntax Here is markdown block with <span style="font-family:monospace;color:red;">red, monospace font</span>.End!
-
Formatting line height and text style in html code
tuanphan replied to cupoftea's question in Coding and Customization
Hi. Can you share link to page in screenshot? We can check easier -
Customize Post-submit message
tuanphan replied to SolveigTraeet's question in Coding and Customization
Where is post submit message?- 6 replies
-
- post-submit
- css
-
(and 2 more)
Tagged with:
-
Page titles on FIVE template shrunken to width when viewed on mobile
tuanphan replied to NAOMIC14's question in Coding and Customization
Hi. Can you share link to a page in screenshot? We can help easier -
Hi. Can you take a screenshot? We can check easier
-
How do I have a different header image for each category?
tuanphan replied to Haffertys's question in Coding and Customization
Can you share link to shop page? We can check easier- 2 replies
-
- images
- code-injection
-
(and 1 more)
Tagged with:
-
custom coding for blog post excerpt; - excerpt date
tuanphan replied to joeybarnuk's question in Coding and Customization
Your site is private. Can you setup password & share url again?