Home Forums WoodMart support forum I can not customize on your interface ???

I can not customize on your interface ???

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #27626

    ducphuli
    Participant

    1. Similar products display six columns, because the current looks too large.
    http://prntscr.com/hk7nuu

    2. I can not change the text color in this search
    http://prntscr.com/hk7otx

    3. I want to change the rating to the left, because there is no evaluation that looks too empty
    http://prntscr.com/hk7pfw

    Thanks you.

    #27657

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us your website access so we can take a look firstly?

    Thank you

    #27668

    ducphuli
    Participant

    hi, i use 1600px width

    #27669

    ducphuli
    Participant

    I do not speak English very well.

    #27673

    Artem Temos
    Keymaster

    1. There is no option for this element yet. In our next version, we will add an option so you will be able to change this number from Theme Settings.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings to change this color

    .searchform    ::-webkit-input-placeholder {color:white!important}
    .searchform    :-ms-input-placeholder      {color:white!important}

    3. We can’t change it only in case there are no any reviews added. We can do reviews and the form in one column but then they will look too large.

    Regards

    #27688

    ducphuli
    Participant

    1. Add options (Product Page)
    2. Add options (Header – Search – Color)
    3. ok

    Continue
    4. When I let the background darken on the pages.
    I realized that it looked so bad, why do not you try the light background that surrounds that part.
    http://prntscr.com/hk9i78

    5. Why can not we have a custom widget here?
    Sales pages need to add a custom phone number there.

    http://prntscr.com/hk9o5b

    6. Sticky Header add option Search
    http://prntscr.com/hk9orf

    Thank you for the theme you have more custom functions than many other themes that I know.

    #27692

    ducphuli
    Participant

    Thank you for problem 2, I have fixed it. have a good day.

    #27716

    Artem Temos
    Keymaster

    4. What do you mean here? Could you please scetch on the screenshot what do you want to change?

    5. You can try to add your custom content to the widget area in the header via Appearance -> Widgets.

    6. Sorry, but this sticky header doesn’t have a search option at the moment.

    Regards

    #27732

    ducphuli
    Participant

    4. I want to say: when the background is gray, the default sidebar is without background color and border.

    5. I tried adding the css, but could not get the phone number to the right of the search
    http://prntscr.com/hkbqto

    6. I expect the update to fix issues with the 1600px width interface. And more features 6.
    Thanks

    #27752

    Artem Temos
    Keymaster

    4. So do you want to add a background for the sidebar on the single product page only?

    5. Here is a code snippet to make them inline

    .widgetarea-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .widgetarea-head .widget_product_search {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        margin-right:15px;
    }
    
    .widgetarea-head .widget_custom_html {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    #27761

    ducphuli
    Participant

    Oh,
    4, I want

    5, great.
    Thank you.

    #27762

    Artem Temos
    Keymaster

    Here is a code for this

    .area-sidebar-product-single .sidebar-inner {
    	background: white;
    	padding: 20px;
    }
    #27777

    ducphuli
    Participant

    Thank you,
    Bother you, I try to do the same as this page but when clicked on it does not work.

    http://prntscr.com/hkf33j

    Demo link hide

    #27796

    Artem Temos
    Keymaster

    Sorry, but there is no such function in our theme as on the website you sent.

    #27805

    ducphuli
    Participant

    Thank you I canceled it,

    I installed but did not see it
    http://prntscr.com/hkglll

    #27826

    Artem Temos
    Keymaster

    Do you mean that you don’t see upsells products in the sidebar? Do you have any products with upsells products set in the dashboard? Could you please provide us a link where we can see them.

    Thank you

    #27853

    ducphuli
    Participant

    Thank you, I have fixed it

    #27869

    Artem Temos
    Keymaster

    Great, you are welcome!

Tagged: 

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

The topic ‘I can not customize on your interface ???’ is closed to new replies.