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 pleaseIf 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.
Quote from annahyp on May 30, 2024, 12:11Hello,
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,
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.
Quote from annahyp on May 31, 2024, 07:55Hello,
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,
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).
Quote from Pablo Borysenco on May 31, 2024, 11:14Hello
https://c2n.me/4kX0mp2 - You need to adjust colors for all languages.
Hello
https://c2n.me/4kX0mp2 - You need to adjust colors for all languages.
Quote from annahyp on May 31, 2024, 11:25Hello,
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?
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?
Quote from Pablo Borysenco on May 31, 2024, 11:58Please do a test
and disable your custom CSS - https://share.pluginus.net/video/v20240531125801.mp4
Please do a test
and disable your custom CSS - https://share.pluginus.net/video/v20240531125801.mp4
Quote from annahyp on May 31, 2024, 12:26Hello,
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?
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?
Quote from annahyp on May 31, 2024, 13:46Have you made any changes? And why didi the label with the color name has disappeared?
Have you made any changes? And why didi the label with the color name has disappeared?
Quote from Pablo Borysenco on June 3, 2024, 11:03Hello
Have you made any changes? - Yes. I disabled the system colors And everything works fine - https://share.pluginus.net/image/i20240603120308.png
Hello
Have you made any changes? - Yes. I disabled the system colors And everything works fine - https://share.pluginus.net/image/i20240603120308.png
Quote from annahyp on June 3, 2024, 11:05Hello,
Yes I saw it, and thank you! However the labels from the colors disappeared. Could you tell me how to enable them?
Hello,
Yes I saw it, and thank you! However the labels from the colors disappeared. Could you tell me how to enable them?
Quote from Pablo Borysenco on June 3, 2024, 12:19However the labels from the colors disappeared. - what label do you mean?
However the labels from the colors disappeared. - what label do you mean?
Quote from annahyp on June 3, 2024, 12:43Hello,
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,
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>
Quote from Pablo Borysenco on June 4, 2024, 10:06Hello
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>
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