Home Forums Exoplanet How to remove the Default Sorting Drop Down Box?

  • This topic has 11 replies, 2 voices, and was last updated 7 years ago by Andy.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1173
    sherryshay
    Participant

    Hi,

    Is anyone can tell me where is Default sorting drop down box location?  Here is my web site http://www.empiredealz.com

    Thank you!

    #1175
    Andy
    Keymaster

    This is a WooCommerce setting.

    WooCommerce > Settings > Products > Display >> “Default Product Sorting”

    #1189
    sherryshay
    Participant

    Hi I found the place you mentioned but there is no switch bottom to turn  off or option to remove it.

    Can you tell me which folder I should go and coding I can remove.  Thanks much

    #1194
    Andy
    Keymaster

    This function is handled by the WooCommerce plugin and not by the theme.

    It is not recommended to remove folders or coding directly from the WooCommerce plugin as there are regular WooCommerce updates and your changes would be undone when the plugin is updated.

    Plugins which may do what you need:
    https://wordpress.org/plugins/woocommerce-more-sorting/
    https://coder.fm/item/more-sorting-options-for-woocommerce-wordpress-plugin/
    https://www.skyverge.com/product/woocommerce-remove-product-sorting/

    Or you could ask in the WooCommerce support forum: https://wordpress.org/support/plugin/woocommerce

    #1195
    Andy
    Keymaster

    If you just want to hide it, add this in Appearance > Customize > Additional CSS:

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        display: none;
    }

    This will not remove the product sorting dropdown box, it will only hide it from view.

    #1201
    sherryshay
    Participant

    Thank you Andy is works, hide the drop downbox.  Can I ask you one more question is this theme can be use a multilingual Eng, Chinese, Japanese and ….other Languages?  If yes can you guide me how to set it(in which folder, add what plug in or suggestions)?

    • This reply was modified 7 years ago by sherryshay.
    #1206
    Andy
    Keymaster

    Suggested plugin: WPML

    #1218
    sherryshay
    Participant

    Hello Andy,

    I prefer your theme Exoplanet better than others but I do have a small issue with Product and Gallery pictures.  When you click on the product or any Gallery pictures,  it do not have an arrow for you to go to next picture or go back to last one.  It only can Zoom in and out.  Yet I found other theme do have this function.  Can you help?

    • This reply was modified 7 years ago by sherryshay.
    #1220
    Andy
    Keymaster

    The Exoplanet theme does have arrows for next and previous image. See our demo to see it in action.

    In your site’s source code there is this code data-rel="prettyPhoto[product-gallery]" added to the product gallery images, which is not present in the Exoplanet theme.

    So, it looks like you have a plugin installed which is overriding the product gallery lightbox functionality.

    Could you disable that plugin please and let us know if it fixes your issue.

    #1224
    sherryshay
    Participant

    Can you tell me exactly the folder location so I can add the code thanks

    #1227
    sherryshay
    Participant

    1.Contain folder -theme or???

    2.Web Site Picture a little bit to big, can I shrink it?

    3. How to make right handside search box, as categories dorpdown box?

     

    thank you

    #1275
    Andy
    Keymaster

    You have a plugin installed which is overriding the standard WooCommerce product lightbox.
    Did disabling the plugin I mentioned fix the issue?

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to remove the Default Sorting Drop Down Box?’ is closed to new replies.