• Resolved heavylogic

    (@heavylogic)


    Hey. I have multisite setup with 4 sites. There’s 3 users – me as super-admin and 2 regular admins. If regular admins edit some Elementor page, then custom CSS in your panel breaks. Here’s the code:

    selector {
        padding: 0 15px;
    }
    
    selector > .elementor-widget-wrap {
        background: white;
        padding: 30px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.1);
    }

    Symbol > is replacing to > if you’re not a super-admin. So I had to give my admins super-admin permissions for now.

    • This topic was modified 3 years, 2 months ago by heavylogic.
    • This topic was modified 3 years, 2 months ago by heavylogic.
    • This topic was modified 3 years, 2 months ago by heavylogic.
    • This topic was modified 3 years, 2 months ago by heavylogic.
Viewing 1 replies (of 1 total)
  • Plugin Author WP Royal

    (@wproyal)

    Hi,

    Elementor doesn’t allow to insert symbols used in html, like opening and closing tags for security reasons. In this case elementors controls manager is escaping greater than symbol to prevent code injection – so this is not our plugin-related issue, even elementor pro have the same issue. You can contact elementor support maybe they will give you some hints related to this issue.

    Kind Regards,
    Nick

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with custom CSS in multisite’ is closed to new replies.