Jump to content

ArtMocaf

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ArtMocaf

  1. Hi, is there any custom code we can use to fix spacing of the caption (upon hover) on mobile view? Attaching a screenshot here. On desktop it's properly spaced but on mobile it becomes too tight and can't read the words anymore. Website is: www.mocaf.net Password is: mocaf2023
  2. Hi! We are trying to replicate the hold and drag feature of the images on this website: https://biancasciuto.com/ website is: mocaf.net password is: mocaf2023 Does anyone know a custom code to do this? We are trying to make it work with the code below but the code below rearranges the placement of the images. <img class="draggable ui-widget-content" src="https://static1.squarespace.com/static/6233048786e7596cc972ed24/t/645a2e3dddd886249a178448/1683631683029/Screen+Shot+2023-05-09+at+4.09.38+PM.png" alt=""/> <img class="draggable ui-widget-content" src="https://static1.squarespace.com/static/6233048786e7596cc972ed24/t/645a29d206ae7f233d678146/1683630551843/Screen+Shot+2023-05-09+at+4.09.28+PM.png" alt=""/> <img class="draggable ui-widget-content" src="https://static1.squarespace.com/static/6233048786e7596cc972ed24/t/645a29ce9388ce66f301d993/1683630542482/te%CC%81le%CC%81chargement-3-875x675.jpg" alt=""/> <style> img { height: 150px; overflow: hidden; cursor: move; display: block; position: fixed; } img:nth-child(1) { left: 1vw; top: 1vw; } img:nth-child(2) { left: 2vw; top: 2vw; } img:nth-child(3) { left: 3vw; top: 3vw; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> <script> $( function() { $( ".draggable" ).draggable({ stack: ".draggable" }); } ); </script>
  3. We've finished setting up our Members Area and added subscription options (yearly/monthly). We've also already connected our payment channel (paypal). When we tried to test it out, the sign up form works well to create account but when it comes to redirecting to paypal for subscription payment, an "An error has occurred" page shows up. Any advice on how to resolve this?
  4. Hi community! I want to add the following shareaholic code to event pages of my website. I was able to do it for my blog pages by going to Page Settings > Advanced > Page Item Code Injection. But it seems for event pages there's no Page Item Code Injection option, only Page Header Code Injection (attached screenshot). Is there anyway I can tweak this code to only show up on the event pages and not the event page landing? Code here: <!-- BEGIN SHAREAHOLIC CODE --> <link rel="preload" href="https://cdn.shareaholic.net/assets/pub/shareaholic.js" as="script" /> <meta name="shareaholic:site_id" content="3910f41d5db90ac8072e79f044c119b0" /> <script data-cfasync="false" async src="https://cdn.shareaholic.net/assets/pub/shareaholic.js"></script> <!-- END SHAREAHOLIC CODE -->
×
×
  • 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.