PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Wpml colors

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I have completed the steps described here for translating color filter with wpml (https://products-filter.com/extencion/color/#/woot-gallery-woof) but the hex colors don’t show in the second language.

Hello,

the system still uses the default system colors and not color 2, despite the fact that I hava checked Color 2 on the Extensions tab, and I have set the hex color on the product attribute color (pa_plakidia-hroma).

 

Hello

https://c2n.me/4kX0mp2 - You need to adjust colors for all languages.

Hello,

I did! They are still all black. It seems that it reads the system colors and not those set on the attribute.

How can I disable the system colors?

Please do a test

and disable your custom CSS - https://share.pluginus.net/video/v20240531125801.mp4

Hello,

I don’t think that this is related. Even if I change a hex from the attribute of the main language, it still displays the system colors, the colors that I have first set from the plugin filters.

how can I disable the system colors?

Have you made any changes? And why didi the label with the color name has disappeared?

 

Hello

Have you made any changes?  - Yes. I disabled the system colors  And everything works fine - https://share.pluginus.net/image/i20240603120308.png

 

Hello,

Yes I saw it, and thank you! However the labels from the colors disappeared. Could you tell me how to enable them?

However the labels from the colors disappeared.  -  what label do you mean?

Hello,

Please check this image https://ibb.co/BPBmNn1, that was before when I used the system colors.

I could display a label with the color name.

the label code: <label class="woof_wcga_label_hide" for="woof_tax_color_kokkino">Κόκκινο</label>

Hello

The plugin didn't have such a feature. Maybe it was your customization.

the label code: <label class="woof_wcga_label_hide" for="woof_tax_color_kokkino">Κόκκινο</label> - This code is hidden using CSS.

try in  file - my_woof_extensions\color_2\views\woof.php  - change  this  code - https://share.pluginus.net/image/i20240604110519.png to  https://share.pluginus.net/image/i20240604110601.png

                <p class="woof_tooltip"><?php if ($show_tooltip): ?>
<span class="woof_tooltip_data"><?php echo $term['name'] ?> <?php echo $count_string ?><?php echo(!empty($term_desc) ? '<br /><i>' . $term_desc . '</i>' : '') ?>
</span><?php endif; ?>
<?php $color_id = 'woof_tax_color_' . sanitize_text_field($term['slug']); ?>
                    <label class="woof_wcga_label_hide"  for="<?php echo esc_attr($color_id) ?>"><?php echo esc_html($term['name']); ?></label>
<input id="<?php echo esc_attr($color_id) ?>" type="checkbox" <?php checked(in_array($term['slug'], $current_request)) ?> id="<?php echo 'woof_' . $term['term_id'] . '_' . $inique_id ?>" class="woof_color_term woof_color_term_<?php echo $term['term_id'] ?> <?php if (in_array($term['slug'], $current_request)): ?>checked<?php endif; ?>" data-color="<?php echo $color ?>" data-img="<?php echo $color_img ?>" data-tax="<?php echo $tax_slug ?>" name="<?php echo $term['slug'] ?>" data-term-id="<?php echo $term['term_id'] ?>" value="<?php echo $term['term_id'] ?>" <?php echo checked(in_array($term['slug'], $current_request)) ?> />
</p>