Hi Catalin,
Thank you for listing out all the possible causes for theme panel not saving. I think that was the problem only for a short time. I checked theme status at that time, there was no problem with that. But did not change any plugin.
Now after few hours, I tried to save the changes, and everything went smooth. I don’t know what was the reason at that time.
There were no JS errors in console.
Thank you..
I am also having same problem. Not able to save the settings in theme panel.
@Chris S, thank you for your response, and as I understood from your reply that the adsense script is loaded only once and other instance is taken from cache, then there is no need to worry about that. I thought the script will load multiple times to slow down the website.
@Bogdan B, Thank you for your response. My query was not about how many ads I will place on website. My query was, google allows the adsense script to be placed only once in a page, so there is no need to add the script on every ad in newspaper ad management setting. But when I do not add that script, the newspaper is unable to make it responsive as per settings. Thats all.
I am getting following error when trying to enter wp-admin
Fatal error: Access to undeclared static property: td_global::$all_theme_panels_list in /home/…./…./wp-content/themes/Newspaper/includes/td_config.php on line 3092
why JS files to be loaded in footer? Even if it is loaded in footer, pagespeed considers it as render blocking. Can it be made async in speed booster plugin?
Hi, thank you for your response. Problem was not the addition of blocks using visual composer, but on the page attributes option on right side on the page editor, the option selected was page builder+latest articles+pagination . I changed it to default template and the problem was gone. Then I saw that every page had same problem, and I selected default template for all, and the problem does not exist now. There was no option to set default template from theme panel.
Also please correct in your future version that it does not automatically assign templates to all pages.
Thank you,
Thank you.. your tips and wp rocket has indeed worked great.. reduced my website page load from 2-3 seconds to under 1 seconds.. 🙂
solved it.. problem was with td-speed-booster.php file and this code
function wp_head_hook() {
if ($this->td_theme_name == ‘Newspaper’) {
echo ‘<style>body {visibility:hidden;}</style>’;
}
}
changed visibility to visible and now everything is fine.
Screenshot for the above problem when speed booster plugin activated
http://theconstructor.org/screenshot.png