adiosmyfirend
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Position : Before Title How?sorry i got an error now
if you do as above.When the blog account benefits enter the pages, it gives a 404 error, but it removes the brand link.
Forum: Plugins
In reply to: [Brands for WooCommerce] bottom descriptioni found the solution
Edit --> /wp-content/plugins/brands-for-woocommerce/main.php go find 186 line "add_action( "woocommerce_archive_description", array ( $this, 'description' ), 5 );"change"add_action( "woocommerce_after_main_content", array ( $this, 'description' ), 5 );"Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Position : Before Title How?if anyone wants to delete the word brand from the link structure
wp-admin/options-permalink.php
->Brands
–> “/” add
check your url***.com/brand/product-123-yellow be ***.com/product-123-yellowForum: Plugins
In reply to: [Brands for WooCommerce] Brand Position : Before Title How?Thanks for your answer.
How can I get the description to the bottom on the brands page?remove_action( 'woocommerce_archive_description', 'berocket_brand_description', 15 ); add_action( 'woocommerce_after_template_part', 'berocket_brand_description', 10 );what do i need to fix?
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Position : Before Title How?And how can remove ***.com/brands/product-123 Strip brands
- This reply was modified 3 years, 2 months ago by adiosmyfirend.
Viewing 5 replies - 1 through 5 (of 5 total)