Earvin
Circle Member-
Posts
36 -
Joined
-
Last visited
Personal Information
- Website
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Earvin's Achievements
-
webbroi reacted to a post in a topic: Adding reservation system behind custom map plugin
-
Earvin reacted to a post in a topic: "Load More" button on Gallery Page
-
Earvin reacted to a post in a topic: "Load More" button on Gallery Page
-
Earvin reacted to a post in a topic: Load More button on Mobile for Image Gallery: Masonry
-
Earvin reacted to a post in a topic: Load More button on Mobile for Image Gallery: Masonry
-
Earvin reacted to a post in a topic: Load More button on Mobile for Image Gallery: Masonry
-
Earvin reacted to a post in a topic: Increasing Posts Per Blog Page
-
Earvin reacted to a post in a topic: Increasing Posts Per Blog Page
-
You can also reach to the plugin's support team if you need help with their product. In this case, you can reach out to them either via email or Slack.
- 4 replies
-
- custom-css
- blog
-
(and 1 more)
Tagged with:
-
KhanhLy174 reacted to a post in a topic: Horizontal scroll on mobile
-
sorca_marian reacted to a post in a topic: Horizontal scroll on mobile
-
Adding a resource in this thread, a lot of requests have been raised to the Squarespace team for adding a table block but for now here's a simple copy and paste way to create tables in Squarespace 7.0 and 7.1.
-
Hi Alex, You'll need javascript or php coding that uses the user's browser's cookie or history to save the options they selected. In other words, you need a proper coder to build that function for you. Maybe try @creedon or @tuanphan for help.
-
CSS Styling Table Plugin - full width tables
Earvin replied to BillChesney's topic in Customize with code
Hi Bill, Were you able to solve this? Table block plugin's styling options are limited from the UI window. However, it's customizable if you apply CSS on it. You can adjust any part of the table you want with CSS. -
The closest solution available is to import your product variants using a CSV file because at least you can copy/paste prices for 216 variants in matter of seconds versus adding them one by one.
-
Yep, either use a Code block or Markdown block.
-
Issues with Table when Resizing to Page Width
Earvin replied to avanti's topic in Customize with code
Hi, Were you able to solve this? I have a similar experience in 7.1 when using sections. Extra spaces appear that I can't get rid of by resizing the blocks. In my case, 2 things worked: 1. Changing the size of the section's padding in the section's settings, or 2. Re-adding the section by using the Classic Editor option . -
Hide Specific Category Filter from Products/Shop Feed
Earvin replied to katiependergast's topic in Customize with code
Hi Katie, You can hide it with CSS. Try inserting this CSS code in the Page Header Code Injection. <style> /*Hide Free Resources*/ .products.collection-content-wrapper .nested-category-breadcrumb-list-item:nth-child(2){ display: none !important; } </style> Warning: This CSS code is using nth-child(2) which since 'Free Resources' is the 2nd option in the category list so if you're adding more categories in the future, make sure to update nth-child(2) to the new order of 'Free Resources' in the category list example: nth-child(4). -
That's right. noScrollToResults: true is already a negation which removes scrolling so to do the opposite you have to double negate and set it to false.
-
Have you tried using More Filters?And then changing Max spent amount to 0 to filter out names whose total purchase is 0 (or no purchase at all).
-
-
The Universal Filter plugin has a cache time of 10 minutes which may explain the delay when adding new categories/tags to shop products. But after a few minutes, the filter should update it's data with the new products you added to existing categories/tags or the categories/tags you added to existing products. If it goes on more than 10 minutes and you still don't see the product, category or tag you added on the filter, you should reach out to their support team via email or Slack for help.