Jump to content

L1NST3R

Member
  • Posts

    38
  • Joined

  • Last visited

Everything posted by L1NST3R

  1. Site URL: https://www.tgtfresh.com/shroominfo (the problem occurs on every page) Recently, having to post a link to my site on Facebook, I discovered that there's an issue with scaling when scrolling. From what I've seen, whilst this doesn't occur on most dedicated browser apps on mobile, it is particularly prevalent for built-in browsers in apps like Facebook and Instagram (only in posts, doesn't happen when the link is opened in messages). I think the problem mainly stems from their UI, where the top and bottom bars expand/hide when you scroll up/down, and because of that, the page height constantly changes leading to rapid resizing. I'm not sure how this works, but is there a way for the entire site (not just some elements) to prevent scaling by height and only by width in these situations / ignore the bottom half of the screen's height / or to add a very long delay to the resizing's transitions? Examples: video-1660854896.mp4 video-1660854905.mp4
  2. Thanks for the response! I wasn't sure where to place/replace the code, so I did so once each for the Additional Info code block and the header injection, then both of them together after, but none of these seemed to have changed anything. Is there somewhere else where I'm supposed to put this code in, or were there some previous codes that I should've deleted? Thanks! (I had to change the tag to "roomtemp" as well as the button text to "7-11 常溫賣場" and link to "https://myship.7-11.com.tw/seller/profile?id=GM2208098456054", but I've made changes to the codes accordingly)
  3. Site URL: https://www.tgtfresh.com/fresh/p/longan I've added buttons linking an alternative store for most of my product pages using tags and css/code injection, however, I haven't been able to move the button next to the Shopify buy button. Is there a way to do this? I'm trying to make them look like this: The Shopify buy buttons were moved from Additional Information code blocks using this: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-details .code-block').insertAfter('.ProductItem-details .ProductItem-product-price'); }); </script> The buttons linking an alternative store were added using this in header: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(function() { $("<a class='cvsbutton' target='_blank' data-initialized='true' href='https://myship.7-11.com.tw/general/detail/GM2208088428146'>7-11 低溫賣場</a>").insertAfter(".tag-available .code-block"); }); </script> and this: .cvsbutton { order: 4 !important; font-family: arial; font-size: 15px; color: #fff; font-weight: normal; font-style: normal; text-align: center; width: 100px; border-radius: 3px; text-decoration: none; padding: 10px 10px; background-color: #FF8A43; } .checkoutbutton:hover { color: #fff; background-color: #d49999; }
  4. Thanks for the response, I've just tried this, but this stops the logo shrink outside of the overlay menu too, is there a way to limit it to being only for the overlay menu?
  5. @bangank36 I found a solution! @media only screen and (max-width: 450px) { .lightbox-content .form-wrapper input[type=submit] {margin-bottom: 100px; } }
  6. @bangank36 Sorry for not having specified it earlier, that's the Tawk.to form for when online customer support is offline. For the squarespace form lightbox that I've been having problems with, it can be accessed through the button shown in the picture attached, on the page that was linked to this post: Also, has there been a solution to this question: https://forum.squarespace.com/topic/208569-is-there-a-way-to-delay-the-scroll-back-for-the-header-on-mobile/#comment-509734 ? Thanks!
  7. Site URL: https://tgtfresh.com/catering As shown in the image attached, on mobile, form lightboxes get slightly cut off at the bottom, being unable to be scrolled all the way down. Is there a way for me to add padding to the bottom of this?
  8. Thank you so much for helping me with this! It works exactly as I wanted now!
  9. @creedonIt worked, thanks! However, on mobile it doesn't really fit to have 3 columns. Is there a way to make this only apply to desktop view?
  10. Site URL: https://www.tgtfresh.com/seafood-form/ Hi, I've got a form with quite a long list of radio options, and was wondering if there's a way to make it show in 3~4 columns, thanks. to add
  11. Yeah, and to disable logo shrink when the overlay menu is open, so the logo will still show when I'm in the menu. Is that possible?
  12. Site URL: https://www.tgtfresh.com/ I'm hoping to sort of delaying the scroll back header from hiding when I'm scrolling down to only start to hide after I scroll past the first section or two, so there wouldn't be a blank area most of the time when the page isn't completely scrolled to the top. Secondly, since I'm hiding the logo with instructions from https://schwartz-edmisten.com/blog/shrink-logo-on-scroll-in-squarespace-71 on mobile, and modified to transform instantly, the logo makes the page jump a bit every time I scroll to top - I'm thinking that delaying the scroll back to somewhere lower than the top of the screen might make this process off screen and reduce its impacts. Also, is there a way to disable the code for shrinking the logo when I'm in the overlay navigation menu?
  13. Site URL: https://www.tgtfresh.com/fresh Is there a way to reduce the spacing on the sides of the mobile store page? Thanks!
  14. Thanks for these, they're working exactly as I needed!
  15. Thanks for the response! For the buttons on desktop and mobile, they're currently as the images below. Is there a way to move them to the positions that I've pointed at with the arrows? For the price, since the limited seafood is different to others, we sell them by weight units, so while the others say "開始價格:" (starting price), it would be better for the limited seafood if it said "每兩開始價格“ (starting price every tael). Also, showing the price range turned out to be more important than I've imagined, so, is there a way to make the price show the range like $749-899? Thanks!
  16. Thanks, I did that and removed the "remove 1 checkout button on Limitedsea food" code, and now it's working perfectly. For the number 1 from earlier, it's not as urgent now, as I've added the prices to the Shopify product variation names, so it'd be clearer for customers when adding to cart. For number 4 and 5, is there a way for the form button to be above the description, and under the price? Also, for the seafood, since we would be selling per weight unit, is there a way I can make a separate "from" text for the limitedseafood with ".tag-limitedseafood" too?
  17. Alright, I just added the tag "limitedseafood" to all of the applicable products
  18. Thanks for the help! These work perfectly. For number 3, the code I used was copied from here: https://forum.squarespace.com/topic/18620-add-another-button-to-a-product-page/?do=findComment&comment=206499. For 4 and 5, could the button be after the price for both desktop and mobile?
  19. Thanks for the response, they work perfectly! I just have a couple more questions about the product pages: 1. Is there a way to change product prices to something like $699-749? 2. Is there a way to change the "SALE" to something else? 3. For the seafood forms, is there a way for me to add them by product category? (so every product in the /fresh/limitedseafood will have the button automatically) 4. The mobile buttons for the seafood forms is still bugged, being between the title and the price, is there a way to fix that? 5. Is there a way to move the seafood form button to after the price for both desktop and mobile, like the buy buttons? Thanks for the help!
  20. Site URL: https://www.tgtfresh.com/fresh I have several minor issues relating to the product pages on my site. Any help would be greatly appreciated! 1. I'm using the Shopify Buy Button on my site, and so far, other than a minor gap (more noticeable on mobile), it's been working great. Is there a way to reduce the space between the price and the button? 2. For some of my products (https://www.tgtfresh.com/fresh/p/-karasumi for example), I have 2 separate package sizes. Since my company operates exclusively in a primarily mandarin speaking country (Taiwan), the "from" in the price could be difficult to comprehend, and given the fact that I'm using the Shopify Buy Button, customers also won't see the price of the item they'd choose until they add them to cart. Is there a way to change the from text to $699 - $749, or to replace the from to the Mandarin equivalent? (Also, I've been able to change the "out of stock" to mandarin, but I'm yet to find a way to change the "sale". Is there a solution to that?) 3. We also sell some flash frozen fish, which have great emphasis on freshness, so they're caught daily, with daily price/stock fluctuations. Therefore, I was told to use a form instead for their sales, and so far, I've been able to add a button to the product page using the answer here: https://forum.squarespace.com/topic/18620-add-another-button-to-a-product-page/?do=findComment&comment=206499 , however, since only some of my products are sold through forms, I added the header injection code to "additional information" code blocks instead. For some reasons that I can't understand, this resulted in 2 buttons on each of the pages this code was added to. Also, on mobile, the button appears between the product name and the price. Is there a way to only have one button, placed after the price for both desktop and mobile? (all of the products in this category: https://www.tgtfresh.com/fresh/limitedseafood)
  21. Hi, sorry for the late response, since the problem occurs site-wide, I added another page with an image without adding padding in css. The link is: https://www.tgtfresh.com/alignment-issues thanks!
  22. Sorry for the late response, been a bit busy lately. The code hasn't worked, and if I'd want the symbol to be there it would still be unaligned. It's okay if it can't be changed, you've helped with the most important issues already, thanks!
  23. Hi, sorry for the late response, and being vague, the position of the arrow was fine, but the name of the menu itself is no longer aligned with other navigation links.
×
×
  • 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.