titodevera
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand Page LayoutHi Keith Lucas.
First of all… i think you should not publish passwords here, this is a public forum.
You are having problems with your theme, not with this plugin, i recommend you to contact with the theme′s author.
Thanks your using PWB ??
Hi Diego.
You can do it with some CSS rules. Simple adjust the widths as you like:
@media all and (min-width: 768px){ .pwb-brand-banner-cont:after{ content: ""; display: table; clear: both; } .pwb-brand-banner-cont{ margin-bottom: 20px; } .pwb-brand-banner{ width: 35%; float: left; } .pwb-brand-description{ width: 60%; float: right; } }
Thanks for using PWB ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand description not showingBe sure that your theme or a plugin is not removing/modifying woocommerce_before_shop_loop hook
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Thumbnail Brand LogoHi thesecrethoarder.
1) Go to
WooCommerce > Settings > Brands
and enableShow brand description
option
2) Be sure that your theme or a plugin is not removing/modifyingwoocommerce_before_shop_loop
hookThanks for using PWB ??
Hi tvoskanyan.
The new version 1.5.3 will come soon and it includes this feature ??
Thanks!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] No shortcode appeared in Visual ComposerHi hidayat88.
You can find the shortcodes here: Visual Composer PWB shortcodes
Hola Pedro.
?Podrías indicarnos la dirección URL de la tienda online en cuestión para revisarlo?
Gracias, un saludo
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Meta dataHi Francisco Correia.
There is a taxonomy called ‘pwb-brand’. Each brand is a term of the ‘pwb-brand’ taxonomy. Also each term has his own term meta data like the brand logo, brand banner…
Thanks for using PWB ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Shortcode in DescriptionHi edel242!
Simply install a plugin like this: Visual Term Description Editor and use your shortcodes into the brand description.
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands commas in product page??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands commas in product pageHola jglopez85!
Claro, puedes hacerlo fácilmente utilizando CSS:
.pwb-single-product-brands > a:after{ content:","; margin-right: 5px; } .pwb-single-product-brands > a:last-child:after{ display: none; }
Un saludo ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API supportHi shopvoid!
The new version (1.5.2) adds new features for working with the WooCommerce REST API. Please, update PWB and check this example:
$data = [ 'brands' => ['1','2'] ]; $results = $woocommerce->put('products/53', $data);
Thanks!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] How to get brand name?Thanks hol2006! ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand Filter not workingThis bug was fixed in version 1.5
Thanks for using PWB! ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand CouponGood news!
This feature was implemented in version 1.5!
Thanks for using PWB! ??