Problem with shortcode in Additional Content

Home Forums Pro Support Problem with shortcode in Additional Content

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #68520
    Luca NappiniLuca Nappini
    Participant

    Ok, the solution is simple and working for everyone else:

    transform the style below:

    #responsive-menu-pro-container, #responsive-menu-pro-container:before, #responsive-menu-pro-container:after, #responsive-menu-pro-container *, #responsive-menu-pro-container *:before, #responsive-menu-pro-container *:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    in this style below:

    #responsive-menu-pro-container, #responsive-menu-pro-container:before, #responsive-menu-pro-container:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    So, remove “#responsive-menu-pro-container *, #responsive-menu-pro-container *:before, #responsive-menu-pro-container *:after” that is not useful for anybody and cause only style ploblems for contents added to Additional Content area.

    #68519
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Luca,

    Is that enough to fix all the issues for you?

    If that is all it needs then I will happily remove that for the next release.

    I will have to do some rigorous testing of it as I am sure there is a reason I would’ve used the extra * parameter and I’m scared that removing it will suddenly break the plugin for some users.

    Thanks for your help with all of this, I appreciate it.

    Peter

    #68518
    Luca NappiniLuca Nappini
    Participant

    If that is all it needs then I will happily remove that for the next release.

    Ok,
    Let me know when update is done!

    I will have to do some rigorous testing of it as I am sure there is a reason I would’ve used the extra * parameter and I’m scared that removing it will suddenly break the plugin for some users.

    To do this, try this style code:

    #responsive-menu-pro-container, #responsive-menu-pro-container:before, #responsive-menu-pro-container:after, #responsive-menu-pro, #responsive-menu-pro-search-box, #responsive-menu-pro-additional-content {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
Viewing 3 posts - 31 through 33 (of 33 total)
  • The topic ‘Problem with shortcode in Additional Content’ is closed to new replies.