micwie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Out of stock badge (styling)Hey!
This works like a charm! Do you think that some additional CSS could change the position and color of the box?
Forum: Themes and Templates
In reply to: [OceanWP] Out of stock badge (styling)Hello,
Thanks for reaching me out.
1 – I have tried this code from the link you’ve provided.
// display an 'Out of Stock' label on archive pages add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_stock', 10 ); function woocommerce_template_loop_stock() { global $product; if ( ! $product->managing_stock() && ! $product->is_in_stock() ) echo '<p class="stock out-of-stock">Coming soon!</p>'; }
Looks like the CCS styling is missing or something (check the link below) and actually it did not overwrote the badge, but created a new one. Here is the screenshot after implementing the code. You can also check it within this link
2 – Here is the site with the shop where I need to rewrite the content of this black “out of stock” badge.
https://www.paulthevintage.com/staging/submenu-2-test/
I would like to edit text (positioning would be also cool, but is not so important).
Thank you in advance!
micwie
- This reply was modified 5 years, 11 months ago by micwie.
Forum: Themes and Templates
In reply to: [OceanWP] Header title vs. Website titleHello,
One small issue. Looks like Googls is indexing “WordPress” title insead of Yeast SEO stuff. Here what the Google shows. When I go to the page, title changed to the one I have changed in the plugin. Any idea what could I do with that, please?
Forum: Themes and Templates
In reply to: [OceanWP] Header title vs. Website titleHello,
Perfect. I am using Yeast SEO plugin and this worked like a charm! Thank you very much.Forum: Themes and Templates
In reply to: [OceanWP] Changing the width of dropdown menuHello,
Just realised that I have overlooked the “width” feature under the “dropdown styling”. It has stretched my menu already, but I would also like to try the option suggested from @apprimit (thanks for your reply). I have added the code, but it seems that it did not make any difference though.
Any idea? Thanks a lot!
Forum: Themes and Templates
In reply to: [OceanWP] Dropdown menu stylingThank you very much! I will try the things through Customizer and let you know.