Yoav Farhi
Forum Replies Created
-
Forum: Plugins
In reply to: [RTL Tester] Needs update wp 5.4 add_menu not allowed anymoreThanks! I’ve just released 1.2 with that change.
Forum: Plugins
In reply to: [WooCommerce] Hebrew translation bugI made the fuzzy translation current.
Forum: Plugins
In reply to: [RTL Tester] Arabic themeHi – the plugin is used to test themes and plugins in RTL mode. It doesn’t load the translations for you though.
Forum: Plugins
In reply to: [RTL Tester] text appears on the buttons of the sliderThis isn’t an issue with the plugin, but rather with your theme, which is probably not fully RTL ready.
Forum: Reviews
In reply to: [RTL Tester] Handy pluginGlad you like it 🙂
Forum: Plugins
In reply to: [RTL Tester] Doesn't seems to work with WP 3.8.1Glad to know. Probably has to do with how in enqueues JS/CSS – doing it wrong can brake stuff.
Forum: Plugins
In reply to: [RTL Tester] Doesn't seems to work with WP 3.8.1Thanks. Can you list the active plugins and current theme that you’re using?
Forum: Plugins
In reply to: [RTL Tester] Doesn't seems to work with WP 3.8.1Hi
Works for me. I’m not sure what you mean by “content goes under the menu”
Can you share some additional details? A screenshot would be useful as well.Thanks.
Forum: Plugins
In reply to: [RTL Tester] I installed the plugin successfully. Now I can't find it!What version of WP are you using?
What other plugins are enabled?Forum: Plugins
In reply to: [RTL Tester] Admin ProblemIt’s not meant to be used for end users. What’s your use case?
Forum: Plugins
In reply to: [RTL Tester] PHP error1.0.4 should hopefully fix that. I haven’t been able to reproduce the problem, so if it’s still happening, please let me know.
Forum: Plugins
In reply to: [RTL Tester] PHP errorThanks for the report guys, this should be fixed in 1.0.3 (just tagged, should be available in a short bit)
Forum: Plugins
In reply to: [RTL Tester] [Plugin: RTL Tester] weaver ii hebrew supportRegarding the backend/front end language, you’ll want to use the hebrew version of WordPress for the new site, and the following plugin to set the admin in english:
http://ww.wp.xz.cn/extend/plugins/admin-in-english/Forum: Hacks
In reply to: Hacked RSS not in CoreWhat changes have you made to your rss.php code?
It most probably can be done with actions/hooks in your theme code.Forum: Fixing WordPress
In reply to: 2.7 changed my language – how to get it back to english?!On the root of your wordpress installation, there’s a file called wp-config.php
Edit that file and look for the line that looks like:
define ('WPLANG', 'xx_YY');For English, make sure ‘xx_YY’=’en_US’