Title: RTL admin interface
Last modified: August 30, 2016

---

# RTL admin interface

 *  Resolved [abumalick](https://wordpress.org/support/users/abuhurayra/)
 * (@abuhurayra)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/rtl-admin-interface/)
 * Hello,
    I found a really stupid bug that made me lose a lot of time with your
   plugin. I have RTL arabic admin interface, and your static button is not showing
   at all. I didn’t understant at first and was searching for a save button. Really…
   I found a quick work around by pressing “RETURN” in a field. Please fix this
 * Thanks for your work
 * [https://wordpress.org/plugins/simple-share-buttons-adder/](https://wordpress.org/plugins/simple-share-buttons-adder/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338770)
 * Hi,
 * This cannot be considered a bug with the plugin, if your addon interface is hiding
   the button it is an error created by them. Approach them and ask them to create
   something that doesn’t affect other plugin admin panels.
 * Thanks,
 * David
 *  Thread Starter [abumalick](https://wordpress.org/support/users/abuhurayra/)
 * (@abuhurayra)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338771)
 * You mean wordpress developpers ?
 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338772)
 * How have you activated the RTL interface, via a plugin?
 *  Thread Starter [abumalick](https://wordpress.org/support/users/abuhurayra/)
 * (@abuhurayra)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338773)
 * No, it is wordpress default translation
 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338774)
 * Ok, as it’s official WP functionality I’ll look to get it supported in the next
   release using `is_rtl()` – [https://codex.wordpress.org/Function_Reference/is_rtl](https://codex.wordpress.org/Function_Reference/is_rtl)
 * Thanks,
 * David
 *  Thread Starter [abumalick](https://wordpress.org/support/users/abuhurayra/)
 * (@abuhurayra)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338775)
 * You can use this for switching admin interface language:
    WP Native Dashboard
 * Please note that I wasn’t using this when experuencing the bug.
    thanks
 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338776)
 * If you need this in place urgently for any reason, you can add this snippet of
   code within the ssba_admin_panel function in /inc/ssba_admin_panel.php
 *     ```
       // if left to right
       	if (is_rtl()) {
           	// move save button
           	$htmlShareButtonsForm .= '<style>.ssba-btn-save{left: 0!important;
                                               right: auto !important;
                                               border-radius: 0 5px 5px 0;}
                                       </style>';
       	}
       ```
   
 * It will be included in the next release.
 * Thanks,
 * David
 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338777)
 * An update has just been released for this.
 * Thanks,
 * David
 *  Thread Starter [abumalick](https://wordpress.org/support/users/abuhurayra/)
 * (@abuhurayra)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338778)
 * Thank you very much
 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338780)
 * No problems, any issues with it just let me know.
 * Thanks,
 * David

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘RTL admin interface’ is closed to new replies.

 * ![](https://ps.w.org/simple-share-buttons-adder/assets/icon-256x256.png?rev=2661516)
 * [Simple Share Buttons Adder](https://wordpress.org/plugins/simple-share-buttons-adder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-share-buttons-adder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-share-buttons-adder/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-share-buttons-adder/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/rtl-admin-interface/#post-6338780)
 * Status: resolved