fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

Balloons in hexadecimal and jpg

Hello.
Before subscribing to premium I need to know if it is possible to color balloons in hexadecimal (clearly it is possible) and also in .jpg
I have products whose colors should show a .jpg or .png image and others that should show an exadecimal color code.

 

Sin título-1.png

Golam Kibria

Hi Angel,

I hope that you are doing great.

Yes, you can create global color and global image type attributes.

In addition to that, you can create mixed attributes from the product level.

Here is how it works.

If you have more questions or confusion, please let us know.

Thank you

Brilliant. Thank you!!
Allow another question:
The balloon alt text is duplicated.
How can I remove the default bottom text?

 

Golam Kibria

Hi Angel,

How can I remove the default bottom text?

It comes from the browser but you can remove it using the following snippet.
(Add the snippet to your child theme’s functions.php file. You can also use the Code Snippets plugin to add it).

add_action('wp_footer', function(){
?>
<script id="gwp-remove-title-support">
jQuery('li.variable-item').removeAttr("title");
</script>
<?php
}, 99);

We get excited & honored when you use our plugin on your site.

If you found my support helpful, could you leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5

Your rating keeps us inspired.

Is there anything else we can do for you now?

Thank You

Golam Kibria

Hi Angel,

I have just checked and it seems to be working fine.

Do you still have the issue on your end?

Please try clearing the cache.

I will wait for your confirmation.

Thank You

Correct, thank you. I didn’t realize that the size had to be selected for the image to vary.
Another query. Some sizes have text larger than the balloon.
How can I solve this?

 

Golam Kibria

Hi Angel,

Apologies for the delayed response (it was our weekend).

Yes, you should be able to do that.

Here is how it works.

By the way, you may need to set color as the first attribute to achieve that.

Some sizes have text larger than the balloon.

Please set the squared shape from here.

Thank You