titodevera
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] 404 On brandsHi maikze
Go to Settings/Permalinks and click on Save Changes button to flush the permalinks
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Product attributesHi rcarosio59
Brands is a taxonomy, the product taxonomies are attached directly to products not to attributes, so you can′t do it, sorry.
I recommend you to create one product for each brand in this case
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] How to get brandHi radupl
You can try something like this:
add_action('wp_head', function(){ if( !is_product() ) return; $product_id = get_the_ID(); $product_brands = wp_get_post_terms( $product_id, 'pwb-brand', array( 'fields' => 'names' ) ); foreach( $product_brands as $brand ) echo '<meta property="product:brand" content="' . $brand . '"/>'; });
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Set brand in woocomerce rest APIForum: Plugins
In reply to: [Perfect Brands for WooCommerce] Add description meta for better SEOHi panaceaoutfits
Perfect WooCommerce Brands is fully compatible with most used SEO solutions for WordPress, like
Yoast SEO
orAll in One SEO Pack
??
Hi joelnzi!
Yes, it is possible by using WooCommerce hooks.
Can you provide us your system status report (WooCommerce/Settings/Brands/System status)?
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] PWB Carousel Not WorkingHi mbotha81.
There is no carousel in the page you mentioned. Can you add again the carousel in order to check it?
Thanks! ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] filter-brands-by-catHi Dharmishtha Patel
Can you give us some more details about what are you trying to do?
Thanks ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Arrows on CarouselHi glew
– Please, provide us your site link, we need it in order to help you to fix the arrows alignment and the points issues.
– There is no option available for control every few seconds the carousel moves, sorry
– The drag feature is enabled by default in mobile resolutions
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Вывод 2-3 колонокHi alexgaga
You can do it using some basic CSS rules, something like this:
@media (min-width:992px){ .pwb-az-listing-col{ width:33.3333%!important; } }
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Splitting Brands Widget to two columnsHi infotrailexplorerscouk.
You can do it using some basic CSS rules, something like this:
.widget_pwb_list_widget li{ width: 50%; float: left; }
??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] brand-filterHi Dharmishtha Patel.
It′s look like a conflict with the
WooCommerce Product Tabs
plugin, I recommend you migrate to the YIKES Custom Product Tabs plugin that works perfectly with PWB??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Show brand descriptionHi snecz!
Maybe the theme is removing the
woocommerce_after_main_content
hook. What theme are you using???
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Homepage doesn’t load anymoreHi michabuff
Can you share your solution?
Thanks ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Receiving fatal error after recent update.Hi michaeladrianarriola.
Are you using the
products
shortcode? Can you paste here the full shortcode with the params please??? Thanks!