maomarketplace
Forum Replies Created
-
Here you go https://prettify.ru/product/biologi-save-my-skin-bundle-mini-3-pack/
The Idea was to change default icons color to grey and make them to become colorful on hoverForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Show custom tabs 2ndThank you Freddie,
Is there are any way to stick custom tub on 2nd place? Let say by setting up priority 5 to it.
$tabs['description']['priority'] = 1; $tabs['what_to_put_here?']['priority'] = 5;- This reply was modified 5 years, 9 months ago by maomarketplace.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Show custom tabs 2ndHi! Anybody here? 🙂
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Show custom tabs 2ndThanks for links!
In order to make our talk to be more concrete let me put some snippet herefunction reorder_tabs_wc_product_page( $tabs ) { $tabs['description']['priority'] = 5; $tabs['what_to_put_here???']['priority'] = 10; //What to put here??? return $tabs; } add_filter( 'woocommerce_product_tabs', 'reorder_tabs_wc_product_page', 98 );- This reply was modified 5 years, 10 months ago by maomarketplace.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Make custom tab firstCan you please share custom function’s code to be applied to theme (Storefront theme if it is important)? I have the same needs 🙂
@bcworkz thank you so much for spearing a min to review my site. Your suggestion made it work!
Just in case if someone will be using the same combination of theme and hover effect:
Add the following rule@media (min-width: 768px){.main-navigation ul li a::before { display: block !important; }}Hi Prashant! Thank you for your suggestion. I forgot to mention I’ve tried
a:hover::beforeas well and it didn’t work. AFAIK single colon (:) should be fine on new browsers (in a sake of back comatibility).
Resuming: both waysa:hover:beforeanda:hover::beforeare not working- This reply was modified 5 years, 11 months ago by maomarketplace.
You don’t say how you added your CSS, generally it should be added to the Additional CSS panel of the customizer.
I’m using SiteOrigin CSS plugin (https://ww.wp.xz.cn/plugins/so-css/) to insert custom CSS code.
All CSS code isterted through this plugin is loaded except for a:hover:before condition- This reply was modified 5 years, 11 months ago by maomarketplace.
- This reply was modified 5 years, 11 months ago by maomarketplace.