Search Results for 'cache'

Results from the Forum
Calin
tagDiv Staff

Hi,

1. You need to set a excerpt on title ( Excerpts introduction -> https://forum.tagdiv.com/excerpts-introduction/ ).

2. Please check our documentation for Filter Tab -> https://forum.tagdiv.com/block-settings-guide/

3. Unfortunately our theme do not have this option of photo grid.

4. Please use this custom css
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
background-color: #ff4136;
color: #fff;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
border-color: #ff4136 transparent transparent transparent!important;
}

set it in newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/PqwsUKDkv

5. Please check the settings from Settings>Discussion -> https://www.screencast.com/t/zuLKrsGAs3g
Unfortunately for removing the website and links is no option in tagDic Cloud Library , you can use some custom css to hide some of them, if those are not important.

6. Unfortunately our theme do not have this type of menu, maybe you can use a plugin to achieve that
-> https://wordpress.org/plugins/tags/hamburger/

7. Single post templeats can be apply only on posts, pleasee check our documentation for post templates-> https://forum.tagdiv.com/post-templates-2/

8. You can set in page with tagDiv Composer a post loop and set the pagination to infinite load -> https://forum.tagdiv.com/post-templates-2/

9. you can set a gif as background, but the gif need to be set ass full size https://www.screencast.com/t/1jxLwVne2Vp

10. Please notice that the speed of your website depends on how well your site is optimized.
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/cloudflare-cdn/
https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
https://forum.tagdiv.com/topic/sql-querys-high-cpu/
https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
https://underconstructionpage.com/optimize-wordpress-database/
https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/

Hope this will help you.

Thank you.

Catalin
tagDiv Staff

Hi,

I have inspected your post page and Isaw that you are using Article top and Article Inline ad. You need to check your Article Inline ad and add to be placed after more than 1 or two paragraphs to avoid being one beneath another, as you can see here -> https://www.screencast.com/t/yfTXNHmWTpjz
After you have made these changes, please clear all the caches, purge CDN files and check the results.

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Also please make a test, deactivate all plugins, clear all cache and try to post again is possible to be a plugin conflict.

Thank you.

deltabh
Participant
#0

I have a news website and it’s too slow. There are over 7000 articles.
How can I reduce the size of database? I tried using wp sweep but it’s not working.

I checked which table is the biggest and find out that wp-option table is over 800mb.
https://imgur.com/r4uSN4I

I tried to identify wp-option table is a handful of huge records, or if there’s just a ton of junk in there.
This is what I’ve found. It has 3813795 total rows.

These have the largest length.
https://imgur.com/PYoGZX3

Which of these I can delete, because I see some of there are from Newspaper theme (td_011, td_011_remote_cache,td_011_log)?

Here is also my htaccess code:

# BEGIN WordPress

# BEGIN Math Captcha
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post.php*
RewriteCond %{HTTP_REFERER} !.*www.otisak.ba.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
</IfModule>
# END Math Captcha

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# BEGIN Compress text files
<ifModule mod_deflate.c>
  <filesMatch "\.(css|js|x?html?|php)$">
    SetOutputFilter DEFLATE
  </filesMatch>
</ifModule>
# END Compress text files

# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
#ExpiresByType text/html "access plus 600 seconds"
#ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers

php_value max_input_vars 5000

Site is run on
CentOS 7.1 x64
10GB RAM
6 CPU

Catalin
tagDiv Staff

Hi,

Please notice that the TD Composer has been fully tested with the latest version of WordPress and it seems to works as expected. If you do not bring the button of TD Composer, try to press CTRL+SHIFT+R to reload the page without cache and see the results. Also, make sure that you are using the latest version of the theme, remove all of the untested plugins and check the results. If the problem is still there, please send us an email at cotnact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to this behavior.

Thanks.

Calin
tagDiv Staff

Hi,

Please check this setting https://www.screencast.com/t/nHviUVq2Lm
-> https://www.screencast.com/t/4P9cN327v -> https://www.screencast.com/t/HG9Wi1cmd

If this is not working, please deactivate all non theme plugins, clear all cache and try again, is possible to be a plugin conflicts.
Also please make sure that all theme requirements are well set – https://forum.tagdiv.com/requirements-for-newspaper/

Thanks.

#0

I have installed WP Super cache on my site and when I have this turned on my site wont load my back ground image, is there any way around this?

Calin
tagDiv Staff

Hi,

The mobile theme is in plugins folder.
If you don’t have this plugin in download please go to Themeforest login, and download all files ( https://www.screencast.com/t/1Sw5UyUBSxTY ); also please notice that you need to use the mobile plugin that come with that version of theme.

After you install it, if you go in Newspaper>Theme panel> Mobile theme ( https://www.screencast.com/t/P2cvJiWB0Q ) you should see it.

If you want to deactivate the theme mobile go in Plugins, and search for “mobile” ( https://www.screencast.com/t/h2T3emHI91 ).

Also please check our documentation about The Mobile Theme -> https://forum.tagdiv.com/the-mobile-theme/

If this is not working please deactivate all non theme plugins, clear all cache and try again, it can be a plugin conflict.

Let me know the results!

Thank you.

Calin
tagDiv Staff

Hi,

This can be a cache issue, if the problem is still there, you can try to deactivate the plugin cache and clear all cache, and try again.
Please notice that you have some error in console -> https://www.screencast.com/t/4FMOKG1qWzh
Also now is seems that you feature image are load -> https://www.screencast.com/t/Pq4D16Bbg9

Thank you.

Calin
tagDiv Staff

Hi,

Please make sure that you have the last version of theme and all theme settings are set well, also if you have some non theme plugins please deactivate them, clear all cache and try again, is possible to be a plugin conflict.

If the problem is still there, please provide a link were I can inspect this problem, in this way I will be able to provide you the right answer.

Thank you for your understanding.

showsarg
tagDiv Member

hello, I have the same problem and I have all the requirements that are needed and, I deleted the cachet and still giving the same error

https://imgur.com/vGfptZd

rohitnbi
Participant
#0

Hi, I am running a travel blog with newspaper theme. After installing newspaper theme on the website, I am facing several speed issues including cache & images.

GTMetrix shows following error-

1- Leverage browser caching
2- Serve scaled images

I checked the forum several times. The cache issue resolves temporarily but the image issue (Serve scaled images) remains same.

Please check to this & tell me how to make this clear.

showsarg
tagDiv Member

hello, I have the same problem and I have all the requirements that are needed and, I deleted the cachet and still giving the same error

https://imgur.com/vGfptZd

spu
tagDiv Member

Hi,
You can try couple of things, first activate the mobile theme of Newspaper, that will bring the speed upto/over 45 (mobile).

Next you need to check the render blocking scripts.
I used this tutorial to bring those down. (you need to understand coding for a little while)
https://searchtides.com/eliminate-render-blocking-javascript-css-fold-content/

Also I am using lot of plugins to get the work done, You can also check some for yourself.

JCH Optimize is a good one to bring the speed index up. But remember if with plugins, the website might not work properly. So, keep experimenting.

I use WP Super chache, since any other cache plugin does not make the new stories appear, and you would end up cleaning the cache every time you post a new story/article. It is not the best Cache plugin, but seems to be the only one working with Newspaper.

We also use WP Smush Pro to keep the images size low.

Some of the plugins might reduce the desktop site index, as it puts more load on server, so make sure you have good RAM and CPU on the server.

Newspaper requires good amount of resources to be quick, no matter what anyone says you need good amount of RAM and CPU for your site to be fast if you are using this theme :).

However, Newspaper is much better than other themes we have seen, as they keep it updated and their support is excellent. Only thing missing here is infinite article load and infinite smart list load. Probably we will see it in the next update. That will make bounce rate lower and also time spend on site higher.
Hope all this helps!

wltrpnm
Participant
#0

Hello.
While creating a homepage with builder, I notice that Home Latest Articles/Post Loop setting is missing.
See this screenshot:
https://prnt.sc/m6edfy
I have already made sure that the Home Latest Articles checkbox is thicked as follows:
https://prnt.sc/m6efer

When I cleared the cache and frequently refresh the page editor, the option sometimes appears and immediately disappeared when the page is fully loaded.

I’ve already tried fixing it on incognito, new browser and a different device.

How can I fix this?

Thanks in advanced.

billybatz9
Participant
#0

Check my website:
http://www.nanoreefforum.com

The homepage has a instagram widget that shows broken image links. Help please. Already tried disabling plugins and clearing cache.

ravenit
Participant
#0

I have a site that has been going for a few years now and I have just integrated Breeze CDN through cloudways. It seems that the front site is breaking and is showing the stack path address eg https://*********-raikfcquaxqncofqfm.stackpathdns.com
I have the following setting enabled in Breeze
Cache System
Purge cache after 2440
Minification
HTML
CSS
JS
Include inline JS
Include inline CSS

Gzip Compression
Browser Cache
Any ideas thanks

marcizus
tagDiv Member

Hello,

theme version is 9.2.2. There is no cache plugins.

I sent you log-in information via email.

joelbjohns
tagDiv Member

I am still having the same issue with the background gradient of the Main Menu.
I have been trying to override the CSS and was able to get it to work for the sticky menu only. I want them to have the same custom background gradient for both.
I am not sure if this is a browser cache issue?
URL: http://www.theravendaily.com/
Custom CSS I have:
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #00274d 0, #00539e 25%, #0078e5 100%) !important;
}
Thanks so much for your help ahead of time!

EnzioArdesch
Participant
#0

Since a few weeks the featured images that my site shows are of a lower resolution. The original images themselves are high quality (2000 pixels on the long side). The exact same image in the posts themselves are fine. When I watch the page in the tagDiv composer they also are the right resolution.

It seems that the posts in the list that are loaded during scrolling do have correctly sized thumbs. From the thirteenth post and down the thumbnails have the correct resolution.

The first block on the frontpage is Big Grid 2 (Module MX9 and MX10). The list underneath is Block 11 (Module 10). The posts in the sidebar are Block 8 (Module 7).

The live website can be found at http://www.ommenaar.nl

I have rebuilt the frontpage, and regenerated all the thumbnails.

Active plugins:
Ad Blocker Notify Lite
Envato Market
Classic Editor
Regenerate Thumbnails
tagDiv Composer
WP Super Cache
Yoast SEO

These haven’t changed the last months.

GoingFor2
Participant
#0

I recently updated to 9.2.2, and now I have no Featured images on my homepage. Other images that are not a widget show up fine. I’ve cleared my cache multiple times to no avail, and it seems to only be a desktop issue. I’m running the mobile theme and that works fine, and even then I request a desktop version on my mobile phone, featured images appear there as well. Please help.

Catalin
tagDiv Staff

Hi,

First of all, make sure that you are using the latest version of the theme installed via FTP way, clear all the caches, purge CDN files and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Provide there the link to this topic so we can quickly identify you.

Thanks for the message!

Calin
tagDiv Staff

Hi,

Please make sure that you set well the Cloudflare (CDN) -> https://forum.tagdiv.com/cloudflare-cdn/
Also this can be a plugin conflict, please make a test, deactivate all non theme plugins and clear all cache and try again, see if the problem is still there.

Thanks.

ySV
tagDiv Member

thanks for your reply, i have update php version to 7.2 from 5.4, install cache plugin and edit other setting. Now browser block script for load thumb.

Content blocked for unsafe script.

if i accept to load a unsafe content, thumbs loading.

bemibel
tagDiv Member

I just tryed what you said.

Theme is updated to the latest version. I deactivated all the plugins and I cleared the cache, and the problem persists.

I have observed the following:
– Witouth using TagDiv Composer, if I add a new block “Classic”, links there are not going to open in a new window.
– Witouth using TagDiv Composer, if I add a new block “Paragraph”, links there are going to open in a new window.
– Using TagDiv Composer, if I add a new block “Column text”, links there are going to open in a new window.
– Using TagDiv Composer, if I add a button, links there are not going to open in a new window.

So, right now the problem is only occuring while using Classic block witouth using TagDiv Composer and adding buttons with TagDiv Composer. In both cases links are not going to open in a new window even they are set to do that.

I regret the day I decided to update wordpress, because the new version is very bad. If I install the plugin “Classic editor”, then I can’t see the text in posts or pages and I can’t do anything. It’s just a kind of bug or incompatibility with the theme.

I just don’t know how to solve this but it’s very annoying.

Viewing 25 results - 15,701 through 15,725 (of 29,810 total)