Jump to content

tuanphan

Circle Member
  • Posts

    65,013
  • Joined

  • Last visited

  • Days Won

    518

Reputation Activity

  1. Like
    tuanphan reacted to holahannah in [Share] Accordion Block: Useful code   
    Thank you @creedon - worked a treat! 

  2. Like
    tuanphan reacted to creedon in [Share] Accordion Block: Useful code   
    Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection.
    <style> .sqs-block-accordion .accordion-item[ data-is-open="true" ] .accordion-item__title { color : #ED1650; } </style> Let us know how it goes.
  3. Like
    tuanphan reacted to Naoms in Hide (map) from events page   
    #1. Yes, you did ! Thank you tuanphan!
     #2 and #3 formatting we thought was not really required. So that's all good now. 

    https://laf-uk.squarespace.com/laf24-festivalprogramme
    This is the link!
  4. Like
    tuanphan got a reaction from CarolineK in How to Fix "General" on Tab in a Member Area Page?   
    Hi. It looks like you solved this? Can you share solution for other members?
  5. Like
    tuanphan reacted to holahannah in Change color on one footer section (on one page only)   
    Thank you! Worked perfectly. 
  6. Like
    tuanphan reacted to HimanshuYadav in Mindbody - Buy Now Button Not Working   
    @ROSESCAN Please use this code. You can fix this issue for mobile device.

     
    @media only screen and (max-width: 520px) { .fe-block-yui_3_17_2_1_1713580014502_40524 { grid-area: 15 / 2 / 23 / 10; } .fe-block-yui_3_17_2_1_1713580014502_40524 .sqs-block { justify-content: flex-end; } }  

  7. Thanks
    tuanphan got a reaction from _yohandeschamps_ in Product page text aligned to the left on mobile when it should be centered   
    Add this to Design > Custom CSS
    h2.nested-category-title.nested-category-title-padding { justify-content: center !important; text-align: center !important; }  
  8. Like
    tuanphan got a reaction from KyahDigital in How to achieve this background effect in Squarespace   
    I can't find this effect name, but you can search Codepen with some keywords like this, then share link to Codepen code, I can try converting it to Squarespace Code Block.

  9. Love
    tuanphan got a reaction from Dalves in Can you use parallax on a homepage splash VIDEO?   
    First, you add a Section with Video Background
    Next, use this code to Custom CSS. Replace article>section:first-child with section id
    use this free tool to find id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
    article>section:first-child { height: 100vh !important; position: sticky; top: 0; padding: 0 !important; } article>section:first-child video { position: fixed !important; top: 0 !important; } article>section:nth-child(n+2) { z-index: 99999 !important; }  
  10. Like
    tuanphan got a reaction from BarbaraA in iframe code to shorten second page of a form   
    Can you provide iframe code? We can test code easier
  11. Like
    tuanphan got a reaction from ae_1 in Changing the hover state of a button   
    You can use this code to Website > Website Tools > Custom CSS
    div.button-block a.sqs-block-button-element:hover { background-color: #fff !important; color: #000 !important; opacity: 1 !important; }  
  12. Like
    tuanphan got a reaction from rosatk in Show category WITHOUT showing the top block of my 'blog summary' page HELP!   
    Hi,
    We can use some code to achieve this. Can you provide password?

  13. Like
    tuanphan reacted to _yohandeschamps_ in Issue With Social Icon   
    @tuanphan
    Hello Tuan.
    I made my social icon Bar for the Footer, which is good.
    Thanks for your help, as usual.
  14. Like
    tuanphan reacted to Oddish in Title placement on gallery   
    Thank you @tuanphan!!
  15. Love
    tuanphan got a reaction from CazBot in Embed google sheets with search bar   
    The only way I know to solve this use Table Custom Block Plugin. It can sync data from Google Sheets, then add Universal Filter Plugin, I will create a search bar in Tablet Custom Block plugin.
  16. Like
    tuanphan reacted to TheBrandMethod in Video block not playing on mobile phone   
    @Maxsabo this issue seems to a problem still for iOS 17.4
    I had to change my video to show 'minimal' controls and it now works on iOS mobile devices.
  17. Like
    tuanphan reacted to LukeDesign in Adjusting vertical line in footer with no pad   
    Your code worked in addition to me adjusting the footer to to fill screen. Thank you!
  18. Like
    tuanphan reacted to Bona in Mobile menu editing   
    wow this did it! Support told me it's impossible and they have no power in changing it. 
    They told me I have to take it as It is...

    Thank you a lot! 
  19. Like
    tuanphan got a reaction from DaveRizz in How to display video in vertical format?   
    Try adding this to Design > Custom CSS to adjust ratio
    .sqs-native-video .native-video-player { padding-bottom: 100% !important; }  
  20. Like
    tuanphan got a reaction from SaraCreative in Error on my mobile code   
    It shows fine on my end

  21. Like
    tuanphan got a reaction from EddiOS42 in Customize title position of banner slideshow portfolio page   
    If you want to add code to Page Injection, use this code instead
    <style> .user-items-list-item-container[data-section-id="66221901f3557d3bbd478851"] .slide-content { position: relative; top: -50px; } </style>  
  22. Like
    tuanphan got a reaction from Venera in Staked view on Mobile view   
    Remove the code & use this new code
    @media screen and (max-width:767px) { .ProductItem-gallery-slides-item { position: static !important; height: auto !important; visibility: visible !important; display: block !important; animation: unset !important; } .ProductItem-gallery-slides:before { padding: 0 !important; }}  
  23. Thanks
    tuanphan got a reaction from Dario88c in How do I make the background effect only apply to desktop homepage and not mobile homepage?   
    To remove image on mobile, you can use this code to Website > Website Tools > Custom CSS
    @media screen and (max-width:767px) { [data-section-id="6613ff16f9286224504f421e"] .section-border img { opacity: 0; } }  
  24. Like
    tuanphan got a reaction from Pip1 in Links won't attach in List item carousel   
    A member contacted me today, they have same problem, I think it is a bug, you should contact SS customer Care.
  25. Like
    tuanphan reacted to hansworks in Rounded border with only inside of border rounded.   
    Thank you for the explanation. The client wants a sticky headline so I will give the the option to turn that off in exchange for a rounded corner. Thank you for getting me so far along on code for this use and other parts of the website!
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.