Hello. First of all I’d like to congratulate you for your “Sparkling” theme, which I find absolutely awesome.
I’m not very experienced, but so far I managed to solve all problems thanks to the forum and the documentation.
Nevertheelss, after upgrading to WP 4.7, I stumbled upon a new problem, and I’m unable to find the cause.
My website is still a work in progress, so I cannot link it directly to you.
Basically I feed a custom template (based on archive.php, called “libro-template.php” and included in a plugin) a shortcode to show the fields of a custom taxonomy and other things. Every single one of them, except for one, are showing correctly. One of them, for some strangereason (to me) , after the update is showing:
<div class=“main-content-inner col-sm-12 col-md-12”>
So the main content becomes full-width, and the sidebar is pushed on the bottom.
All the other pages show correctly:
<div class="main-content-inner col-sm-12 col-md-8">
All the taxonomy pages are created by the same plugin, and all the taxonomies and their data is of the same type, so there shouldn’t be anything different. I checked everything I could think of. And in fact, before the update all worked fine. If I use the main theme instead of my child theme (I started with your official child theme), it’s the same. If I disable all the other plugins, it’s the same. It’s almost as if that particular “haunted” page was seen as a “page-fullwidth.php”, which is not. I have a backup of the site, but I’m unable to use it because I worked a lot on the site in these two days. So I really can’t understand. Something went awry with the database after the update? Leftovers from old themes?
I know it’s difficult to see what’s going on without accessing the site (I cannot make it public, yet), but it would be wonderful if you could at least give me a hint. What should I check? Any help appreciated!
Keep up the good work.