titodevera
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Savoy themePlease provide your system status report (WooCommerce/Settings/Brands/System status) and place a ` on the line before and after your pasted report as you would with code.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Savoy themeHi again linesplusdots!
PWB uses the “woocommerce_archive_description” and the “woocommerce_after_main_content” hooks for showing the description on the brand pages. Be sure that your theme is not removing this hooks for some reasons…
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand Logo Under Brand TabHi Cozmoz365!
PWB 1.7.7 introduces a new filter for this:
add_filter('pwb_product_tab_brand_logo_size', function( $text ){ return 'full'; });
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Savoy themeHi linesplusdots!
PWB should be “compatible” with any WooCommerce theme…
Can you provide to us more details about the issues?
??
Hi Costa!
You should be able to get
pwb_brand_banner
meta value using get_term_meta() as well…??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Change brands permalinksHi jeffyun123!
Add this code to your functions.php
add_filter( 'pwb_taxonomy_with_front', function(){ return false; } );
Then go to
Settings > Permalinks
and save changes for flushing the permalinks.??
You are welcome remymedranda! ??
Hi mrmac78!
Login with the Shop Manager account and click “Screen Options” button on right top and check the “Brands” option.
Thanks
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand Title ShortcodeHi ncarper!
There is not available a shortcode that allways shows the brands title.
[pwb-brand] will show the brand logo if exists, if not, it will show the title instead.
Maybe you can create your own custom shortcode for this, based on the [pwb-brand] shortcode…
Anyway, we will considere include this feature for future releases.
Thank you!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] carousel doesn’t workHi aurarum!
You are using the
hide_empty="true"
value, be sure that your brand contain products.?Can you add the shortcode to a page and give us the link for testing it?
Thanks
Hi remymedranda!
Yes, you can use this plugin Taxonomy Switcher. The project seems to be abandoned, but it still works ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand filter errorHi mavdiablo!
Thanks for reporting. This is a known issue, it will be fixed very soon ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Padding / spacingHi linesplusdots!
You can use some CSS rules to add the spacing, but I recommend you to add it to the images directly, try doing a batch imagen resize with Photoshop, is very fast and easy.
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Allow HTML in Brand DescriptionSolved ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Abrir enlace en nueva ventanaHola sandrinne2001!
Me alegro de que te sirva
Un saludo ??