Jump to content

Agha_Waqas

Member
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Agha_Waqas's post in Accordion coding not working was marked as the answer   
    Hi, It seem like you did copy paste code and did not update it according to your heading size.

    go to you JavaScript and CSS code which you get from that article replace h2 to h4 on both codes (Javascript and CSS)
    <----- Updated code -----> <script> $(document).ready(function(){ $('.markdown-block .sqs-block-content h4').css('cursor','pointer'); $(".markdown-block .sqs-block-content h4").nextUntil("h4").slideToggle(); $(".markdown-block .sqs-block-content h4").click(function() {$(this).nextUntil("h2").slideToggle();}); }); </script> Same thing do with CSS replace all h2 to h4.
  2. Agha_Waqas's post in On 7.1 Commerce Mobile Filter Won't Stick to Shop Page was marked as the answer   
    Hi. Will you share the Password of your website. 
     
    you need to use the z-index for that. 
    add the z-index:9999; within your code. It will work.
  3. Agha_Waqas's post in Squarespace 7.1 gallery slide show header transparency was marked as the answer   
    Hi, You need to remove the top padding of the section. below is the code.

    [data-section-id="611d47af4095211195eef4f4"] { padding-top: 0 !important; }
  4. Agha_Waqas's post in How to disable clicking on portfolio hover item? was marked as the answer   
    Hi you can add below script into footer injection
    <script>
    var all_links = document.querySelectorAll(".portfolio-hover-items-list li a");
    for(var i=0; i<all_links.length; i++){
        all_links[i].removeAttribute("href");
    }
    </script>
  5. Agha_Waqas's post in Transparent Navigation Folder Links - Squarespace 7.1 was marked as the answer   
    Simply add !important after the color or use below code
    body:not(.header--menu-open) .dark .header-nav-folder-content {
      background-color: transparent !important; }
  6. Agha_Waqas's post in Creating a custom navigation bar was marked as the answer   
    You can tweak the navigation with CSS, Hide your logo, Make the Navigation 100% and use Flex box.
     
  7. Agha_Waqas's post in Turn images in summary block into clickthrough links was marked as the answer   
    Ahhhh I see!!! actually there is custom code in css which is blocking it
    below is the code which blocked the image clickthrough, Remove below code then it will works

     
    .summary-thumbnail-outer-container a { pointer-events: none !important;  cursor: default !important; }
  8. Agha_Waqas's post in Hover Problem was marked as the answer   
    Hi. please try below code.
    .folder-toggle:hover+.subnav {
        width: 100%;
        top: 14px;
        padding-top: 0;
        z-index: 99999;
    }
    .subnav:hover {
        opacity: 1 !important;
    }
  9. Agha_Waqas's post in Resizing Form Lightbox Button was marked as the answer   
    Hi. Add below code into CSS editor. Adjust the padding and font according to your need. 
    .form-block .lightbox-handle { font-size: 20px !important; padding: 1.5em 2.5em !important;}
  10. Agha_Waqas's post in Image Stack on 'Tablet' Size in 7.1 was marked as the answer   
    Hi. Add below code into CSS editor

     
    @media (max-width: 800px) {
        .design-layout-card {
            flex-direction: column !important;
            .intrinsic,
            .image-card-wrapper {
                width: 100% !important;
            }
        }
    }
  11. Agha_Waqas's post in Image card block on the mobile. was marked as the answer   
    Hi. Add below code into CSS editor

     
    @media (max-width: 900px) {
      #page-607e58d7db63ee562a23b8e5 {
      .span-6 {
          width: 100% !important;
          float: none !important;
          .design-layout-card {
            display: flex !important;
            justify-content: space-between !important;
            .intrinsic {
              width: calc(30% - 1%) !important;
            }
            .image-card-wrapper {
                margin-left: 2% !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                min-height: 100% !important;
                width: calc(70% - 1%) !important;
            }
          }
        }
      }
    }
  12. Agha_Waqas's post in Change a forms "Selection" options font size, Squarespace 7.1 was marked as the answer   
    You can use the custom CSS code for it,
    Add below code into custom css editor
    .sqs-block-form .field-list select { font-size: 20px !important; }
×
×
  • 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.