Search Results for 'cache'

Results from the Forum
Amit
tagDiv Member

@topfgartenwelt

The jQuery file is always being loaded by core WordPress and not by the theme you use.
So, if you are using WordPress 5.6 (older version were using outdated jQuery), then it should load the latest version of jQuery file, which is fully compatible with Newspaper Version 10.3.9 and Version 10.3.9.1

So there is no need to add jQuery to your theme. And the guide you provided is from the year 2019.

If you want to load jQuery directly from Google servers and not from your server (from core WordPress), you can consider adding the following code to theme’s functions.php file.

// jQuery Google API
function infophilic_jquery() {
if (!is_admin()) {
// This will remove core jQuery and load it from Google
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js', false, '3.5.1');
wp_enqueue_script('jquery');
}
}
add_action('init', 'infophilic_jquery');

Tip: You can not cache; add expiry headers to the resources loading from third-party servers. In many cases loading jQuery from Google’s end reduces waiting time and 1 HTTP request to your server.

I hope you will find this helpful.

Greetings
Amit

Amit
tagDiv Member

@topfgartenwelt

The correct path for the theme javascript is /wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js

For images, consider using any lazy load plugin which uses placeholder. Currently, Newspaper theme is missing browser-level image lazy-loading. [i.e. loading=”lazy” tag]

After you make any changes to the blog, clear all cache and give it some time before you make a speed test.

Greetings
Amit

Calin
tagDiv Staff

Hi,
Indeed is look that this problem is only on homepage, is possible to have set an individual header and not the global one.
Also make sure that you do not have a plugin conflict to have problems with tagdiv Composer, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem still persists, please send us an email at contact@tagdiv.com and include wp-admin, cPanel and the link of this thread. I will investigate the problem.
Thank you!

mayaguez
tagDiv Member

Thanks but
1. How do I replace the post loop with a flex block? Will this flex block pick up the Agent Snapshots posts?
2. I placed the above css code in Custom code, deleted cache but did not correct image?

Please advise

Vlad S
tagDiv Staff

Hello !

Please make sure that you are using a caching plugin. https://forum.tagdiv.com/cache-plugin-install-and-configure/

For the latest articles simply go into Theme panel – Translations: https://www.screencast.com/t/7CXxqrRiL CTRL+F and search for the latest articles text.

Thank you !

Vlad S
tagDiv Staff

Hello !

Please note that Newspaper Theme has not been tested on a multisite. Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

At the moment everything seems to be working right. Can you please setup WP Super Cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/

And also activate the mobile theme and we will re-take a look.

Thank you !

Vlad S
tagDiv Staff

Hello !

First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Bettina
tagDiv Staff

Hello !

Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/

Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Our team will take a look !

Thank you !

Calin
tagDiv Staff

Hi winipnews, if you have the mobile theme plugin, the menu need to be set from here -> https://i.imgur.com/ECvLv8v.png also if you are using WP Super Cache make sure that this option is enable -> https://i.imgur.com/9YYIQSK.png also make sure that all settings are as in this guide https://forum.tagdiv.com/cache-plugin-install-and-configure/
Let me know the results!

Calin
tagDiv Staff

Hi bekapublishing, please make sure that you are using the last theme version, Newsmag v4.9.6 and make sure that you do not have a plugin conflict. Please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!

Amit
tagDiv Member

@rafaellorenzoni

Yea, the latest version of WP Rocket improves overall site speed and server response time.
I have also shared WP Rocket settings for the Newspaper theme in my previous reply to this thread.

Not just cache, it is essential to keep your site protected from attackers and bad bots to keep it running fast and smooth.

Hope this tip will help.

Greetings
Amit

Vlad S
tagDiv Staff

Hello !

First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

winipnews
tagDiv Member

Our site on mobile menu links to this what should i do?
wp-content/endurance-page-cache/cocaine-worth-1-million-hidden-in-bananas/_index.html

max-4
Participant
#0

Hello,
Impossible to know how to delete connection in the theme, not visible on the theme but visible in the source and google webcache, disaster for SEO and speed
This is what google finds in the webcache when the mobile version is not activated?
Webcache google
As well as in the source while the mobile plugin is not even activated.
How to correct the problem, and improve the speed, Largest Contentful Paint much too slow

xoomnet
Participant
#0

Hello,
I inserted a non adsense code in footer but the ad does not show, neither does the ad script even after multiple clear caches.
Pl. advice

Aladin24
tagDiv Member

Hallo,
thank you for you replay. i already checked all the plugins, and i dont have now a cache Pulgin.
https://bestattungen-sechtem.de/
Thank you

Calin
tagDiv Staff

Hi,
For me is displaying too -> https://i.imgur.com/uI0J4GF.png
Make sure that you clear all cache from your mobile.
Thank you!

Calin
tagDiv Staff

Hi,
I just inspected the mobile version and now the ad is no longer there, if is there it means that I miss it, please provide a screen to can identify it.
Also make sure that you do not have a plugin conflict to have problems with tagdiv Composer, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!

V3N0M
Participant
#0

Hi,

I have a big problem with removing a URL from my source code. Already disabled all cache plugins, cleared cache and also did a find-and-replace via WP-CLI, however I just can’t find the location. I have also already run a full text search via the database, without success.

In my header area of the theme a URL from our test system is included which leads to an error. However, as I said, I can’t find the URL no matter where I search.

https://prnt.sc/w5kl8q

Where is this setting set or can it be changed?

Tudor Balaceanu
tagDiv Member

thanks, it was litespeed cache plugin. resolved.

Vlad S
tagDiv Staff

Hello !

First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

Please provide a link to your website in order to take a look. First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Viewing 25 results - 8,676 through 8,700 (of 29,810 total)