• Resolved dcapslock

    (@dcapslock)


    Meow Lightbox is not compatible with Cornerstone by Themeco. Cornerstone is a builder by Themeco used with X Themes.

    If MWL is enabled then nothing shows in the builder. This is because the Cornerstone render JSON returned has MWL javascript at the end.

    Like you do for divi builder, you can detect cornerstone preview render by _GET cs-render=1

    • This topic was modified 5 years, 5 months ago by dcapslock.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Thanks for the feedback.

    Does it work if you modify the core.php, line 52 from this:

    else {

    To this:

    else if ( !isset( $_GET['cs-render'] ) )

    Can you try?

    Plugin Author Jordy Meow

    (@tigroumeow)

    By the way, I pushed a new version with that change, so you simply can try directly 🙂

    Thread Starter dcapslock

    (@dcapslock)

    Thank you. The new update works perfectly. Great work and thanks for the speedy response.

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

The topic ‘Conflict with Cornerstone Plugin’ is closed to new replies.