Viewing 2 replies - 1 through 2 (of 2 total)
  • I too seemed to be losing settings/customisations.

    I was going to do some more investigations, but as Kevin has seen a similar issue I thought I’d share what I’ve observed so far.

    I’m using 18 Tags with Page Builder Premium (with all the add-ons enabled).

    Some of my pages are not showing the background I set. I think (need to verify) that one customiser is fighting with another – especially if I set a value then try to unset it. The value goes to blank/empty, but IMHO should be ignored altogether.

    Example is a page with a background set (body.custom-background) but is overridden with ‘nothing’ (body.pootle-page-customizer-active.

    CSS generated….

    body.custom-background {
    background-image: url('http://www.ashbrook-build.dev/wp-content/uploads/2016/07/background_2.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    }
    
    body.pootle-page-customizer-active {
    background: url() no-repeat scroll center/cover !important;
    background-size: cover
    }
    Plugin Author pootlepress

    (@pootlepress)

    Hi Guys,

    Could you raise support tickets through our website (with login details) so we can dig a bit deeper 🙂

    Thanks,
    Jamie

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

The topic ‘Premium Takes over CSS’ is closed to new replies.