Jump to content

creedon

Circle Member
  • Posts

    9,830
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by creedon

  1. While you can easily make the text block sticky... .fe-block-c06ea9f6af293ff58a19 { position : sticky; top : 0; } I'm assuming you probably want the text block and the button block below it to stick as one unit. To achieve this later effect appears to be more problematic using Fluid Engine. I don't have a solution but perhaps others will be able to help.
  2. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  3. I think what you are seeing is a SS default behavior. Not a glitch per se but a design decision by SS. After you scroll down a bit SS throws on a CSS class named shrink, to the header, which has the effect of shrinking the height of the header just a bit. So if you scroll back and forth at that scroll position you will see this grow/shrink effect. If you want to get rid of the shrink effect, you'd have to add CSS to neutralize the shrink class being added to the header. I don't recall any code that does this.
  4. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  5. You can drop the color property/value pair from the CSS as once display is set to none, no other property/value pairs matter. .products.collection-content-wrapper .grid-main-meta .grid-prices { display : none; }
  6. It appears to be working to me. Did you see the following note in the code? this effect is not active in SS Preview to test it use private browsing < https://bit.ly/3f6lhq2 >
  7. @melaniejaane I don't understand what you are doing. It appears you are trying to mix CSS syntax with URI fragment behaviour. URI fragments are meant to work with the id attribute of an HTML tag and have no concept of CSS selectors. Perhaps if you describe the behaviour of the effect you are trying to achieve to us, we can provide some advice.
  8. Please see the following. CSS for site-wide header changes usually goes in Design > Custom CSS. Let us know how it goes.
  9. The code from move product detail additional info first n blocks to end of product details.html has been corrupted in your install. It looks like. <script> begin move product detail additional info first n blocks to end of product details License : < https://bit.ly/3F8sn8W > ...and it should look something like... <!-- begin move product detail additional info first n blocks to end of product details License : < https://bit.ly/3F8sn8W > Let us know how it goes.
  10. I don't have a solution but here are some of my thoughts. It sounds like you are familiar with JavaScript. Although you might be able to come up with a upload a file to somewhere which you can then read with JavaScript, I suggest you upload your data into a JavaScript template literal in your site. Going this route would avoid the pain of dealing with CORS issues which can often happen with using JavaScript to access data. Folks. Just a note here. Browsers and JavaScript are two totally different methods of accessing data on the web. In other words JavaScript is not a web browser. Web browsers are taking care of a lot of overhead for you that JavaScript doesn't do by default. While you can parse XML with plain JavaScript, to some degree, I'd probably tend to use jQuery for dealing with XML. Keeping in mind that neither of these methods are specifically designed for XML processing. So you might have a bit of code like the following. This is just example XML and not specific the your effect. <script> window.myData = ` <?xml version="1.0" encoding="UTF-8"?> <rss xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.2/"> <channel> <title>Your Site Title</title> <link>https://wedge-synthesizer-xy2y.squarespace.com</link> <pubDate>Tue, 17 May 2022 01:20:55 +0000</pubDate> <description /> <language>en-US</language> <wp:wxr_version>1.2</wp:wxr_version> <wp:author> <wp:author_id>-364611387</wp:author_id> <wp:author_login>tom@tomsweb.consulting</wp:author_login> <wp:author_email>tom@tomsweb.consulting</wp:author_email> <wp:author_display_name><![CDATA[]]></wp:author_display_name> <wp:author_first_name><![CDATA[]]></wp:author_first_name> <wp:author_last_name><![CDATA[Thomas Creedon]]></wp:author_last_name> </wp:author> <wp:category> <wp:cat_name><![CDATA[null - null]]></wp:cat_name> <wp:category_nicename>null-null</wp:category_nicename> <wp:category_parent /> </wp:category> <item> <guid isPermaLink="false">https://wedge-synthesizer-xy2y.squarespace.comx/blog/blog-post-title-one-zgywh</guid> <title>Blog Post Title One</title> <link>/blog/blog-post-title-one-zgywh</link> <content:encoded><![CDATA[<div class=" image-block-outer-wrapper layout- design-layout-inline " data-test="image-block-inline-outer-wrapper" > <figure class=" sqs-block-image-figure intrinsic " style="max-width:458px;" > <div class="image-block-wrapper" data-animation-role="image" data-animation-override > <div class="sqs-image-shape-container-element " style=" position: relative; padding-bottom:75.10916900634766%; overflow: hidden; " > <noscript><img src="https://images.squarespace-cdn.com/content/v1/6282f87723685802c1af82a6/1654480973453-TQV9D99B9AW749L1Z26P/3b5532_0eeee48dc723408db9cfb85b508a3edc%7Emv2.webp" alt="" /></noscript><img class="thumb-image" src="https://images.squarespace-cdn.com/content/v1/6282f87723685802c1af82a6/1654480973453-TQV9D99B9AW749L1Z26P/3b5532_0eeee48dc723408db9cfb85b508a3edc%7Emv2.webp" data-image="https://images.squarespace-cdn.com/content/v1/6282f87723685802c1af82a6/1654480973453-TQV9D99B9AW749L1Z26P/3b5532_0eeee48dc723408db9cfb85b508a3edc%7Emv2.webp" data-image-dimensions="458x344" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="629d604b36ad5457be8a8aed" data-type="image" /> </div> </div> </figure> </div> ]]></content:encoded> <excerpt:encoded><![CDATA[It all begins with an idea.]]></excerpt:encoded> <wp:post_name>blog/blog-post-title-one-zgywh</wp:post_name> <wp:post_type>post</wp:post_type> <wp:post_id>1</wp:post_id> <wp:status>publish</wp:status> <pubDate>Mon, 11 Mar 2019 17:15:07 +0000</pubDate> <wp:post_date>2019-03-11 17:15:07</wp:post_date> <wp:post_date_gmt></wp:post_date_gmt> <category domain="post_tag" nicename="one-tag"><![CDATA[one tag]]></category> <category domain="post_tag" nicename="two-tag"><![CDATA[two tag]]></category> <category domain="category" nicename="three-category"><![CDATA[three category]]></category> <category domain="category" nicename="four-category"><![CDATA[four category]]></category> <dc:creator>tom@tomsweb.consulting</dc:creator> <wp:comment_status>closed</wp:comment_status> <wp:postmeta> <wp:meta_key>_thumbnail_id</wp:meta_key> <wp:meta_value><![CDATA[2]]></wp:meta_value> </wp:postmeta> <wp:comment> <wp:comment_id>1</wp:comment_id> <wp:comment_approved>0</wp:comment_approved> <wp:comment_author><![CDATA[Jim]]></wp:comment_author> <wp:comment_author_url /> <wp:comment_author_IP></wp:comment_author_IP> <wp:comment_date></wp:comment_date> <wp:comment_date_gmt>2022-05-29 20:59:23</wp:comment_date_gmt> <wp:comment_content><![CDATA[<p>Very nice!</p>]]></wp:comment_content> <wp:comment_type /> <wp:comment_parent>0</wp:comment_parent> </wp:comment> </item> <item> <wp:attachment_url>https://images.squarespace-cdn.com/content/v1/6282f87723685802c1af82a6/1654485256893-BJN3IEEO9I4ZHRI714O6/20140301_Trade-151_0124-copy.jpeg</wp:attachment_url> <link></link> <title></title> <wp:post_name></wp:post_name> <wp:post_type>attachment</wp:post_type> <wp:post_id>2</wp:post_id> <wp:status>inherit</wp:status> <content:encoded><![CDATA[]]></content:encoded> <excerpt:encoded><![CDATA[]]></excerpt:encoded> <pubDate></pubDate> <wp:post_date></wp:post_date> <wp:post_date_gmt></wp:post_date_gmt> <dc:creator></dc:creator> </item> </channel> </rss> `; </script> Of course the data doesn't need to be on the window. You could include it as part of your script for the parsing part of things. Let us know what you come up with.
  11. The code is for v7.1. Count the number of menu items starting from one. SS maintains two versions of a site menu. One for desktop and one for mobile. The code covers both cases.
  12. It looks like you were on your way to solving the issue on your own. I have updated my code post. I notice that you have repeated rulesets for the same form. I think this will cause you issues. CSS rulesets are processed in order from top to bottom and the effects are cumulative. Also the last property value pair wins. Let us know how it goes.
  13. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  14. If you check in Billing and it shows an active subscription then I'm with @qosmic. The only other thing I can think of would be perhaps you are logging in with another account that has non owner/administrative privileges to the site.
  15. SS has no collection type ( Blog, Events, the only two that are date based ) that is suitable to present oldest to newest information. As @iamdavehart mentions if you have less than a page worth you can hack it but if you have more than one, you are screwed.
  16. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  17. Set your stock level to zero. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> /* full, half, and wrap layouts */ .pdp-layout .pdp-details .sqs-add-to-cart-button-wrapper, /* simple layout */ .ProductItem-details .sqs-add-to-cart-button-wrapper { display : none; } </style> Please see the following. Let us know how it goes.
  18. I tried to look at your site but the password no longer works. In general you would wrap the CSS in a media query to turn off the effect at a breakpoint.
  19. I suspect what you've done is changed the Primary Button Background Color for the Lightest 1 Theme. Possible corrective actions. Change the color back to what it was previously. If you intentionally changed the color as part of your design, ask us for some CSS that you can add to your Store page to control the color. Let us know how it goes.
  20. Folks the following is not a solution for any particular issue(s) with WordPress imports. It does show some of the process involved in diagnosing and potentially fixing issues. It can be involved, lengthy, and require some professional help. It generally starts with letting someone(s) with the technical chops have access to your WordPress export file to see what might be going on.
  21. The code doesn't have a feature like this. It simply copies the CTA button and replaces the text and link. With custom CSS it may be possible to restyle the button the way you want. I don't have any CSS to do this.
×
×
  • 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.