Jose Ayram
Forum Replies Created
-
Hello!
I have the spanish translations, Can I send you?.
I had some issues in the archive-categories.php with the strings: Category, Date, By, Categories, Read More.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brands filter not showing in widgetHello!
It’s very hard think in the problem without the theme. Can you check with a standard theme? Storefront, by example. Only to discards incompatibility issues with your current theme.
Best regards,
Hello!
Why do you say that this feature doesn’t work? Can you explain us with more detail, please?
I have a store with standard WC coupon and works fine with the brands restriction.
You can see here:
– https://prnt.sc/onkpou
– https://prnt.sc/onkq00
– https://prnt.sc/onkq3oBest regards,
Hello!
It’s a weird behavior. I have the plugin installed in some stores and I don’t have this issue.
Maybe can be an incompatibility with other plugin that affect the product section.
Do the installation show any error messages (website, developer console, logs, etc)?
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Change the title on the tab on product pageHello samsonwebdesign!
You only can change the BRAND title in the content on tab section trough a filter (hook): woocommerce_product_brand_heading
If you need to change the BRAND title just in the TAB, maybe you can use the translation to get it. Use a plugin like Loco Translate and change the translation to __( ‘Brand’, ‘perfect-woocommerce-brands’ )
Best regards,
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Display all product from a brandHello sebannei68!
You need to use Products of specific brands shorcode
Best regards,
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] REQUEST OF (QUOTATION FOR) SUPPORTHello neverendlessly!
Can I help you? I’m not an official PWCB developer but I’m a PHP and WordPress web developer, I think that I can support to you. Are you interested?
Anyway, I answered some of your doubts.
Best regards,
José Ayram
Hello marv2!
The plugin haven’t hooks to change the brands query.
But, brands are terms, you can create your own shortcode and replace the brands query to add right parameters.
Or you can modify the get_brands method (class-perfect-woocommerce-brands – line 778) adding parent => 0 to $brand_args
$brands_args = array( 'hide_empty' => $hide_empty, 'orderby' => $order_by, 'order' => $order, 'parent' => 0 );
That is a wrong practice, because you must modify the core of plugin, but it works.
Best regards,
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Space or caracter between 2 or more brandsForum: Plugins
In reply to: [Perfect Brands for WooCommerce] Put brands images and names in orderHello ans11!
I don’t understand. I see your brands in order.
Did you resolve the ticket?
Best regards
Hello shurebusiness1973!
That shortcode was build to show: Brand Name, product counts and brand logo.
You need upload a logo for each brand and you will see a beauty list with name and image.
If you don’t want upload a logo or see a logo in this page, then your logo brand must be empty and the last parameter (title_position) must be “none”, but this option is without product counter.
[pwb-all-brands per_page=”100″ image_size=”thumbnail” hide_empty=”true” order_by=”name” order=”ASC” title_position=”none”]
Best regards.
Hello!
It’s not possible!
You only show all the brands with different presentations.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Show brands in single productHello Kiseki Studio!
You can see some options in Woocommerce / Settings / Brands / Brand Position (for single product)
Best regards.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] MULTIBRAND/AUTHORSHello,
You can to add space between brands adding a css style to your theme, something like:
.pwb-brands-in-loop span { padding-left: 3px; }
- This reply was modified 5 years, 4 months ago by Jose Ayram.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Datepicker Skip TranslationsWell,
I tried with the class “notranslate” before post the issue here, but it isn’t work for me.
The code was place again in the div containers for the elements and the datepicker elements too, but it isn’t work.