titodevera
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands Page causing Fatal Memory ErrorsWhat PHP version are you using? Try updating to 7.3 (especially if you are using PHP5), newer versions manage the memory much better.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands Page causing Fatal Memory ErrorsHi again joyryde,
One question… ?Do you have a lot of products configured as hidden (excluded from catalog for example)?
Thanks!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands Page causing Fatal Memory ErrorsHi joyryde,
We will fix the issue as soon as posible, thanks for reporting.
You can built a brands grid like the example using “pwb-all-brands” and some basic CSS rules… Also remember to upload the brand logos at the same size for better looks.
Regards
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands Page causing Fatal Memory ErrorsHi joyryde,
If you have updated to 1.7.8 version recently try downgrading to the previous version and test if error persists. What PWB shortcodes are you using in the brands page?
Regards
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Change image size in carouselHi lausianne,
Copy the
product-carousel.php
template to your theme and feel free to edit the image size as your needs. This ensure that you don′t lose the changes after the next update.More details here: Overriding templates via a theme
Regards
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Compatibility with elessi themeHi zebronegiacomo,
The widget has an option for work without the button, triggering the filter on checkbox change. You can try it ??
Regards
Hi davidol,
We will fix this issue for the next release, thanks for reporting
Regards ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] perfect brands ypolylangGenial :), me alegro de que te sirva.
Un saludo!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] perfect brands ypolylangHola riubens13!
En primer lugar debes ir a
Idiomas > Ajustes > Tipos de contenido personalizados y taxonomías
y activar la opciónMarcas
para que te aparezcan las opciones de traducción para las marcas.Un saludo ??
Hola Rodrigo!
Hay algunos hooks que puedes utilizar, aquí tienes la documentación oficial . Por ejemplo podrías hacer algo como esto:
add_action( 'wpo_wcpdf_after_item_meta', function( $template_type, $item, $order ) { if( empty( $item['product'] ) ) return; if ( $template_type == 'packing-slip' ) { $brands = wp_get_post_terms( $item['product_id'], 'pwb-brand', array( 'fields' => 'names' ) ); ?> <?php if( !is_wp_error( $brands ) ) : ?> <dl class="meta"> <dt> <?php _e('Brands', 'perfect-woocommerce-brands');?>: <?php echo implode( ',', $brands );?> </dt> </dl> <?php endif;?> <?php } }, 10, 3 );
Un saludo ??
Solved ??
Hi astoundzme,
It is working well for me using the
Brand -> Brand (Dynamic attribute)
mapping.Try mapping “Brand” to one of the “Brand -> Brand (Dynamic attribute)”, if not works then try the other, but not the both at the same feed.
Regards ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] the_widget() don’t workHi denism300,
You have forgotten the namespace, replace
PWB_Filter_By_Brand_Widget
with\Perfect_Woocommerce_Brands\Widgets\PWB_Filter_By_Brand_Widget
Regards ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Filter products by brand widgetHi Alex,
No, the filter by brand widget only works as a checkbox list.
There is a dropdown widget but it really doesn′t work as a filter.
Thanks for using PWB!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Blog categories in brand pageHi mabol,
It seems that the issue is resolved. It is recommended to have a different sidebar for shop pages.
Thanks for using PWB ??