After 2.0 upgrade - by bouboute - on WordPress WooCommerce support

This topic has 9 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp

  • Avatar: bouboute
    bouboute
    Participant
    July 22, 2015 at 09:54

    Hello Team,

    could you please advise on the below:

    1) after 2.0 upgrade, the top filter wrap is no more inline with the left sidebar top border in the shop pages : http://screenshot.net/8q13vaz

    2) after 2.0 upgrade, the filter wrap collapses with the bottom border : http://screenshot.net/8q13vaz

    3) we would want to aligne search input box and search button in the sidebar : http://screenshot.net/8q13vaz

    P.S. our site is local

    8 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 22, 2015 at 12:48

    Hello,

    Sorry, but to provide you with the correct code we need to see your site.
    Could you please upload it to any web host and provide us wp-admin panel credentials in Private Content?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: bouboute
    bouboute
    Participant
    July 22, 2015 at 13:25

    Hello Eva,

    thanx for the reply, unfortunately we cannot upload our site for the moment, we didnt modify the core code this is happening since the upgrade especially for the questions 1 and two.

    i dont think you have to see our site to address the question 3

    could you please provide us with a solution this is really urgent,

    Avatar: bouboute
    bouboute
    Participant
    July 22, 2015 at 14:39

    hello again,

    the questions 1 and 2 were addressed by the following code:

    .category-description {
    display: none;
    }

    please provide us with a solution for :

    3) we would want to aligne search input box and search button in the sidebar : http://screenshot.net/8q13vaz

    Avatar: Eva
    Eva Kemp
    Support staff
    July 22, 2015 at 16:42

    Hello,

    I’ve checked search widget on our test site and there is no such issue:
    http://storage4.static.itmages.com/i/15/0722/h_1437579616_7757712_604db6a38e.png

    Are you using the latest theme version or any different widget?

    Regards,
    Eva Kemp.

    Avatar: bouboute
    bouboute
    Participant
    July 22, 2015 at 21:43

    hello Eva,

    we are using 2.0 version as the title mentions, the widget is woocommerce search place in the shop sidebar.

    regards.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 23, 2015 at 07:44

    Hello,

    Try to use this code in custom.css file:

    .widget_product_search .search-field {
      width: 160px !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Best regards,
    Jack Richardson.

    Avatar: bouboute
    bouboute
    Participant
    July 23, 2015 at 12:38

    Hello Jack,

    thx for the code, here is what we have done to achieve the action:

    .widget_product_search .search-field {
    width: 140px !important;
    padding-top: 14px !important;
    padding-bottom: 8px !important;
    }

    input[type=submit] {
    padding-right: 10px !important;
    padding-left: 10px !important;
    }

    best regards.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 23, 2015 at 13:58

    Hello,

    We’re glad you managed to fix the issue.
    Is you problem resolved?

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.