Jump to content

Jackie123

Circle Member
  • Posts

    40
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Jackie123 got a reaction from socialjusticecenter in Repeating events on calendar   
    Would also love a bulk import feature for events.  I have mentioned this before but not sure if thats on the feature roadmap anytime soon.  Entering each manually is absolutely painful
     
  2. Like
    Jackie123 reacted to nickstein in 7.1 - Custom css using variables   
    This might be of use to some of you:
     
    https://studiomesa.co/sm-auto-variables
  3. Like
    Jackie123 reacted to Bobblehead in CSV Import for bulk editing (updating) not allowing category assignments on 7.1   
    Okay, so the issue is that categories must be assigned, as you suggested, by using the existing URL slug for that category. This is completely different than the process for adding tags in the spreadsheet, as plain text is used there. I feel like this is user unfriendly, and needlessly confusing. In any case, for clarity:
    Tags can be added in the CSV using plain text, with multiple tags requiring commas and a space between them. Categories can be added in the CSV, but entries must match the corresponding URL slug that must exist on the site prior to import. Each category's URL slug is available by going into your product page, clicking on a category, then clicking the gear icon to view settings. Multiple categories can be added using commas and a space between them, and using the slash (/) is not required. I feel like this should be made more clear in the documentation. Thanks again for your assistance.
  4. Like
    Jackie123 reacted to Christo in Gallery Slideshow to open in Lightbox at click   
    I'd also like to see Squarespace add the Lightbox option(s) to the other designs (ie. Slideshow, Carousel, Stacked). The workaround above is clever, but not very simple to implement or maintain. Also, why is the "Show description on hover" option not available on all designs either? It seems like a pass reconciling the various unnecessarily unique gallery options is past due.
  5. Like
    Jackie123 reacted to skarnsbach in Gallery Slideshow to open in Lightbox at click   
    Did you find a solution to this ?  - Im looking for a way to do the same
     
  6. Like
    Jackie123 reacted to creedon in Redirect "Add To Cart" Button to Scheduling App   
    The code was designed for Product Detail pages only as indicated in the title of the code.
  7. Like
    Jackie123 reacted to CAKelly in Some anchor links scrolling too far on mobile 7.1 site   
    Site URL: https://courtneykellywrites.com
    Hello! I am completely baffled-- the anchor links that I use in my top nav to create a single scroll website with Squarespace 7.1 are jumping to the wrong sections of my site on mobile. They work perfectly on desktop, but on mobile, the links to latter parts of my page are off by as much as 1,000px. Can anyone help me figure out what's going on? Thank you so much in advance!
  8. Thanks
    Jackie123 got a reaction from creedon in Redirect "Add To Cart" Button to Scheduling App   
    Ahhhh you're amazing. Thank you for that.  I never would have found it.  The code works perfectly now on the redirect too.  Thank you!! 
  9. Like
    Jackie123 reacted to creedon in Redirect "Add To Cart" Button to Scheduling App   
    It is an issue with your site. A Javascript function window.open has been redefined from a function to HTML.



    The following piece of code in a code block is causing an issue.
    <script type="text/javascript"> var date = new Date(), year = date.getFullYear(), open = '<p style="text-align: center; font-size: 80%; color: #8C857B;">', copy = '© ' + year + ' Rachel Altschuler Art', close = '</p>', html = open + copy + close; document.write(html); </script> The issue is that your open variable, and others, are already defined in the global space. So you are redefining them.
    <script type="text/javascript">     const date = new Date(),     year = date.getFullYear(),     opn = '<p style="text-align: center; font-size: 80%; color: #8C857B;">',     cpy = '© ' + year + ' Rachel Altschuler Art',     cls = '</p>',     html = opn + cpy + cls;     document.write(html);  </script> I have a different approach that I've used.
    <p style="text-align: center; font-size: 80%; color: #8C857B;">   © <span id="copyright-year"></span> Rachel Altschuler Art      </p> <script>        ( ( ) => {        const d = new Date ( );          const element = document.getElementById ( 'copyright-year' );          element.textContent = d.getFullYear ( );          } ) ( );        </script> Let us know how it goes.
  10. Like
    Jackie123 reacted to creedon in Redirect "Add To Cart" Button to Scheduling App   
    @jesyxng @Jackie123
    It appears there is a bug in my code. Give me a couple of days to see what I can do. My apologies for the inconvenience.

  11. Like
    Jackie123 reacted to Michelle_Barra_ in Is there a way to transfer blog posts from 7.0 to 7.1?   
    I'm just about to quote a job that has hundreds of blog posts. Very keen to try this extension, thanks Paul 🙂 Looks like a game changer!
  12. Like
    Jackie123 reacted to tuanphan in *Solved* How to change "Read More" text on blog excerpt   
    remove code you used, and add this to Code Injection Footer
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $('.blog-more-link:contains("Read More")').text('tuan phan'); </script>  
  13. Like
    Jackie123 reacted to SuzanneP in Member area navigation   
    Have you discovered anything yet? I'm looking for this exact same thing. I had set up all kinds of free content on the navigation toolbar and I'd like my members to be able to easily access that as well, but it seems as if they can't unless I add a link and then put it all directly under the Member section. I don't understand why we can't use folders in the Member section.
  14. Like
    Jackie123 reacted to Chriswh in Member area navigation   
    Site URL: https://cramlab.org
    Hi there
    I'm having difficulty setting up a usable member area navigation. I simply want a new dropdown menu item to appear when a member signs in, but this appears difficult in 7.1.
    I select "replace main navigation", but then I am unable to create anything more than a single navigation item so everything appears in the same dropdown. There is the option to add pages to the member area, which of course I could use to add links, but I am unable to unlink this from the dropdown menu item.
    I can't imagine I'm the first person to want something more than just a single menu item in a members area so assume I'm doing something silly.
    Thanks in advance for the help,
    Chris

  15. Like
    Jackie123 reacted to paul2009 in Member Areas - bulk upload to create accounts?   
    Unfortunately, the product has not evolved very quickly. I've listed 10 of the remaining Member Area limitations here.
  16. Thanks
    Jackie123 got a reaction from creedon in Remove "from" in product prices with variants   
    worked like a charm. thank you!
  17. Like
    Jackie123 reacted to creedon in Remove "from" in product prices with variants   
    Please see Store Price Change.
    The OP doesn't need to do the initial step of the Quick Install instructions as they already have jQuery installed.
    This actually turns out to be harder than one might think. It's not just a matter of throwing some CSS at it. The way the structures are built and SS is manipulating those structures under the hood when variants are involved and one is changing menu selections makes this tricky. Basically the price text is being rebuilt on the fly when the user interacts with variants.
    Let us know how it goes.
  18. Like
    Jackie123 reacted to tuanphan in Can someone help me change coding to get rid of decimal places in my pricing?   
    Add to Code InjectionFooter
    <script> (function() { var prices = document.getElementsByClassName('sqs-money-native'); var thisPrice; var i, I; for (i=0, I=prices.length; i<I; i++) { thisPrice = prices[i]; thisPrice.innerHTML = thisPrice.innerHTML.replace(/(\.[0-9]*?)0+$/, "$1").replace(/\.$/, ""); //http://stackoverflow.com/questions/1015402/1015434#1015434 } })(); </script>  
  19. Like
    Jackie123 reacted to paul2009 in Default to Members Area log on pop up and hide sign up popup   
    I think it's important to point out that this is a 'workaround' only, as the author states in their blog post. It's not a solution because it is still possible for visitors to join for free using the default links that are built into the platform.
    What we really need is for Squarespace to fix this, so that site owners can choose whether to prevent members of the public joining their Member Areas. 
  20. Like
    Jackie123 reacted to Jo_SQSP in What are your favorite SEO copywriting tips?   
    SEO is all about doing what you can to ensure your content is a top result in searches for relevant keywords. Solid SEO copy helps your intended audience find  your site in the first place, pulling in those most likely to engage with your content and convert from visitors into customers. Working on your SEO copywriting is a great way to ensure your site ends up in front of the people who need or want it the most.
    Ultimately, you want to create content that is useful to your customers. An easy way to get started is by researching what customers are asking you specifically (via your customer service or socials) or what people are asking Google about your keywords. You can do this by searching a related keyword and looking at the ‘People also ask’ box.
    Once you know what information would be most useful, take the time to outline your content. This will help you keep your writing focused and avoid losing your readers through superfluous tangents. Consider using questions as headers where you can, to enforce the idea that you are providing answers. 
     
    What have you found most impactful when tackling SEO copywriting? Share your favorite tips in the comments below!
     
  21. Like
    Jackie123 got a reaction from Christinee in Repeating events on calendar   
    Would also love a bulk import feature for events.  I have mentioned this before but not sure if thats on the feature roadmap anytime soon.  Entering each manually is absolutely painful
     
  22. Like
    Jackie123 got a reaction from xjennix937 in Repeating events on calendar   
    Would also love a bulk import feature for events.  I have mentioned this before but not sure if thats on the feature roadmap anytime soon.  Entering each manually is absolutely painful
     
  23. Like
    Jackie123 got a reaction from erinsydd in Hide 'Google Calendar' & 'ICS links from Events   
    Try going to Design -> Site Styles, search for Events.  deselect the 'show export links' option. That did it for me.
  24. Like
    Jackie123 got a reaction from creedon in Hide 'Google Calendar' & 'ICS links from Events   
    Try going to Design -> Site Styles, search for Events.  deselect the 'show export links' option. That did it for me.
  25. Like
    Jackie123 got a reaction from Beyondspace in Hide 'Google Calendar' & 'ICS links from Events   
    Try going to Design -> Site Styles, search for Events.  deselect the 'show export links' option. That did it for me.
×
×
  • 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.