• Resolved trinitybranding

    (@trinitybranding)


    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

    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

    (@giuse)

    Hi @trinitybranding

    I will test Oxygen Builder. I already have the plugin.

    Until this is fixed you can solve it with Editor Cleanup For Oxygen.

    It’s an add-on of 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

    (@trinitybranding)

    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/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

    (@giuse)

    Hi @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

    (@trinitybranding)

    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

    (@giuse)

    Hi @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

    (@trinitybranding)

    Hi!

    Works!

    Appreciate it Jose!

    Plugin Author Jose Mortellaro

    (@giuse)

    Perfect! Thank you very much for the confirmation @trinitybranding .
    Have a great day!

    Thread Starter trinitybranding

    (@trinitybranding)

    code <3 /code
    l πŸ™‚ l

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

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