Home › Forums › WoodMart support forum › Some questions I couldn't solve
Some questions I couldn't solve
- This topic has 11 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 17, 2020 at 2:43 pm #204290
NanaParticipantThank you so much for your support!
Your theme is professional and easy to operate.
I’m so glad I chose you.I have a few questions that I would be happy if you could help me solve
1. The categories can be displayed in a reduced way
Just for a shop page?
By code css?.category-nav-link .category-icon { margin-right: 7px; max-height: 18px; }
2. Is it possible to change the order of the categories in the sidebar filter ?
3.In the sidebar prices appear in reverse order.
There is an option to swap between them to fit the RTL?4. It is possible for only the shop page to hide the sidebar
And display the categories as you display on your page:
https://woodmart.xtemos.com/shop/?opt=only_categories5.I resized the add to cart button By css code
But for some reason, it doesn’t work in Safri’s mobile browser and computer..product-image-summary .single_add_to_cart_button.button.alt { width: 55%; }
Thank you very much ! 🙂
June 17, 2020 at 3:28 pm #204297
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for warm feedback.
1. Do you mean the Browse Category menu? Do you want to reduce the category link or icon?
2. If it is a Browse Category menu, you can change order and categories in Appearance > Menu. The product category widget does not change the order of the categories.
3. Please provide the page URL I will check.
4. If we hide a sidebar on the shop page all the categories pages would not have it as well. Is it ok for you?
5. Please provide a page URL with the customized button.
Best Regards
June 18, 2020 at 11:44 am #204540
NanaParticipantHi thanks for the quick reply!
I also attach the picture again for illustration.1.Because the main page of the shop lists all categories.
I thought it might just be possible to reduce the icons on this page.2. I meant in the sidebar on the shop page
3.Thank you
4. Yes I am aware of this, it was important to hide the sidebar only for the shop page
And display it in the other pages5. Thank you
June 18, 2020 at 2:00 pm #204598
Elise NoromitMemberHello,
1. you need to open your SVG icons file with some editor like Sublime Text or default system text editor and reduce width=”31″ height=”40″ attributes to your
<svg>
tag like it is shown: http://prntscr.com/m4n0qw
Then you will need to re-upload your icons in WordPress Dashboard.2. There is no option to change.
4. Unfortunately, it is not possible to hide on the shop page and leave on the categories page.
Best Regards
June 18, 2020 at 2:14 pm #204606
NanaParticipantHi, what about questions 3 and 5 ?
June 18, 2020 at 9:12 pm #204672
Elise NoromitMemberHello,
3. This is caused by RTL mode.
5. The code you have added works https://gyazo.com/fc7f6122de9dd35a9c296207ec472706
Change the code as per your needs or clarify how it should be.
Best Regards
June 19, 2020 at 2:30 pm #204852
NanaParticipantHi Elise Thank you very much for responding,
But the problem is in the sfari browser
When I browse from my computer / iPhoneAnd for issue # 3, is there a way to fix this?
June 20, 2020 at 9:36 am #204995
Elise NoromitMemberHello,
We do not see the problem. Please provide the screen how it looks like on your screen and tell which Safari version
Best Regards
June 20, 2020 at 12:21 pm #205036
NanaParticipantProblem # 3, did I attach a photo intention if it is possible to swap both numbers?
Problem #5, resized the add to cart button
https://www.youtube.com/watch?v=d5BpZ71upgw&feature=youtu.beThank you very much !
June 21, 2020 at 6:24 am #205109
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
div.widget_price_filter .price_slider_amount .price_label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; font-size: 0; } div.widget_price_filter .price_slider_amount .price_label > span { font-size: 14px; } div.widget_price_filter .price_slider_amount .price_label > .from:before { content: "-"; font-size: 14px; font-weight: 400; color: #777; margin: 0 8px; }
Replace the code with this one:
.product-image-summary .single_add_to_cart_button.button.alt { width: 55% !important; }
Best Regards
June 21, 2020 at 7:04 am #205113
NanaParticipantThank you very much !!!
You are a pros team
Your help is very professional.June 21, 2020 at 10:43 am #205157
Elise NoromitMemberYou are welcome, we are always happy to help you, write to us when you have any difficulties or issues with our theme.
We would be grateful for your 5 stars rate on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance
-
AuthorPosts
- You must be logged in to create new topics. Login / Register