Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pinkdreambox

    (@pinkdreambox)

    We were trying out the plugin in test site (WordPress 3.9 + WooCommerce 2.1.7), and the filter bar on the top (where we can choose to view by list, map, others) are very small.

    Icons are being squeezed together and the default sort drop down is missing.

    Is there a fix?

    Thanks,

    Plugin Author Rajesh Tandukar

    (@tandubhai)

    The next version will overcome these issues.

    Hello pinkdreambox;

    I fixed the icon layout by custom CSS below; working fine until the end of year 2015; but now the Address Pointer Marks for the individual products are lost.

    Can you show me your site so I can see if you suffer with the same issue?

    .wc_woo_view_wrapper #wc_woo_view_tabs {
    padding:10px !important;
    min-width:180px
    }
    .wc_woo_view_wrapper #wc_woo_view_tabs li a, .wc_woo_view_wrapper #wc_woo_view_tabs li a.selected {
    width:0px
    }
    .wc_woo_view_wrapper #wc_woo_view_tabs li a, .wc_woo_view_wrapper #wc_woo_view_tabs li a.selected {
    padding-right:30px;
    height:30px
    }
    .wc_woo_view_wrapper #wc_woo_view_tabs li a.selected {
    box-shadow: 0 0 7px #EEB0B0 inset;
    height:30px
    }

    Thread Starter pinkdreambox

    (@pinkdreambox)

    Thanks for the info Pablo Molina,

    We will give it a try.

    It started working again, alona, by itself; doing fine now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Will it work with WooCommerce 2.1.7?’ is closed to new replies.