Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Sam Fullalove

    (@samful)

    Following up this, Siteorigin replied by saying:

    “Please, reach out to the authors of MP Timetable. They’re using z-index: 10000; and we’re using z-index: 100001;. To get on top of our modal they’d need to increase their modal’s z-index. This isn’t a change we can make.”

    Would this be possible @motopress ?

    Many thanks,
    Samful

    Plugin Contributor motopress

    (@motopress)

    Hi @samful,
    Thank you for contacting us. We’ll do our best to adjust this in one of our next updates.
    As a temporary solution you can use Admin CSS MU plugin to add the style below (Dashboard>Appearance>Admin CSS MU):

    .jBox-Modal {
    	z-index: 100001 !important;
    }
    Thread Starter Sam Fullalove

    (@samful)

    Thank you @motopress.

    That almost worked, except the toolbar has a index of 100002, so I changed it to:

    .jBox-Modal {
    z-index: 100002 !important;
    }

    Image of issue before the fix above:

    motopress-siteorigin-conflict2

    Please make sure a fix is included in the next few updates ??

    Plugin Contributor motopress

    (@motopress)

    Yes, sure. Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with Siteorigin page builder’ is closed to new replies.