SOME Theme Options won't update, but most will

Hi,

Some of my theme options (Footer–>Footer Menu—>Off as well as Header—>Breadcrumbs—>Off) won’t update. The theme options will change on the menu, but neither the preview nor the live site will update to reflect it, and once I refresh the Theme Options those two are back to what they were before.

Those are the only two options I’ve found that in, i can still update things like my logo and colors just fine.

The website is http://web-creations.ca/juli-choden/ and I’ll post a secured comment with an account and password, as I assume you’ll need one.

Hello There,

Thank you for the credentials. I can see the issue. I tried to add menu on footer to confirm more details. Yes. I can confirm this is a bug. There’s no error on the console, correct value is sent but it doesn’t save. I am able to duplicate the issue on my clean install too. I will forward this to our developer for investigation. For the mean time, to hide the footer menu and breadcrumbs , please try this custom CSS:

footer.x-colophon.bottom .x-nav {
    display: none;
}
.x-breadcrumb-wrap {
    display: none;
}

We’re sorry for the inconvenience this has caused you. Hoping temporary fixed work for you at the moment.

Thanks Lely,

Looks like that worked for now.

You’re welcome.

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