FishFush
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Disable /- sign next to product quantity? Also disable in cart.Here’s the code if anyone needs it:
div.summary form.cart div.quantity {display:none;} /* custom CSS to remove quantity selector from product page */ section.entry table tbody tr.cart_table_item td.product-quantity div.quantity input.minus, section.entry table tbody tr.cart_table_item td.product-quantity div.quantity input.plus {display:none;} /* remove quantity selector but leave field on cart page */Look good?
Forum: Plugins
In reply to: [WooCommerce] Disable /- sign next to product quantity? Also disable in cart.Thanks!
Do you think it’s safe to also hide the field with the number in it?
I see there’s a CSS class called “buttons_added” applied to it, but I can’t find it in any of the stylesheets. Any idea what it is?
Thanks Royho 🙂
Clears it up
I’m well underway with changing everything 🙂
THANKS!
Yeah, I can change All Products, but nothing else.
I looked everywhere in the settings, literally. Can you find it?
Thanks!
Ah, so it’s not a bug or anything?
…but there’s no way to disable the theme and have “pure” WC running anyway.
Essentially, this theme should get along well with WC 😐
And not override functions, as it seems to be doing now
Thanks
It’s not a custom theme, but an out-of-the-box WOoTheme (Mystile)
Actually the same goes for these on the homepage:
– Featured Products
– Recent ProductsThey’re unchangeable for some reason…
Thanks!
Can I disable the plugin once I’m done editing everything?
By the way, I’m searching the WooCommerce plugin for “Recent Products” but nothing comes up apart from “WooCommerce Recent Products” and changing that does nothing to the actual page.
“Recent Products” is what appears on my homepage…
…it must be somewhere?
Maybe this is from the Theme then?
Cool thanks Royho!
By copy, do you mean, make a new file, and click “Rescan”? And in the wp_config.php file I just set WPLAND to en_US and it works 🙂
But can that cause any bugs in the future if, for example, en_US isn’t available for certain themes/plugins?
Important question:
Is there any disadvantage to using this CodeStylers Localization over manual .po file creation and stuff? Does it slow down the store in any way?
Once I’m done editing the respective files and have evrything set up, can I disable the Localization plugin?
Ah, OK
But also there it seems that the default is en_GB?
Ah cool thanks!
So the default language for the Mystile WooTheme is en_GB? Or is there a default en_US hidden somewhere?
It looks like everything is spelt the American way anyway: color, localization, etc.
Thanks!
<p class=”product” style=”border:4px solid #ccc; padding: 12px;”>
Border seems to be simple CSS
I just tried the CodeStyling plugin, but it only seems to show back-end text. What I want to change is how the shop appears to visitors.
Maybe I did something wrong?
1. I created a new language for the WooCommerce Plugin (selected en_US)
2. I hit rescan
3. I entered the edit mode and searched for “Featured Products”, “Recent Products”, but nothing came upAm I meant to translate the WooThemes files instead? For my WooTheme (Mystile), I only see one language file: en_GB… that’s strange, I thought that the theme was in US english?