-
-
Hi,
How can I configure the online store to have filters like this? In short, is there a tutorial to see how to configure it whole?
Thank you.
Regards,
Alex
-
Hello,
Please go to your Appearance > Widgets. You will see the “Shop InPage Filters” section there. Add the filters you want to it. Then in Customizing > Shop, scroll to Shop Extra > InPage Filters. See screenshot: https://ibb.co/PjNmvF3
Let us know.
Best regards! -
Hi,
Thank you very much.
I want to modify the following things: ( https://ibb.co/nk0s8Cd )
1) Number 1: remove that sidebar
2) Number 2: remove that text
3) Number 3: move the content down 20px
Regards,
Alex
-
Hello,
1-To remove the sidebar in shop page, just open shop page settings from the Customizer. Change the page layout to remove the sidebar: https://ibb.co/k6D7cw5
2-Add this css into your Custom Css box:
.woocommerce .woocommerce-result-count { display: none; }
3-Increase the inner content distance from top in Customize > Layout > Inner Content Distance from Top. See screenshot: https://ibb.co/7JSM9LF
Best regards!
-
Hi Mirela,
Thank you for your huge help! All ok !! I want to make other small modifications.
( https://ibb.co/hg8nC0n ): How can I modify this content?
1) hide these buttons
2) ¿How can I put a baner?
3) hide ratings
4) center the text
Thank you very much Mirela !!!
Regards,
Alex
-
Hello,
– https://ibb.co/hg8nC0n: How can I modify this content?
This is a block of content added to the page. To remove/change it go to page’s options (via customizer) > Shop > Shop Bottom Content (screenshot)1-Go to Customize > Shop > Show filter on shop categories and pages, set it to ‘No’
2-Sorry but this is not possible.
3-Go to Woocommerce plugin Settings > Products > Product ratings, uncheck the “Enable star rating on reviews” (screenshot)
4-Add this css:
.shop-products .product_item .tags, .shop-products .product_item h3 { text-align: center !important; } .cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) { justify-content: center !important; }
Let us know.
If you like our theme and support, please take a second and leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
-
Hi Mirela,
Thank you very much for everything you are helping me. When I finish my website I will put a very good rating.
Little by little I am changing things and these doubts have arisen:
1) How can I center the price?
2) When I made these: “Customize > Shop > Show filter on shop categories and pages >, set it to ‘No’”, the text “filters” has been cut.
3)
– Lower the box leaving a space between the bluish box and the text “filters [-]”.
– Change the color of the bluish box.
4) Change the color of the green bar.
(https://ibb.co/2tGPXrp): 5) Center the image.
6) Center the text and make it a little smaller.
7) The “add to cart” and “add to wishlist” buttons in the mobile version disappear which is a big problem. How can I make both the quantity and those buttons appear centered and one below the other?.
Thank you very much !!
Regards,
Alex
- This reply was modified 4 years, 11 months ago by Alex.
-
Hello,
1-The price is already centered. If i remove the “center” option, here is what you get: https://ibb.co/VQh8zkd
You may further position it by adding a padding. Add this css:.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) { padding-left: 10px !important; }
2-For the filter title, add this code:
.cl-woocommerce-results-title { margin-bottom: 55px !important; }
3-With the css above, the box will get lower by default (screenshot). To change the background color, add this css:
.cl-shop-inpage-filters { background: #f7f9fb !important; }
4-For the price bar, color:
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background: #f7f9fb !important; }
Change the colors to your wish.
5-Add this css:
.woocommerce div.product div.images img { margin: auto !important; }
6-Add this css:
@media (max-width: 767px){ .single-product .cl-style-center .cl-product-info .product_title { padding-bottom: 27px; font-size: 31px; line-height: 47px; text-transform: none; font-weight: 600; letter-spacing: 0px; color: #262a2c; }}
Change the values to your wish.
7-Please add this css:
@media (max-width: 767px){ .single-product .cl-single-add-to-cart-wrapper { display: flex !important; flex-wrap: nowrap !important; flex-direction: column !important; } .woocommerce div.product form.cart .button { margin: auto !important; } .qty_container { margin: auto !important; } }
Best regards!
-
Hi Mirela,
Thank you very much! I have already made the changes you have told me. But the following things have appeared. Let’s see if you can help me.
1) These buttons disappear in the mobile version.
2) The product photo is cut in the tablet version.
3) How can I change the color of the “next and previous photo” buttons?
4) How to put these buttons on the sides of the photo?
5) How to center the product title?
6) When you click on “solitaire”, another version of the online store appears with the filters on the left side. How can I make the page that opens my online store without those side filters?
7) Login / Sign up is down and not centered vertically
8) In the mobile and tablet version, the “add to cart” button has no upper space. Also, in the mobile version, all the text is not contained within the button.
9) How can I center that button on the tablet version?
10) The same as in point 8. How can I make the text inside the button?
11) How can I change that loading animation?
Thank you very much !!!!!!
Regards,
Alex
11)
-
Hello,
1) These buttons disappear in the mobile version.
I see that only wishlist is not shown, the search, cart and three bar menu is already visuble. To add the wishlist as well, i added this css:@media (max-width: 979px){ .extra_tools_wrapper .tool.wishlist { display: block !important; } }
2) The product photo is cut in the tablet version.
I don’t see this. Here is what i see: https://ibb.co/4dM6FCv3) How can I change the color of the “next and previous photo” buttons?
Add this css:.single-product .flex-direction-nav .flex-next:before {color: #ccc !important;} .single-product .flex-direction-nav .flex-prev:before {color: #ccc !important;}
4) How to put these buttons on the sides of the photo?
Add this css:@media (max-width: 480px){ .single-product .flex-direction-nav .flex-next { position: absolute; right: -9em; top: 60%; } .single-product .flex-direction-nav .flex-prev{ position: absolute; left: -9em; top: 60%; }}
5) How to center the product title?
It looks quite in center to me. If you want to further position it, add some margin using custom css.6) When you click on “solitaire”, another version of the online store appears with the filters on the left side. How can I make the page that opens my online store without those side filters?
This is a category page. Go to Customize > Shop > Shop Categories. Change here the categories page layout. Select fullwidth to remove the sidebar.7) Login / Sign up is down and not centered vertically
This is centered to the div where it is. The lack of space in the mobile header, makes it scroll one under the other. I added this css to customize this:.header-el.cl-h-cl_header_widget:nth-child(2) { display: none; } .header_container.cl-header-topnav-mobile .top_nav.header-row .header-el { width: auto !important; }
8) In the mobile and tablet version, the “add to cart” button has no upper space. Also, in the mobile version, all the text is not contained within the button.
In the present css, i edited this:.qty_container { margin: auto !important; }
to this:
.qty_container { margin: 10px auto !important; }
9) How can I center that button on the tablet version? – 10) The same as in point 8. How can I make the text inside the button?
I added this css:.single-product-style-center .summary .inline-wishlist { width: 100% !important; margin-left: 0px !important; margin-top: 15px !important; }
11) How can I change that loading animation?
The loading gif is puled from this location: https://engastadores.com/wp-content/plugins/yith-woocommerce-wishlist/assets/images/wpspin_light.gif
If you want to replace it, just replace the gif in this url. Make sure to keep the same name of it will not be found and thus, not load.Best regards!
-
Hi Mirela ! Thank you very much again !!
I’ve searched how to change the gif (pig) but I don’t know how to do it. Could you explain me?
1) (https://ibb.co/yNr1j25): How can I hide the “additional information” and “description” section?
2) (https://ibb.co/0rLp9LH): I still see in all versions that the “login / sign up” is not at the same height as “track order” and currencies. Do you know how that can be fixed?
3) (https://ibb.co/pRgzhdb): How can I center these buttons?
4) (https://ibb.co/r7MmGfB): (4) How can I center the filter boxes? (5) How can I delete these numbers?
Thank you Mirela !!
Regards,
Alex
-
Hello,
-This default loading gif on the site is this: https://ibb.co/rpDFfp5 What you are seeing is the backend/ customization panel and that pig gif is of the Kirki plugin. It is not necessary to replace it as it does not show on the live site. pLus when the plugin will get updated, you will have to replace it again.
If you must replace it, please check the plugin’s documentation.1-Add this code:
@media (max-width: 767px){ .woocommerce-tabs.wc-tabs-wrapper { display: none; }}
2-Add this css:
@media (min-width: 992px){ .header-el .cl-text p:last-child { line-height: 7px !important; }}
3-The mobile buttons on the product page have been edited out to your wish, so the width of the cart button has been increased. To further position it, find this css:
.woocommerce div.product form.cart .button { margin: auto !important; min-width: 222px; }
Inside a
@media (max-width: 979px)
rule and add themargin-left: -14px !important;
attribute. Edit the value to your wish.4-Add this css:
.cl-shop-inpage-filters .filters-wrapper .widget { margin: auto !important; } .widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li span.count { display: none; }
inside an
@media (max-width: 480px)
rule.Best regards!
-
Everything perfect as usual !!
1) How can I remove this?
2) By removing the description and more information, the “complete the look” section has remained on the side. How can I center it as in the image?
3) It is not responsible in the tablet and mobile version.
4) It has worked but the track order button has been raised.
5) This button overlaps the basket.
6) How can I change the color of this button?
7) The “tienda” section in the mobile and tablet version does not work to go to the main store (with all items).
8) To not affect consumer psychology, how can I put the buttons with the same width?
9) To avoid confusion, how can I do it with a button?
Thank you so much !!
Best Regards,
Alex
-
Hello,
Sorry for the late reply.
1) You can remove it using custom css:
.single-product .cl-style-center .product_meta .metas { display: none; }
2)-3) Yes, removing sections from the layout will affect the other sections and mobile as well. Please know that this is personal customization and we can not provide support on personal styling. I suggest you hire a designer to help you with that.
4-It’s fixed;
5-By default, the cart is over the arrow in the single product page. See screenshot: https://ibb.co/GQP1QX5
I am not sure what triggered this behavior in your site, however, I added this CSS:.single-product .flex-direction-nav .flex-next {z-index: 1;}
6-Add this css:
#site-header-cart .button.checkout.wc-forward { background: #80d0c5 !important; }
7-By default in mobile the first action (tap) in a menu item that has sub-menus, will be opening the drop-down. There is no solution for this because mobile actions are limited. But a workaround is to add the same menu item in the sub-menu and show it only on mobile. I have set it up already for you. Please check your site.
I added this css to hide it in desktop:
nav .menu li ul.sub-menu li:first-child {display: none;}
8-Add this css inside an
@media (max-width: 480px)
rule:.single-product-style-center .summary .inline-wishlist, .single-product-style-wide_full_image .summary .inline-wishlist { width: 220px !important; margin-left: -12px !important; }
9-This is personal customization and is not included in support.
Best regards!
-
-
Hello,
Thank you for the note ^_^
Merry Christmas and a Happy New Year for you and your family!Please don’t forget to rate our theme on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
All the best!
-
-
Hi,
1) add this custom code:
@media (max-width:991px){ .single-product .cl-style-center .cl-single-add-to-cart-wrapper button{ margin-left: 0; width: 100%; display: block; max-width: 100%; } }
2) to make them work you need to set-up these pages;
wishlist:
https://engastadores.com/wp-admin/admin.php?page=yith_wcwl_panel&tab=wishlist_pagehttps://engastadores.com/wp-admin/admin.php?page=wc-settings&tab=advanced
other pages4) Track order: just link to this page: https://engastadores.com/order-tracking/
the tracking is manual and gets the information that you enter on the back-endYOu can change top-header links using the Codeless Builder just open options by clicking the handler
5) Open my-account page on back-end WP Pages, edit the content and replace with:
[woocommerce_my_account]
Just this6) It’s not possible to change them without custom code, here it is:
example:#customer_login.u-columns .col-2 form input[type="submit"]{ background:#222; }
7) They are predefined, you need to translate using loco translator or WPML and change them.
Some points are not included in our support package, they should be classified as customization, please take a look at WooCommerce and June Theme documentation before
https://docs.woocommerce.com/
https://codeless.co/june/documentationI will try to help you this time
How to remove the line: can you please send me a link to an order so i can give you the right css, same for button color?
About the text, please check WooCommerce, it’s part of WooCommerce Settings, check here:
https://stackoverflow.com/questions/52161851/change-privacy-policy-text-shown-at-the-time-of-registration-in-woocommerceThanks
-
-
1. Make
max-width:100% !important;
2. Some colors are predefined. You can do this, find the actual color and search it on css/codeless-woocommerce.css and replace with the new color.
3.Fixed
4. Button: .woocommerce .track_order .form-row input[type=”submit”]
Truck: .woocommerce .track_order > span.icon iYou can add custom code or edit color on style.css, better as custom code
5. Page: My Account
6. #customer_login.u-columns .col-2 form input[type=”submit”]
You can add custom css this way
#customer_login.u-columns .col-2 form input[type="submit"]{ color:#fff; // for text background-color:#fff; // for backgorund }
Let me know
-
-
1. Add max-width:100% !important to the actual CSS so it will be like this:
@media (max-width:991px){ .single-product .cl-style-center .cl-single-add-to-cart-wrapper button{ margin-left: 0; width: 100%; display: block; max-width: 100%; } }
4.
.woocommerce .track_order .form-row input[type=”submit”]{ background:#fff; } .woocommerce .track_order > span.icon i{ color:#222; }
Link the button to Order Tracking Page URL. You can add a link on header using Customizer
Go to wp-content/themes/folie/woocommerce/order/form-tracking.php
6. try adding !important after color code.
-
-
1. Just checked on responsive and it works. Make sure to do a hard refresh or check with incognito mode.
4. It’s ok
6. I can’t check this, because when I log out to check CSS I can’t access the website, it shows a maintenance page.
Please make a hard refresh and re-check
Thanks
-
You must be logged in to reply to this topic.