• Resolved terry777

    (@terry777)


    When your theme is installed/activated, it prompts to install Page Builder by Site Origin. On two sites on which I’ve used your theme, I decided to go with Beaver Builder instead. Works fine, BUT on the edit screen, there are TWO tabs that say Page Builder, one next to the “Text Editor” tab above “Add Media” and “Add Slider”. This is the Beaver Builder. There is another next to the tabs for “Visual” and “Text”, and when I go to this tab, it prompts me to install the Site Origin page builder. Is this something built into your theme? Is there a way to disable it? It’s confusing to me, and certainly will be for my clients. I didn’t install the SiteOrigin builder on either site.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi @terry777

    Sorry for the hassle.

    The solution I currently have to resolve is to:

    1. Plugins > Add New: install Code Snippets.
    2. Add new snippet.
    3. Insert in the snippet body:

    define( 'SITEORIGIN_PANELS_VERSION' , '1.0' );

    Enable the option to only run the snippet in the admin area and then Save changes and active. You can save without activating so you need to save and activate.

    The above can also be done from within a child theme if you’re using one. Really sorry for the extra effort required here, not ideal at all. Let me know how it goes. Thanks.

    Thread Starter terry777

    (@terry777)

    Hi Andrew, thanks for the quick response. At first I thought it didn’t work, as the tab was still there, then when I went to this post it dawned on me that I pasted the code directly from your email, which didn’t work because it looked like this:
    define( 'SITEORIGIN_PANELS_VERSION' , '1.0' );

    when it should have looked like this:
    define( ‘SITEORIGIN_PANELS_VERSION’ , ‘1.0’ );

    Problem solved, thanks!

    • This reply was modified 8 years, 5 months ago by terry777.
    Thread Starter terry777

    (@terry777)

    Well, my reply above doesn’t make sense as it changed what I pasted in on the top define. What the email showed was the ascii codes for the single quote instead of the characters themselves, and that’s what got pasted into the snippet the first attempt.

    • This reply was modified 8 years, 5 months ago by terry777.
    • This reply was modified 8 years, 5 months ago by terry777.
    Theme Author Andrew Misplon

    (@misplon)

    Sorry about that, I forgot to mention the email HTML issue. Thanks for your understanding and for sorting this out.

    Chat soon 🙂 Cheers.

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

The topic ‘Page Builder conflict’ is closed to new replies.