Image modal not working. Load Template Not Working. Server Object Cache

Posted in: Newspaper
Post count: 2

Image modal not working.
When you click an image, the modal does not work correctly
https://snipboard.io/QYUMcW.jpg

Load templates in wp-admin not working
https://snipboard.io/s46NlM.jpg

Server Object Cache Not Working
Hmm ok so I seeing a lot of autoloaded data for the site, it is over the max limit of 1MB or 800kb – this can result in 502s on the site This will need to be reduced following these steps: https://wpengine.com/support/database-optimization-best-practices/#Autoloaded_Data

These are the top 20 largest autoloaded rows:

+———————-+————————————–+
| LENGTH(option_value) | option_name |
+———————-+————————————–+
| 1053678 | td_011_settings |
| 773215 | td_011 |
| 22490 | rewrite_rules |
| 13769 | autoptimize_css_defer_inline |
| 9785 | bookly_cloud_products |
| 9272 | wp_user_roles |
| 7383 | wpseo_titles |
| 6541 | cron |
| 5691 | wpseo_taxonomy_meta |
| 5243 | tribe_events_calendar_options |
| 4645 | wpseo |
| 3411 | wpseo_local |
| 3338 | Newspaper_demo_history |
| 3182 | wpseo-premium-redirects-export-plain |
| 2332 | genesis-settings |
| 2232 | dprv_html_tags |
| 2042 | fs_accounts |
| 1782 | wpe_cache_config |
| 1645 | wpil_2_ignore_words |
| 1588 | td_011_remote_cache |
+———————-+————————————–+

Total autoloaded data (in bytes):
mysql> SELECT SUM(LENGTH(option_value)) FROM wp_options WHERE autoload = ‘yes’;

1961371
We want that total to be under 800k or so for good performance.
This is ~1161371 bytes larger than 800k… Not ideal.

Post count: 21065

Hello!

From that list above, I can not see only our items from the theme.
So, please do not use the non necessary autoloads.
Please note that page speed or optimization is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/

Thank you!

Post count: 2

You only addressed one question and you didnt really address that very well. What about Image modal not working.
When you click an image, the modal does not work correctly
https://snipboard.io/QYUMcW.jpg

Load templates in wp-admin not working
https://snipboard.io/s46NlM.jpg

Post count: 21065

Hello!

Please check the console while this is happening and see if there are any errors.
Sometimes, the issue can be caused by a plugin conflict or a cache issue. That’s why we recommend first deactivating ALL plugins except tagDiv ones; if you are using a cache plugin, deactivate it, clear all cache (also from your browser), and see the results.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.