Forum Replies Created
-
AuthorPosts
-
This works perfect. Thank you.
This code
add_filter('woocommerce_sale_flash', 'woo_custom_hide_sales_flash'); function woo_custom_hide_sales_flash() { return false; }
Removes only on sale badges but leaves featured. So maby ther is some filter to remeve featured and leave on sale?
I wont featured gone from product and category view so targeting postid don’t help.Hi,
When child theme is disabled ther is same problem.Hi, files removed they are no needed. I check other files for conflicts and problem still appear.
I remove every modification in functions.php. Ther is no conflict I also disable all the plugins and bug is still there.
- This reply was modified 4 years, 6 months ago by tdutkowski.
Something is moving he aside to the wrong place, check the mobile version of footer widgets in woocommrce category page.
Hi,
Still problem is unsolved. You can go in to any woocommrce category and widgets are in wrong place.Hey,
Element removedHi, any update in my problem?
I found another strange problem, on category page footer columns don’t work properly on mobile. On other pages it’s ok
- This reply was modified 4 years, 6 months ago by tdutkowski.
I add the code. Icons are appear on top bar. They could stay there but is ther a way to put them in burger menu?
Belowe i add screenshot with mobile and desktop menu.
Hi,
WHAT? :) I don’t ask about whole menu i ask about widget that is in the menu and about social media icons. Please read my post again.Here is the access, the widget cointains social icons.
You can also check standard social media in vertical menu they don’t appear only empty squares.Work perfect, thank you!
You need to login
Hey,
I figure out this problem myself.We can close.
Hi,
I figure out this problem to enable ALB in store locator posts you need to use this code in function.php:function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'wpsl_stores'; } } return $metabox; }
Prolbme is visible here:
On mobile view product gallery go first then product details.
My projekt is off line right now.
-
AuthorPosts