Jump to content

Pip1

Circle Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Pip1

  1. Hi @Paul2009,

    I wanted to be able to create subscription options for a members-only area, it's based in Ireland and I want to offer one subscription in €Euro and one in £Great British Pound for Northern Ireland. Is it possible to offer a yearly subscription for the two different currencies if using Stripe as the payment processor? or can it only be one? I'm trying to think of a work around.

    Many Thanks

  2. Is anybody having issues attaching links in list items in 7.1 today? I added a section from people, a carousel list and when I try to attach my link, by pressing the button "Attach Link"  the option disappears just to show me the button text. Am I missing something, I tested it in Chrome and Safari and it's happening in both...I've refreshed, logged in and out and it still won't work. 

    I've attached pictures, the third is when I press "Attach Link", the option just disappears, anybody having this issue? Maybe its a simple fix

    Screenshot 2024-04-24 at 20.39.38.png

    Screenshot 2024-04-24 at 20.39.59.png

    Screenshot 2024-04-24 at 20.40.08.png

  3. Is anybody having issues attaching links in list items in 7.1 today? I added a section from people, a carousel list and when I try to attach my link, by pressing the button "Attach Link"  the option disappears just to show me the button text. Am I missing something, I tested it in Chrome and Safari and it's happening in both...I've refreshed, logged in and out and it still won't work. 

  4. Hello,

    I'm trying to do something similar in the navigation of a site I'm working on. I want to have U.S flag, European flag and UK flag that each link to a different website. How do I add the URL links to this script? I've adapted this script found on the forum that was posted above.

    Quote
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
      $(document).ready(function() { 
    		$('<img src="https://upload.wikimedia.org/wikipedia/commons/d/d9/Flag_of_Canada_%28Pantone%29.svg" class="cnd"/>').appendTo('.header-title-nav-wrapper');
    	});
    </script>
    <style>
      img.cnd {
        width: 50px;
        margin-left: 20px;
    }
      @media screen and (max-width:991px) {
      img.cnd {
        position: absolute;
        right: 2vw;
        top: 5px;
    }
      }
    </style>

    This might be the wrong way to change it, you can see my version here, can somebody show me where to add my external link on the svg

    Quote

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
      $(document).ready(function() { 
    $('<img src="https://upload.wikimedia.org/wikipedia/commons/a/a4/Flag_of_the_United_States.svg" class="us"/>').appendTo('.header-title-nav-wrapper'); 
        });
    </script>

    <style>
      img.us {
        width: 50px;
        margin-left: 10px;
    }
      @media screen and (max-width:991px) {
      img.us {
        position: absolute;
        right: 12vw;
        top: 15px;
    }
      }
    </style>


    <script>
      $(document).ready(function() { 
    $('<img src="https://upload.wikimedia.org/wikipedia/commons/b/b7/Flag_of_Europe.svg" class="eu"/>').appendTo('.header-title-nav-wrapper'); 
        });
    </script>

    <style>
      img.eu {
        width: 50px;
        margin-left: 10px;
    }
      @media screen and (max-width:991px) {
      img.eu {
        position: absolute;
        right: 26vw;
        top: 15px;
    }
      }
    </style>


    <script>
      $(document).ready(function() { 
    $('<img src="https://upload.wikimedia.org/wikipedia/commons/8/83/Flag_of_the_United_Kingdom_%283-5%29.svg" class="uk"/>').appendTo('.header-title-nav-wrapper'); 
        });
    </script>

    <style>
      img.uk {
        width: 50px;
        margin-left: 10px;
    }
      @media screen and (max-width:991px) {
      img.uk {
        position: absolute;
        right: 40vw;
        top: 15px;
    }
      }
    </style>

     

    Screenshot 2024-03-21 at 14.29.41.png

  5. 5 minutes ago, paul2009 said:

    "Hiding" prices does exactly that. The prices are still there, they are just hidden from the humans looking at the page. The price data will still be there in the metadata, the JSON and the HTML.

    Thanks for the reply Paul,

    So is there a way for me to stop it showing on google or do I need the remove every individual price?

  6. Hi,

    Wondering can somebody help me.

    I created a store in 7.1 and I have successfully hidden the quantity, price and add to cart on the site as I don't want people to purchase of it yet, it's working like a catalogue with products marked POA. The prices are set on the product but they are hidden using css, the problem I'm having is when you google some of the products individually, it's showing the hidden price, is there any way of stopping this globally with javascript or do I need to remove every price, it will still show €0.00 on google, I'd rather it said POA or just blank.

    Any help would be greatly appreciated

    Pip

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