• Resolved solwebsolutions

    (@solwebsolutions)


    On our page:
    https://tastenewmexico.com/wordpress/shop/

    …the red “Showing 1-12 of 64” and “Sort by…” dropdown are at the top of the products. My client would like them below the products grid and right align.

    I tried this, but it still keeps the 2 objects above the products grid…we want them below:

    // Or moving result section below
    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20 );
    add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 40 );

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • just move the class=”woocommerce-result-count” to the place below the “class=load-more-wrap and align it via css to the right.
    Make sure to override the template

    Tell your client that moving that is not offering their customer a good user experience. You are better off redesigning the current one. Especially since you are utilizing a responsive framework.

    Plugin Support RK a11n

    (@riaanknoetze)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move shop page “Showing” and “Sort by..”’ is closed to new replies.