Footer Options Won't Save

Hello,

I just installed the X Theme and am starting a website build. Oddly the Footer Options won’t save correctly? Can’t get rid of the Footer Menu and Footer Social Media … save both as “Off” and when I refresh the page they are “On” again. Everything else is saving fine as far as I know.

http://new.policyguard.com/

Thanks,
J.J.

Hi J.J.,

Our apologies for the inconvenience. This is a confirmed bug that was already added to our issue tracker.

For the meantime, please add this code to the Global CSS as a temporary workaround:

footer.x-colophon.bottom .x-nav,
.x-colophon.bottom .x-social-global {
    display: none;
}

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.