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

currency and slider

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.
Hi there,
bought the plugin.

have two problems.

the currency EUR is not given a correct currency.

slider switcher option right side does not work.

Thank you
slider switcher option skin classic blocks only on the left side. the option on the right does not change anything
roll blocks works. but has a large gray box in the background that does not look nice.

Hello

Read  this - https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/

Please  drop me  exact  link to the  issue  OR even better  wp-admin access(in private data)

hi,

currency works now.  i have added the website url in private data.

there is still a box around the currencies that i would like to get away.


rate auto update dont work. is there a cron job i can do for it?

 

Hello

This is a CSS conflict with the current theme. Please  add  this CSS:

.woocs_auto_switcher.right {
background: transparent;
rate auto update dont work - Please  drop  me  screenshots  of the  settings
thanks that with the css worked.

with another plugin i had to do the following. maybe it's because of that?

define ('DISABLE_WP_CRON', true); into the file /wp-config.php


 

Yes, it looks like you turned off the cron

is there a way to update them yourself via a cron job?

Hello

You can  use  php code:

global $WOOCS;

$WOOCS->rate_auto_update();