Jump to content

Cyperpunk-girl-333

Circle Member
  • Posts

    195
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Cyperpunk-girl-333 got a reaction from creedon in Remove .00 from all store prices   
    thank you @creedon
  2. Like
    Cyperpunk-girl-333 got a reaction from MayaViolet in Add padding to shop   
    Thank you so much
  3. Like
    Cyperpunk-girl-333 got a reaction from tuanphan in codepen   
    It's okay I've decided not to use this code pen 🙂
  4. Love
    Cyperpunk-girl-333 reacted to tuanphan in Gap below removed footer   
    Use this new code (Page Header)
    <style> footer#footer-sections, header#header { display: none; } article section { height: 100vh !important; } </style>  
  5. Thanks
    Cyperpunk-girl-333 got a reaction from creedon in Move additional product info to under product description   
    That looks fantastic 🙂 
  6. Love
    Cyperpunk-girl-333 reacted to creedon in Move additional product info to under product description   
    My cited code works a treat.

    You need to remove code for any previous attempts at this effect.
    Install my cited code per instructions.
    For the N number of blocks you want to move, each block should be on a row by itself. You currently have a spacer on the left and the accordion block on the right. Remove the spacer block.
    Also I noticed you have about a half dozen different versions of jQuery installed. Generally you only need to install jQuery once. I suggest the version I indicate in my cited code install instructions.
    Let us know how it goes.
  7. Like
    Cyperpunk-girl-333 got a reaction from tuanphan in Add to Cart Summary Block   
    <style>
      .ProductList-grid .ProductList-item {
        padding-bottom: 50px;
      }
      .ProductList-grid .ProductList-item .sqs-add-to-cart-button {
        position: absolute;
        z-index: 1000;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        margin: 20 auto;
        padding-right: 5px;
        padding-left: 5px;
      }
      .ProductList-grid .ProductList-item .ProductList-overlay {
       margin-bottom: 70px; 
      }
    </style>
    <script>
      $(".ProductList-grid .ProductList-item").each(function(e){
        $(this).append('<div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-editable-button" role="button" tabindex="0" data-product-type="1" data-original-label="Add To Cart"><div class="sqs-add-to-cart-button-inner">Add To Cart</div></div>');
      });
      $(function() {
        $(".ProductList-grid .ProductList-item").each(function(e){
          var dataItemId = $(this).attr('data-item-id');
          $(this).find('.sqs-add-to-cart-button').attr('data-item-id', dataItemId);
        });
      });
    </script>
     
  8. Love
    Cyperpunk-girl-333 reacted to MedtechStrategist in Banner Video Resize for Mobile Devices   
    Site URL: https://www.medtechstrategist.com/
    Hello,
    Currently our homepage features a banner with video background that appears too large on mobile devices, but fine on desktop.
    https://www.medtechstrategist.com/
    How can I use custom CSS to resize the video and container on mobile devices so it only takes up about 50% of the page or less?
    Thanks
  9. Like
    Cyperpunk-girl-333 got a reaction from Beyondspace in [Custom Plugin Early Access] 360 image viewer block   
    Could I please have access 🙂
  10. Like
    Cyperpunk-girl-333 got a reaction from Beyondspace in Adding a Mouse with Easing & Direction   
    Site URL: https://codepen.io/redspiderfish/pen/MYmeYz?js-preprocessor=none
    Hi how do I add this to my website I don't know where to insert the code found in this code pen. 
     
    https://codepen.io/redspiderfish/pen/MYmeYz?js-preprocessor=none
    please help! however i will be changing the image to 

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