Notice: Function load_plugin_textdomain was called incorrectly. Attempted to load translations for the rtl-tester
domain too early. Translations should be loaded after the after_setup_theme
action has fired, to ensure that the current user is already set up. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/docs/public/wp-includes/functions.php on line 6099
Can you please fix this as the next wp will be released soon. You can read more about it here.
https://core.trac.www.ads-software.com/ticket/62154
https://core.trac.www.ads-software.com/ticket/62144#comment:5
]]>How can I fix the RTL on my website. It’s working on desktop view but not on mobile view
]]>Hello ,
it is great to have plugins this will make our life easy
But
I need this plugin to work only with specific page not with all website
For example :
I have my website is already Arabic but I have subpage using other theme this theme is return in English when I use this Plugin it will swap all my website I don’t want like that I want only the specific page to do RTL or if you can share some easy code
Hope it is clear
Thanks
]]>i’m use RTL tester in wordpress i’m change to ( RTL ) it’s ok when login in user admin but when logout the user admin in webiste the setting will be change to default to ( ltr )
so how do that the setting apply to all user or to guest user !
thank you very much to help me .
]]>Hello,
How can I give access to this plugin to other roles except for the super admins? Like Shop managers and Editors?
]]>What about the end user, how can we get RTL for end user since the huge market for wordpress in the middle east is requesting more and need a solution for RTL layout.
regards,
]]>When I switch to the RTL direction the Carousel Sliders disappear. How can get around this. Thanks.
]]>Please adjust line 57 from add_menu to add_node as in wp 5.4 this is not allowed anymore and throws a error message !
]]>hello
how to completely rtl wordpress?
for example, i’m typing .exe but this is displayed exe.
???? ?? ??? .exe ??? ??????? exe. ????? ???? ??? ???
thanks
It would be great if the plugin could also overwrite the is_rtl()
function in WP core, so that all tests on the page with RTL active behave correctly.
I am doing the translation of the theme into Arabic, it’s not coming as default. Can it still be tested with your plugin for rtl display in my translated language?
]]>Dear Concern,
Its working perfectly with Mozilla Firefox .. but when I open same thing on chrome… its doesn’t working properly
can you help to fix this.
]]>Writing a shameless self promotion I suppose ?? but this could interest “RTL Tester” plugin users: https://www.ads-software.com/plugins/rtl-tester-mirror/
I’ve just released the plugin which helps me to test RTL layout more easily and more precisely as I am LTR language speaker.
And when I write here already, I have to say big thank you for your “RTL Tester” plugin!
]]>Hi, thanks for this plugin. It helped a lot. I’m using enigma theme and after installing rtl tester – I can’t see my costume css sheets (Simple Custom CSS plugin). I can see the page but it’s a blank page and only when I turn off with the inspector this: .template div margin-left: 190px; } the text show up, but its rtl direction. Any idea how to solve this? My site link: https://benedek.gingerlime.com
]]>Hi there,
love your plugin!
I’m using a wordpress multisite with a theme that is RTL ready.
the thing is, i want to activate the RTL function only on one of the sites in the network, is it possible?
Thanks in advance!
]]>???? ????
??? ????
????? ??? ???? ?? ???? ??? ???? ?????? ? woocommerce/
????? ????? ???? ??? ???? ?? ??? ?? ???? ? RTL
??? ????? ??????? ??? rtl tester ???? ??? ???? ???? ???? ?? ???? ???? ???? ???? ?????????? ?????? ?? ????? ??? ?? ? RTL TESTER ?? ?? ???? ?? ?? ??????.
?? ?? ???? ??? ????? ??? ????? ?? ?????? ?????? . ?? ????? ??? ????? ????? ???? admin ?? ??????? ?? LTR ?? ??? ???? ?? ???? ???? ???? ?? ????.
???? ???? ????? ??? ?? ??? ??? ? checkout ????? ???? ???? ????? ???? ?????? ????? ?? ???? ????. ?? ????? ?? ???? ??? ????? ???? admin ?? ??????? ?? LTR ?? ??? ???? ?? ???? ???? ???? ?? ???? RTL ?? ????.
????? ?????????? ??????? ??? ????
??? ??? ???? ?? ?????? ??? ???? ?????? ????.
?? ?????? ?? ???? ?????? ?? ???????? ??????? ????? ?? ???? ????? ????? ?? ??????? ??? ???? ?????? ? CSS ??? ?? ??? ????? ?? ?????? ?? ???????.
?? ??? ??????? ???? ??????? ?? ???? ?? ?????? ?????? ?? ???? ??? ?? ????????
????
]]>when I switched the plugin to RTL the text appears (Next amd Prev) on the buttons of the slider’s images, and when to LTR the text disappears.
How do I make so that the text is not appearing.
screenshots:
https://www.dropbox.com/sh/2wtr4nmkdwu095v/AADr5oGB8ZSb4OybIk9OW9EEa?dl=0
I wanted my editors & others use RTL tester as well.
This requires a code change, in the single PHP file.
The second line in funtion:admin_bar_rtl_switcher()
should be
if ( ! ((is_super_admin() || is_admin()) && is_admin_bar_showing()) )
instead of the current.
Enjoy
The plugin is correctly installed
i am an admin
It is activated
It is not present in admin bar , or any where else.
]]>Everything is in the title ?? thanks
The content goes under the menu when i’m using the plugin
]]>Hello,
I’d like to ask you something,
there’s a problem, the plugin only works when I sign-in as admin!
how I can fix this?
When running with WP_DEBUG true, I get this diagnostic:
Warning: Creating default object from empty value in /wp-content/plugins/rtl-tester/rtl-tester.php on line 83
Please don’t forget to test your plugin when running with WP_DEBUG true!
]]>I installed the plugin and it worked, changed the direction for both frontend and admin, but I want to just change the direction of frontend as RTL and keep the admin as LTR. Is there any solution? Please advice it…
]]>shalom Yoav,
I have weaver ii theme installed and i created an English web site.
Now I want to use the same theme to create a parallel site (sub-domain) in hebrew.
I dont want to install WP in hebrew because I want all the backend to be in English.
What should I do to get hebrew support for weaver ii?
My main problem is making the top menu with the tabs start from right to left…
Can you help?
]]>Theme’s attempting RTL support will hook add_editor_style
calls to the after_setup_theme
(taking after the default themes) which runs before init. The editor-style-rtl.css won’t be loaded in this case. Also, much of the admin looks busted until I replaced the init
hook with after_setup_theme