I did the update and it did not fix this problem.
and this is the full error
https://calendar.amazingstories.com/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
System Status panel: https://nimb.ws/H0b5cZ
You should add layout settings for category pages in the next releases. Like I observed, it’s odd that you do it for tags but not categories.
Thanks! Great theme!
Kermit Woodall
Since Product Tags offered page layout templates, I thought the categories would as well.
Like that.
Kermit Woodall
I don’t know why that didn’t work but I just recreated the page manually from scratch and that worked fine.
Kermit Woodall
Saved too quickly. That’s a screenshot of the malfing TD Composer editor.
https://store.amazingstories.com – front end of site.
https://store.amazingstories.com/store-home/ – a blank page I’ve created to try to edit too with no luck.
Kermit Woodall
The bad plugin was CUSTOM SEARCH by BestwebSoft. Which sorta makes sense.
Thanks! This apparently worked quite well!
Kermit Woodall
I digested all that and found an easier way. I created a file editor-style.css in my child theme folder and put this in it.
html .mceContentBody-max-width-big {
background: none !important;
}
html .mceContentBody:after {
content: none !important;
}
html .mceContentBody {
max-width: 100%;
}
html .mceContentBody {
background: none !important;
}
That did the job and should survive upgrades too!
I’ve already managed this on my own by manually copying the settings – but if you have an update that fixes this, that would be great as I do need to EXPORT/IMPORT one last time.
FYI: This will be on amazingstories.com and it’s subdomain/sites and it’s dev site.
What about if the testing/dev site is a different URL entirely? Can we activate on that and on the live site when we take it live? What about subdomains for store and events?