abeldb
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Redirect, several forms same page, take it lastHello,
I only asked you to hide the extracts of the code that you have published, because the links are visible.
If it doesn’t seem appropriate to you, that’s fine, nothing happens.
Thanks for your attention.Forum: Plugins
In reply to: [Contact Form 7] Redirect, several forms same page, take it lastPlease, can you delete the pieces of code you posted?
I don’t want them to show up here
Thank you very much again.Forum: Plugins
In reply to: [Contact Form 7] Redirect, several forms same page, take it lastHello!
Yes, I know my code…
Well, contactFormId is the key!Works fine:
else if (jQuery('[data-id=AA]').is(':visible') && ( 'ID' == event.detail.contactFormId ))Thank you very much!
Forum: Plugins
In reply to: [Jquery Validation For Contact Form 7] Cannot change error messagesHello!
But the question is …
the error messages,
can they be translated with the lite version?
or is it only possible with the Pro version?In my experience, it’s not possible with free version, a shame!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] pwb-carousel > hide_empty – failHello Beluserra,
Yes, with “Perfect WooCommerce Brands” Version 1.8.4
param “hide_empty” doesn’t works:
value true: show only brands with products
value false: show only brands with products, too.Diias solution (see before), seems doesn’t works for me. 🙁
—
It would be great to add the random parameter in carousel,
I hope you can add it in next updates.Thanks in advance!
Best regards.Well, I discover the issue, it’s another plugin:
“WooCommerce TM Final Price”This plugin does not take the final discounted price of the variable products generated by your plugin.
Can you tell me how I can adjust it?
Thank you very much and sorry for the inconvenience.Sorry, in chekout page, the correct discount appears in the summary and it apply in Total Cart. Right!!
Only doesn’t works in amount TOTAL in product variable pages.
Thanks again in advance
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleHello again!
Can you help me?
One month and half that I still waiting…Please!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleHello,
Would you tell me how to get variation image?
Thanks!Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleUmmm… maybe you can tell me how to get variation image?
Something similar to
$acabado = get_wp_term_image('pa_acabado', $term);
or
$acabado = wp_get_attachment_image_src ('pa_acabado', 'thumbnail', $term );
or
$acabado = get_woocommerce_term_meta( $term->term_id, 'pa_acabado_swatches_id_photo', true);In my case, this examples doesn’t works.
Can you help me, please?Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleHello!
Enfold theme it’s avaliable in: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
But, are you sure that it’s necessary?
—
Can you adjust my code exemple for your plugin please?
My code works fine with CPT (Custom Post Types), but it’s necessary adjust it for your plugin.Please help me, I start this issue 3 weeks ago.
Thanks again in advance.Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleHello!
Well… images will be valid, right?
In Archive-tax page, tittle or description div of pa_materia:
https://i.postimg.cc/0QW9pfJR/Anotaci-n-2020-06-08-210006.jpgIn Archive-tax page, tittle or description div of pa_color:
https://i.postimg.cc/nL1FLZFL/Anotaci-n-2020-06-08-210006.jpg—
As tell you before, in my code example, please look as a reference,
Will be something similar to:add_action( 'woocommerce_archive_description', 'custom_att_display', 10 ); function custom_att_display(){ if(is_product_category()){ global $product; $attribute_names = array('pa_color', 'pa_acabados', 'pa_materia'); foreach( $attribute_names as $key => $attribute_name ) { $attribute_value = array_shift(wc_get_product_terms( $product->id, $attribute_name)); if(!empty($attribute_img) || $attribute_img == '0' ){ echo $attribute_img; } } } }—-
We want to add the thumbnail of attributes: pa_materia, pa_acabados and pa_color, before title or description in respective archive tax pages.Thanks again in advance!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleHello!
Please, can you tell me something about it?
Thanks in advance
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] pwb-carousel > hide_empty – failHello!
Please, can you tell me something about it?
Thanks in advance
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleHi!
We’re using Enfold theme.Now, it only display description-tax on archives pages.
Thanks in advance.