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

RTL support

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.

hello,

is there a RTL support for the plugin?

Hello

Write me if you have problems with this

You can  drop me  exact  link to the  issue

hi,

yes, I do have a problem. the link is in the private data.

thanks.

Hello

Try  to  add CSS

.rtl .woocs_auto_switcher.right {

right: -240px;

.rtl .woocs_auto_switcher ul li span {

float: left;

}

hello,

thank you, it's much better now.

but can it be moved to the left of the screen? it kind of gets in the way.

 

Hello

Please check an  option - https://c2n.me/49MfpKD.png

And write  me - I will fix it for the left side

Hello,

Not an option, I'm afraid. I need the panel to be on the right in Russian and English, and on the left in Arabic. Is it possible?

Hello

this is possible but you need customization of the code.

Use a hook - woocs_side_switcher_data

Example:

add_filter('woocs_side_switcher_data',functions($data){

if($lang="RU_ru"){

$data['side']=left;

}

return $data;

});