- This topic has 11 replies, 2 voices, and was last updated 7 years, 8 months ago by Andy.
-
AuthorPosts
-
March 7, 2017 at 1:04 am #1173sherryshayParticipant
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!
March 7, 2017 at 8:36 am #1175AndyKeymasterThis is a WooCommerce setting.
WooCommerce > Settings > Products > Display >> “Default Product Sorting”
March 9, 2017 at 5:19 am #1189sherryshayParticipantHi 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
March 9, 2017 at 11:49 am #1194AndyKeymasterThis 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
March 9, 2017 at 11:53 am #1195AndyKeymasterIf 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.
March 10, 2017 at 4:43 am #1201sherryshayParticipantThank 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, 9 months ago by sherryshay.
March 11, 2017 at 10:21 am #1206March 15, 2017 at 4:45 am #1218sherryshayParticipantHello 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, 9 months ago by sherryshay.
March 15, 2017 at 10:38 am #1220AndyKeymasterThe 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.
March 15, 2017 at 2:22 pm #1224sherryshayParticipantCan you tell me exactly the folder location so I can add the code thanks
March 16, 2017 at 7:33 am #1227sherryshayParticipant1.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
March 26, 2017 at 3:10 pm #1275AndyKeymasterYou have a plugin installed which is overriding the standard WooCommerce product lightbox.
Did disabling the plugin I mentioned fix the issue? -
AuthorPosts
- The topic ‘How to remove the Default Sorting Drop Down Box?’ is closed to new replies.