Jump to content

tuanphan

Circle Member
  • Posts

    64,922
  • Joined

  • Last visited

  • Days Won

    517

Posts posted by tuanphan

  1. 20 hours ago, mae84 said:

    This is the sold product, which i have shown just the 'sold' badge - but on the category overview page, it shows the price under the product still. I want for sale products to show price, and those which are sold to say 'sold' but still appear in this overview. 

    Also pls be aware, some artworks on the store depict nudity! 

    Don't remove any code in your current code.

    Use this code to Custom CSS box

    /* Sold on list page */
    div.grid-item.sold-out .grid-prices {
        display: none;
    }
    
    .grid-meta-status {
        position: relative;
    }
    
    .grid-meta-status .sold-out {
        left: 0 !important;
        transform: unset !important;
        right: unset !important;
        position: static !important;
    }
    
    section.grid-meta-wrapper {
        flex-direction: column;
    }

     

  2. 12 hours ago, Bona said:

    Yes, correct

    You can use this code to Website > Website Tools > Custom CSS

    @media screen and (max-width:991px) {
    .header-menu-nav-folder[data-folder="root"] {
    }
    
    .header-menu-actions.language-picker.language-picker-mobile {
        order: 1 !important;
    }
    
    .user-accounts-link.header-menu-nav-item {
        order: 2 !important;
        margin-bottom: 0px !important;
    }
    
    .header-menu-nav-wrapper {
        order: 3 !important;
    }
    
    .header-menu-actions.social-accounts {
        order: 4 !important;
    }
    
    .header-menu-nav-folder-content {
        order: 2;
    }
    
    .user-accounts-link.header-menu-nav-item>a {
        margin-bottom: 0px !important;
    }
    }

     

  3. 18 hours ago, Naoms said:

    Hi, 

    Thank you for sharing these codes! with #2 I was able to have my event listing come in grid format. I removed the event decription as well. However I still needed the event column-info to appear. 
    Please help with code to align the info to the left edge of the event pic. 

    Thank you very much!

    image.png.735c93ffd28b3d093d1e82f9cc2438ef.png

    You can use this new code

    /* Event list to grid */
    @media screen and (min-width:768px) {
    div.eventlist {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px 10px;
    }
    
    div.eventlist article {
        margin: 0 !important;
        width: 100% !important;
        flex-direction: column;
    }
    
    div.eventlist article>* {
        width: 100% !important;
    }
    
    .eventlist-column-thumbnail {
        padding: unset !important;
        height: auto !important;
    }
    
    .eventlist-column-thumbnail img {
        position: static !important;
    }
    .eventlist-column-info {
        padding-left: 0px !important;
    }
    }

     

  4. 14 hours ago, Scott_Morrell said:

    HELP!  I have a widget that isn't showing well in Squarespace 7.1   Help!  Here is the embedded code I'm using <script type="text/javascript" src="https://be-booking-engine-api.prodinnroad.com/widget/raggedpointinn"></script>
    <div id="innroad-widget"></div>

    mobile.png

    Can you share link to this page? We can check easier

  5. On 4/22/2024 at 3:53 PM, sandracheesman said:

    @tuanphan the same link as the subject of this message.  Thank you.

    On my site https://www.booking.laverriere.com/  I have a new video on the page https://www.booking.laverriere.com/new-page-1 that I eventually would like as my home page and the video as a full page background.  The template is Brine 7.0. 

    You can use this code to Website > Website Tools > Custom CSS

    body#collection-661ea104077f1a0d6374d932 {
    & {overflow: hidden;}
    main#page {
        padding: 0px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .html-block {
        display: none;
    }
    
    .video-block {
        padding: 0px !important;
    }
    
    footer#footer, #preFooter {
        display: none !important;
    }
    }

     

  6. On 4/22/2024 at 7:37 AM, alchemycreativ said:

    Sure! alchemycreativ.co 

    No password required to enter the site. Thanks!

    You can use this code to Website > Website > Custom CSS

    /* nav border */
    .header-layout-branding-center-nav-center .header-title-nav-wrapper {
        flex: 100% !important;
        flex-direction: column;
        width: 100% !important
    }
    
    .header-display-desktop {
        flex-direction: column
    }
    
    .tweak-fixed-header .header .header-announcement-bar-wrapper {
        padding-left: 0;
        padding-right: 0
    }
    
    .header-nav {
        width: 103.2%;
        border-top: 1px solid #fff;
        padding-top: 0px;
        padding-left: .7vw !important;
        border-bottom: 1px solid #fff !important
    }
    
    .header-nav-item--divider {
        padding: .1rem 0;
        border-right: 1px solid #fff !important
    }
    
    .header-nav-item:not(:first-child) {
        border-left: 1px solid #fff;
    }
    
    div.header-nav-item {
        padding-left: 1.5vw !important;
        padding-right: 1.5vw !important;
    }

     

  7. You can setup password & share url, we can check easier

    If you are using Gallery Grid (Gallery Section), use this code to Website > Website Tools > Custom CSS to adjust size, color..

    p.gallery-caption-content {
        font-size: 18px !important;
        color: #f1f;
        font-family: monospace !important;
        letter-spacing: 1px !important;
    }

    if you are using Gallery Grid (Gallery Block), use this CSS code to prevent text cut off

    div.image-slide-title {
        white-space: initial !important;
        overflow: visible !important;
        text-overflow: initial !important;
    }

    to adjust size, color,... use this CSS code

    div.image-slide-title {
        color: #f1f;
        font-size: 20px !important;
        line-height: 20px;
    }

     

  8. On 4/21/2024 at 10:22 PM, Tinxy7 said:

    <script src="https://code.jquery.com/jquery-3.4.1.js"></script>
    <script>
      let wmSlider = [{
        staticFirst: false,
        startingSection: 1,
        endingSection: 3,
        sliderTime: 6,
        autoSliderOn: true,
        playPause: true,
        sliderDots: true
      }];
    </script>
    <script src="https://assets.codepen.io/3198845/WMSlider6520v2-7.js"></script>
    <link href="https://assets.codepen.io/3198845/WMSlider6520v2-2.css" rel="stylesheet">

     

    This is what is in the 'header' section??

    No. I meant you edit Homepage (access your edit mode > click Homepage > You will see an Edit button, click it to edit Homepage) > Edit First Section > You will see a Code Block

    Send all code in Code Block, we can check easier

×
×
  • 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.