This topic has 10 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hello, I want to delete a word “any” added in product filter placeholder, how can I do it? Also there are some untranslated words, everything shown on images below (highlighted). How can I replace them?
Hello,
1) Try to change this text via translation.
2) If you face problems with translation, you need to be sure that your translation files are synchronized. Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with pot file.
Also, you can disable “Special breadrumbs on cart, checkout, order page” in Theme Options > Breadcrumbs.
Regards
1 Ok, its done but next, how can I delete those quotation marks in filter box? On the photo there is ” Dowolny obudowa” how change it to Dowolny obudowa (without quote marks)?
Thanks
Please provide temporary wp-admin access so I can take a closer look.
Regards
Ok, thanks.
Hello,
You are using one of default WC widgets and our theme doesn’t affect it, so it would be better to contact WooCommerce support.
Feel free to ask if you have any other questions.
Regards
ok, I will leave it like it is for now, but I have one more thing I still can’t figure out. I want to disable shop filters on main shop page but want them when you click on category.
1 Jetpack widget visibility doesn’t work- they are still everywhere.
2 I tried to configure shop to show specyfic category when entered shop page but then it wont show products in other categories when I click on them so this one doeasn’t work too.
Maybe You know other solution? The thing is that there will be so many filters for every category so when someone enter shop page and it will by default show products from few categories there will be more than 10 filters, it may go to 20 even. It will also look bad and confusing when it will show filters that doesnt apply for every device on that page. How can I avoid this? I want filters to be shown only in category pages.
Regards
Hello,
You can disable sidebar on Shop page only – http://prntscr.com/m5pff5
Also, you can choose what to display on the main shop page http://prntscr.com/m5pfxw via Appearance > Customize > WooCommerce > Product catalog > Shop page display.
Regards
Thanks but those options aren’t enogh. With the first one I have to write categories by myself or use widgets that doesn’t do what I need. And the second one, there would be only categories with no product, I dont want that either.
Looking for solutions I’ve merged few solutions and finally got what I need. It’s not perfect in regard to optimalization but with no other option I have no choice. This function will hide specified widgets on specified sites. Maybe someone will need it too 🙂
add_action('wp_head', 'hide_sidebar' );
function hide_sidebar(){
if(is_shop()){ //choose site on which You want to hide widget
?>
<style type="text/css">
.woocommerce .widget_layered_nav { /* choose widget class to hide */
display: none;
}
</style>
<?php
}
}
Thanks for letting us know.
I am glad that you sorted out.
Regards
You must be logged in to reply to this topic.Log in/Sign up