Home › Forums › Basel support forum › Many questions
Many questions
- This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by
Elise Noromit.
-
AuthorPosts
-
October 22, 2019 at 5:21 pm #151728
noreadParticipant1.how to remove links to product categories from this area, leave only the category name. (112.png)
2. the new wish list doesn’t work. Updated the theme, disabled the plugin, specified a page in the settings, but nothing on it.. attached accesses to the admin panel, please look.
3. we need all filters to appear in the menu on the left when going to the store category or product, not above the products. Now we are adding filters, but by default there is always only one… “choice of colors”, even though we set up different… “length”, “width”..
4. can we create “sliders” for filters other than “price”, for example for ” long”
5. Is it possible to pin the search bar to the top menu when scrolling.
6. How to change the size and color of the block with -/+ to add the number of products. Now when you add 100 products, the amount of 100 does not penetrate and it is poorly visible..
7. How to remove the basic sort “by popularity, novelty” – the whole block with these sorts, everywhere to remove… above the goods, in the menu on the left.. sitewide.
8. whether it is possible to make the goods with the price for 1 unit. and when you click to be considered already boxes of goods. 1 box, 2 boxes… In this case, the price of the goods is multiplied by the number of goods in the box and this price is added to the cart.. Can you at least hint where I can find similar at all…Attachments:
You must be logged in to view attached files.October 23, 2019 at 10:31 am #151837
Elise NoromitMemberHello,
1.To remove links to product categories from this area…
We can make these categories not clicable. Please add this code to the Theme Settings > Custom CSS > Global:.color-scheme-light .basel-product-categories li a { pointer-events:none; }
2. Your page contains the shortcode of the Yith plugin https://prnt.sc/pmz9vj and it should contain the Wishlist element from WP bakery page builder chart https://gyazo.com/ca0885bf6201e4cd68b9a000c082cd88
3. Filters: Shop page, as well as the category page, can contain attribute filters. You can add them in Appearance > Widgets > add the filter widgets to the shop page widget area. They will appear in the sidebar on the shop page and on the category pages. Filters would not work anywhere else, excepting shop/category page in a sidebar. There is one more option to add filters at the top of the shop page.
The product page cannot have any filters. A variable product can have variations. Please clarify the problem, provide screens that you want to add or remove.4. No, there is no option to set the filters in the slider way.
5. No, the sticky header does not have the search bar. You can add a search into the sidebar of the shop page. It will also be on the category page.
6. Add this code to the Theme settings > Custom CSS to increase the width of the quantity window
body .quantity input[type=number] { width: 80px; }
Change these styles and to Theme settings > Custom CSS
body .quantity .minus:focus, body .quantity .minus:hover, body .quantity .plus:focus, body .quantity .plus:hover { background-color: #ECECEC; border-color: #E0E0E0; } body .quantity .minus, body .quantity .plus { background-color: transparent; border: 1px solid #E0E0E0; background-color: transparent; color: #848484; min-width: 20px; background-color: #f9f9f9; transition: all .2s ease; -webkit-transition: all .2s ease; border-radius: 0; }
7. Add this code to the Theme settings > Custom CSS to remove the sorting:
.shop-loop-head .woocommerce-ordering { display: none; }
8. Try to arrange this by means of a grouped product https://woocommerce.com/videos/woocommerce-grouped-product-overview/
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register