Jump to content

TQDT

Member
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

TQDT's Achievements

  1. Yes they have been contacted, they said to cancel the subscription and redo it on a new site but no refund has been given following the cancellation despite being eligible for refund according to their policies.
  2. Is it a common issue for a subscription to a website leading to a new blank website to be created instead with zero relation to the website I have designed? And how would I go about resolving this problem?
  3. Hey there thank you for the reply, I would rather not share the URL publicly... would you be able to help without a URL? Thanks.
  4. I have a problem with my header. I added the 'scroll back' feature to it, and it's perfect for the most part except from one big problem. When I scroll back up enough for the header to re-appear, and then I stop scrolling, the header just stays there. I need it so that the header disappears whenever you have stopped scrolling, how can I fix this?
  5. @tuanphan @Beyondspace Sorry to bother but I noticed you guys are pretty active on here and was wondering if there was a solution to this? Either through having an announcement bar on a page with no header, or having a scrolling section stuck to the top of a page
  6. I have something called Squarekicker. The official header is visible on every page other than one, and there is an announcement bar above the header on every page too... other than the one without an official header. I used a section to create the header on the page where it isn't visible but I don't know how to have the announcement bar on the page. Is there any way to do it? Currently I have a scrolling text block in place of it and used Squarekicker to make the "header" a sticky section. If an announcement bar on a non header page is impossible then the alternative would surely be a scrolling text block instead, but how do I make it so that the scrolling block is a sticky section which lays above the "header" without overlapping with it... and also wondering if there's a way to change the size of a scrolling block's text. Thanks!
  7. Thanks, the codes on there were helpful? I have another thing I'm struggling with but I think it might be really complicated lol but would appreciate any help... I have something called Squarekicker. The official header is visible on every page other than one, and there is an announcement bar above the header on every page too... other than the one without an official header. I used a section to create the header on the page where it isn't visible but I don't know how to have the announcement bar on the page. Is there any way to do it? Currently I have a scrolling text block in place of it and used Squarekicker to make the "header" a sticky section. If an announcement bar on a non header page is impossible then the alternative would surely be a scrolling text block instead, but how do I make it so that the scrolling block is a sticky section which lays above the "header" without overlapping with it... and also wondering if there's a way to change the size of a scrolling block's text. Thanks!
  8. My search results page is messed up. Whenever you type the name of a product into the search bar, it comes up with the name of the product but also the PNG file name of the product. How do I make it so that whenever someone searches for a product, the only thing they see is the name and price? I have attached a photo to show what I mean.
  9. When I hover over the text on my announcement bar (scrolling text), the text stops scrolling. Is there any way to fix this problem?
  10. Do you know how to find the correct block ID? Thanks a lot, really appreciate the help
  11. The error is actually line 72... well, any line I try to start a new code on it says error
  12. Oh sorry, what I meant is whenever I try to add in any other kinda code it says error on line 7
  13. It says that the error is on line 7 /* Show category nav links */ div.nested-category-tree-wrapper { display: flex !important; float: none !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; } section.products.collection-content-wrapper.products-list { flex-direction: column !important; display: flex; } .nested-category-tree-wrapper>ul { width: 100% !important; display: flex; justify-content: center; align-items: center; } .nested-category-tree-wrapper>ul li { margin-left: 2vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } /* Removing the underline on link in the announcement bar */ .sqs-announcement-bar-text a{ text-decoration: unset !important; } /* Adding left and right padding, change to match your site padding if needed */ .sqs-announcement-bar-text{ padding-left: 30px; padding-right: 30px; } /* Hiding anything that extends beyond the screen */ #announcement-bar-text-inner-id { margin: 0 auto; overflow: hidden; } /* Starting the text off of the screen and adjusting width, change the animation: 15s to however long you want the marquee to take in seconds*/ #announcement-bar-text-inner-id p { display: inline-block; width: max-content; padding-left: 100%; will-change: transform; animation: marquee 300s linear infinite; } /* Stopping the marquee on hover so people can click on links */ #announcement-bar-text-inner-id p:hover { animation-play-state: paused } @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } /* Remove X icon */ span.sqs-announcement-bar-close { visibility: hidden !important; display: none !important; }
×
×
  • 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.