fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Tim Wemmers

Hi there,

Great plugin! Got some troubles hoping you can help me.

1.) Trying to update the pro version, but i receive an error. I followed these steps: Please add product license key and add your domain(s) on GetWooPlugins.com -> My Downloads to get automatic update.

But I can’t find the place to add my domain. How can I update the plugin?

2.) I have diffrent products. recently I added some new products but the margin seems all off. Hope you can help me out with this.

Wrong margins: https://www.jouwkraan.nl/product/kokend-en-bruisend-water-kraan/5-in-1-kokend-water-kraan/quooker-fusion-round-cube/

Right margins: https://www.jouwkraan.nl/product/kokend-water-kraan/quooker/losse-kokend-water-kraan/quooker-nordic-round-single-tap-pro3/

I didn’t use any custom CSS for you plugin.

 

Hope you are able to help!

Golam Kibria

Hi Tim,

Can you verify that you have an active subscription?

During our check, we found that: License key was old or invalid

I think updating the premium version will solve the issue.

If it doesn’t we will fix it for you.

Thank You

Tim Wemmers

Hi Golam,

Thank you for your reply. I updated the pro version and added my domain. Unfortunately the problem is still there.

Hope you are able to help. All other plugins, the theme and WC are up to date.

Br. Tim

Golam Kibria

Hi Tim,

We are sorry for the inconvenience. Did you try clearing the cache?

If clearing the cache does not help, please try adding the following CSS to the customizer:

.single .variable-items-wrapper {
margin: 5px 0px 0px 12px !important;
}

Let me know if this works perfectly on your end.

Thank You

Tim Wemmers

Hi Golam,

Thank you for your reply. It adjusted the margins but it’s not correctly lined up with the ‘ad to cart’ button (like the other products).

Any other ideas?

 

Br. Tim

Golam Kibria

Hi Tim,

Please replace the previous code with the following block:

.single td.label {
min-width: 100px;
width: 100%;
display: inline-block;
}

Let me know if this solves your issue.

Thank You

Tim Wemmers

Hi Golam,

Thank you for your reply. Unfortunately with this code all ‘normal’ showing products change to and there lineup is not correct anymore. I now implemented your previous code again. Not sure why this problem only occurs with products which show 3 option under the variable ‘reservoir’.

Br. Tim

Golam Kibria

Hi Tim,

Some of the CSS is automatically generated for you. So, it becomes very difficult for us to offer an optimal solution.

Please try the code below:

.single .variable-items-wrapper {
margin: 5px 0px 0px 52px !important;
}

Try adjusting the late number (52px) to fine-tune your expected result.

Let me know if this solves the issue.

Thank You