Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Modal in extras widget freezes page.

Home / Forums / Ascend Theme / Modal in extras widget freezes page.

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
June 29, 2019 at 2:06 pm

Hello,

I recently opened a topic about my modal not working in the widget area. I was given this code that fixed the issue:

.kt-header-extras .modal-dialog {
margin: 30px auto;
}
.kt-header-extras .modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
}
.kt-header-extras .modal-body {
padding: 20px;
}
.kt-header-extras .modal-header {
padding: 15px;
}
.modal-open .kad-header-menu-outer {
z-index: 1050 !important;
}
.kt-header-extras .modal {
background: rgba(0,0,0,0.5);
}
.modal-backdrop.in {
opacity: .1;
}

I added a secondary issue and now it’s freezing the page when you try to click the button. Any suggestions on an edit for this?

Thank you,
David

  • The forum ‘Ascend Theme’ is closed to new topics and replies.