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 Side Switcher when changing to Arabic Right to Left

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.
12

Hi there,

I am using premium version of WOOCS Currency Conversion Side Switcher on the website and this is working fine.

I am now starting to use WPML to add Arabic Translation to the website and the Side Switcher is auto moving with the inherent right to left switcher.

If it just appeared correctly on the right, that would be okay, but it is appearing in the middle of the right hand side.

Is there a way to prevent it from being affected by the Right to Left change? I have other plugins on the site like call for price that are unaffected by this.

Thank you.

Hello

Yes  please  drop  me  wp-admin access to your  site I will check  it

Added, thank you.

Hello

Try  to  add CSS:

.rtl .woocs_auto_switcher {

left: 220px;

}

Thanks,

Is there a way to stop the flags switching sides with the currency name?

See image link in private box.

Adding 5px of margin right makes it look a bit better, but the top two currency flags are out of line with the others still.

 

Hello

unfortunately I did not understand you

I cannot switch your site to another language

Sorry I had hidden the Arabic for anyone apart from myself.

Please try to switch between languages now. Thank you

OK!  Drop  me  an access (.htaccess)

I cant send .htaccess, it doesn't exist on my server at all (not just hidden, they don't use it)

 

See Private Data for direct access details.

Hello

Please  add  CSS

.rtl .woocs_add_field{

float: right;

}

I have moved the currency switcher to the right hand side to try and make this appear better.

In English this is appearing correctly, in Arabic, the roll blocks change and are longer and the flags switch sides.

 

I would love for the switcher to appear the same in Arabic as it does in English.

See private notes for a link to an image file showing this and when you access the website, just put /ar/ after the website name to see in arabic.

I've managed to reduce the size of the boxes with the following CSS, but I would love for the flags not to switch places with the text in arabic.

 

.woocs_auto_switcher ul li {
width: auto !important;
}

Now that I have moved the roll over blocks to the right hand side I have made this code work with putting the flags into the circular section with:

 

.rtl .woocs_add_field{

float: left;

}

I just have one more issue.

 

Can you please go to the website, in English,  and look at the Currency Switcher Widget in the menu on the left.

This sidebar is used on the HOME page and on the SHOP page and is the same, but for some reason on the Homepage, the Description text overlaps the flag. This doesn't happen on other pages.

See hidden for image link.

Hello

You're using flags now. Can I switch to drop down to fix this?

Hi there,

I've just switched it back to wSelect drop-down and now the overlap is not happening...

Is there a way to use the wSelect drop-down on the sidebar and then the flags on the single product page or another area, using a shortcode? I've looked through the helps and codex for this, but couldn't find anything that would let me achieve this.

On wSelect drop-down using mobile device, the flag images are not appearing, this is why I was experimenting with the flag images instead of the drop down. Flag images do appear when just using images, but not with the wSelect dropdown.

Hello

on the sidebar and then the flags on the single product page or another area, using a shortcode? - Unfortunately the plugin does not have this feature.

n wSelect drop-down using mobile device, the flag images are not appearing - Try  on file - \wp-content\plugins\woocommerce-currency-switcher\js\front.js - https://c2n.me/4bQo0YV.png

 

Hi there.

Sorry, I don't understand what it is you want me to do with this file? do I move it to my child theme? Do I remove part of it?

\wp-content\plugins\woocommerce-currency-switcher\js\front.js - https://c2n.me/4bQo0YV.png

Thanks

please  delete  this  code - https://c2n.me/4bQo0YV.png

12