Home Forums WoodMart support forum Some questions I couldn't solve

Some questions I couldn't solve

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #204290

    Nana
    Participant

    Thank 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_categories

    5.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 ! 🙂

    https://prnt.sc/t1hsdu

    #204297

    Hello,

    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

    #204540

    Nana
    Participant

    Hi 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 pages

    5. Thank you

    #204598

    Hello,

    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

    #204606

    Nana
    Participant

    Hi, what about questions 3 and 5 ?

    #204672

    Hello,

    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

    #204852

    Nana
    Participant

    Hi Elise Thank you very much for responding,
    But the problem is in the sfari browser
    When I browse from my computer / iPhone

    And for issue # 3, is there a way to fix this?

    #204995

    Hello,

    We do not see the problem. Please provide the screen how it looks like on your screen and tell which Safari version

    Best Regards

    #205036

    Nana
    Participant

    Problem # 3, did I attach a photo intention if it is possible to swap both numbers?

    https://prnt.sc/t3a7ux

    Problem #5, resized the add to cart button
    https://www.youtube.com/watch?v=d5BpZ71upgw&feature=youtu.be

    Thank you very much !

    #205109

    Hello,

    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

    #205113

    Nana
    Participant

    Thank you very much !!!
    You are a pros team
    Your help is very professional.

    #205157

    You 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

Viewing 12 posts - 1 through 12 (of 12 total)