Title: Request: Compatibility with Oxygen Builder
Last modified: February 19, 2022

---

# Request: Compatibility with Oxygen Builder

 *  Resolved [trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * (@trinitybranding)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/)
 * Hi!
 * I wanted to request support for Oxygen Builder.
 * I’ve taken a look at trying to get it to work in code, but have been unsuccessful.
 * Would you mind giving it a try?
 * Oxygen Builder: [https://oxygenbuilder.com](https://oxygenbuilder.com)
 * I can provide you the plugin.
 * The issue is the mobile content appearing on the frontend, and in the Oxygen 
   Builder Editor, it loads a double editor view, and then the page becomes unable
   to edit mostly.

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

 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15381625)
 * Hi [@trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * I will test Oxygen Builder. I already have the plugin.
 * Until this is fixed you can solve it with [Editor Cleanup For Oxygen](https://wordpress.org/plugins/editor-cleanup-for-oxygen/).
 * It’s an add-on of [Freesoul Deactivate Plugins](https://wordpress.org/plugins/freesoul-deactivate-plugins/),
   so you need to install both of them.
 * Under the Oxygen menu, you will find “Editor Cleanup”.
    I suggest you disable
   Specific Content For Mobile both in the Outer and Inner editor.
 * If you want to wait for the fix, take into account more or less 1 week for the
   official new version, and a couple of days for a beta version that you could 
   try.
 *  Thread Starter [trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * (@trinitybranding)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15382232)
 * Hi!
 * Ok.
 * You can let me know about the beta, and I tried the above methods, and didn’t
   get any result change.
 * Screenshots:
    [https://take.ms/HuQXL](https://take.ms/HuQXL) [https://take.ms/GJxik](https://take.ms/GJxik)
 * I am working on debug mode with no caching.
 * It seems to be working from the public end of showing the desktop version on 
   desktop, and then the mobile version on mobile, with both their unique content;
   but just in the editor it’s creating a never ending vortex loop of iframes making
   my free soul get dizzy! 🙂
 * Take your time, no rush.
 * Appreciate you!
 * I also had a request in messing around with it, do you think you could create
   a hookable ‘slug’ for Specific Mobile Content?
 * What I mean is allow a hook to change the mobile version from having the slug‘-
   mobile’ to something custom like ‘-my-custom-slug-here’. The reason I ask, when
   targeting some things by url slugs, this can create an issue, because ‘-mobile’
   can be a valid page url, like ‘custom-mobile-apps’. So then there is extra work
   to avoid targeting ‘-mobile’ from ‘custom-mobile-app’. I haven’t come up with
   a more safe, unused slug yet, but being able to hook the default that is created
   when creating a mobile version would be nice.
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15391023)
 * Hi [@trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * I’ve right now published version 0.1.8.5. It fixes the issue with Oxygen.
    Please,
   let me know if you still have the same problem.
 * I will also update Editor Cleanup For Oxygen. When the editor loads you have 
   Outer Editor, Inner Editor, Loading Editor, but also the navigation rendering
   🙂
    I didn’t know that. Specific Content For Mobile was called during the navigation
   rendering, and the issue was triggered during that process.
 * About filter for the slug, no problem. You can change it with this code now:
 *     ```
       add_filter( 'scfm_mobile_slug',function( $slug ){
       	return 'kkk';
       } );
       ```
   
 * In the example above the new slug is kkk, replace it with your custom slug.
 * Let me know if you still need help
 *  Thread Starter [trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * (@trinitybranding)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15391772)
 * Hi!
 * Ok. I appreciate it. I will give it a test and just report back to comment and/
   or close this case. I appreciate the support/feedback/update/time. 🙂
 * And that makes sense, because I have had issues with the nav menu not rendering
   with other plugins in combination with Oxygen Builder. And it makes sense, because
   the issue seemed to show after the editor page loaded, which as you said, would
   have been another call being loaded to return the nav menu.
 * Appreciate the slug filter!
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15407013)
 * Hi [@trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * you are welcome! When you have the time just let me know if the new version fixes
   the issue.
 * Have a great day!
 *  Thread Starter [trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * (@trinitybranding)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15421880)
 * Hi!
 * Works!
 * Appreciate it Jose!
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15422158)
 * Perfect! Thank you very much for the confirmation [@trinitybranding](https://wordpress.org/support/users/trinitybranding/).
   
   Have a great day!
 *  Thread Starter [trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * (@trinitybranding)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15423182)
 * code <3 /code
    l 🙂 l
    -  This reply was modified 4 years, 4 months ago by [trinitybranding](https://wordpress.org/support/users/trinitybranding/).

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

The topic ‘Request: Compatibility with Oxygen Builder’ is closed to new replies.

 * ![](https://ps.w.org/specific-content-for-mobile/assets/icon-256x256.png?rev=
   2447531)
 * [Specific Content For Mobile - Customize the mobile version without redirections](https://wordpress.org/plugins/specific-content-for-mobile/)
 * [Support Threads](https://wordpress.org/support/plugin/specific-content-for-mobile/)
 * [Active Topics](https://wordpress.org/support/plugin/specific-content-for-mobile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/specific-content-for-mobile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/specific-content-for-mobile/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [trinitybranding](https://wordpress.org/support/users/trinitybranding/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/request-compatibility-with-oxygen-builder/#post-15423182)
 * Status: resolved