Title: [FIX] Plugin breaking after WordPress Version 5.9
Last modified: January 29, 2022

---

# [FIX] Plugin breaking after WordPress Version 5.9

 *  [BooSpot](https://wordpress.org/support/users/boospot/)
 * (@boospot)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/fix-plugin-breaking-after-wordpress-version-5-9/)
 * If this plugin is breaking your site, deactivate this plugin and add the following
   code in your custom code :
 *     ```
       add_action( 'wp_footer', function () {
       	?>
           <style>
       	html[dir="rtl"] #ct-controller-ui {
       		direction: ltr;
       	}
       	</style>
       	<?php
       }, 999 );
       ```
   

The topic ‘[FIX] Plugin breaking after WordPress Version 5.9’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rtl-support-for-oxygen-builder.svg)
 * [RTL Support for Oxygen Builder](https://wordpress.org/plugins/rtl-support-for-oxygen-builder/)
 * [Support Threads](https://wordpress.org/support/plugin/rtl-support-for-oxygen-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/rtl-support-for-oxygen-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rtl-support-for-oxygen-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rtl-support-for-oxygen-builder/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [BooSpot](https://wordpress.org/support/users/boospot/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/fix-plugin-breaking-after-wordpress-version-5-9/)
 * Status: not a support question