810 comments found.
Hello,
Is there a way to show only brands from the current product category in the widget? I saw in the comments that you answer in the affirmative to a similar question, but I did not find such a setting in the widget. It always displays all brands.
Hi
please use from the widget “WooCommerce Brand Layered Nav” in lint the widgets
Best Regards
Hello,
thanks for the answer. Yes, the Woocommerce widget solves this problem. I would just like your “Woo Brand’s A-Z View” widget to have this feature as well, as it is much more functional and much better in appearance overall.
Best Regards
Hello, is there anyway to use a shortcode to display a brands description ? In the most recent update you have created a short code for: [pw_brand_get_brand_current_post_page] which displays the brand on a single product page, can we get the same for description please ?
Hello ?
Hi
sorry for delay
we don’t have this feature , but we will add this feature in new updates
also you can send your request to sara[dot]proword[at]gmail[dot]com
Best Regards
hi, how can I move the brand logo to the right of the product next to the price?
Hi
Please send email to sara[dot]proword[at]gmail[dot]com
We can help to you
Best Regards
Hello, your website support is down. I’ll try here instead.
Using Flatsome, I added filters to the shop sidebar but they are only displaying on desktop, specifically for browsing the brand pages.
I guess what i’m asking is – how to enable basic WooCommerce attribute filters when browsing brand archives on mobile devices?
Hi
please send your website to email sara[dot]proword[at]gmail[dot]com
we will check and tell to you results
Best Regards
Had any issues with this plugin and Lightspeed Cache?
Hi
sorry for delay
no we don’t have any issue , please let me know if you have any issue
Best Regards
Hello, we have used Advanced Custom Fields to add a few custom fields to the taxonomy “product_brand” that this plugin creates / uses. The fields show on the brand homepage but I cannot get any custom fields to display when viewing a single product ? I am assuming this is possible as we are able to display brand logo via backend settings. Do we need to edit the single product php template to pull in the taxonomy terms or something ?
Hi
in this plugin we work with
add_action( ‘woocommerce_single_product_summary’
for show the brand in single product page
you can use it also if you have any question please send email to sara[dot]proword[at]gmail[dot]com we can help to you
Best Regards
Hello,
is it possible to add rich snippets to a brand page? Can you do that for us?
Emil
Hi emkal
the brand page is a custom taxonomy in wordpress and is similar category in woocommerce
if you can do it in category page so it is possible
please let me know if you have questions (you can send email to sara[dot]proword[at]gmail[dot]com )
Best Regards
Hi I send you an email. How to translate the po file to Dutch. I made nl.po but nothing happens. How or where do I activate the language file?
Hi
sorry for this issue
you can use from this link
http://plugin.proword.net/product/woocommerce-brand-coupon-add-on/Best Regards
How I can refund your plugin sir?
Hi
sure but please tell me what is your issue , if we can’t fix your issue we will accept your refund
Best Regards
The author of a good day. I don’t understand if you support your plugin or not? I emailed you on may 5 sara[dot]proword[at]gmail[dot]com
Hi
we fixed your issue , please check it 
Best Regards
Thank you, I see that we fixed it.)
hello I am very interested in the plugin but I want to ask you a question, is it compatible with “dokan Multi-Vendor free”?
Hi
sorry for delay
this plugin is similar category in wooocommerce
and this is compatible with “dokan Multi-Vendor free”
Best Regards
Impossible to contact the support trought your website. I have logged with my envato account then impossible to ask for support. I have requested to be refunded and still no response.
Hi
please send your issue to sara[dot]proword[at]gmail[dot]com
we can help to you very soon
Best Regards
Hi, for me it is the same. No support. I have already sent an email to sara[dot]proword[at]gmail[dot]com. No response. I ask for a refund
Dear Barbara
we replied to you , Less than 5 hours 
please check your mail box , thank you 
Best Regards
support is dead. I asked for a refund
Hi
sorry for this issue
Please send email to sara[dot]proword[at]gmail[dot]com
we can help to you very soon
Best Regards
Support Trying several days or not works. “Loading your purchases” and does not proceed. I have tried by email and also does not respond.
Hi
sorry for delay
Please send email to sara[dot]proword[at]gmail[dot]com
Best Regards
Item seems dead. Please don’t buy. Support is not anymore.
Is this plug-in still under development, i.e. will it receive future updates whenever necessary? It was receiving regular updates in the past but not in the last 3/4 year.
I have attempted to submit a support ticket but no success. Yes! My support for this product has expired, however I think my query should be answered regardless based on the description of your product being RESPONSIVE.
I am attempting to reduce the number of brands displayed in a brand carousel when viewed on smaller devices. Could you please advise on the method to achieve this as it does not appear to be obvious.
Many thanks
I would like to only load the css and js on relevant pages. Similar to the code below for Contactform7. Could you please tell me what is the name of the script and style? So now it says contact-form-7; what can I use to stop loading your script? Thank you
add_action( ‘wp_enqueue_scripts’, ‘custom_contact_script_conditional_loading’ );
function custom_contact_script_conditional_loading(){ // Edit page IDs here if(! is_page(ID) ) { wp_dequeue_script(‘contact-form-7’); // Dequeue JS Script file. wp_dequeue_style(‘contact-form-7’); // Dequeue CSS file. } }
Got it:
function custom_woobrand_script_conditional_loading(){ // Edit page IDs here if(! is_page(ID) ) { wp_dequeue_style(‘woob-front-end-style’); // Dequeue CSS file. wp_dequeue_style(‘woob-bootstrap-style’); // Dequeue CSS file. wp_dequeue_style(‘woob-extra-button-style’); // Dequeue CSS file. wp_dequeue_script(‘woob-extra-button-script’); // Dequeue JS Script file. } }