Search Results for 'cache'

Results from the Forum
Lucian
tagDiv Staff

Hi,

I’ve also tested this however this doesn’t happen so please make sure that you also test this right and also do it without using any plugins. Leave just theme’s Visual Composer plugins active and empty all caches.

Please also consider this that the Latest Articles sidebar gets sticky if the option from Theme Panel is enabled (like on your site – Latest Articles sidebar is sticky) but if you want also content sidebar to be sticky you need to add this extra class td-ss-row to the row like this: http://screencast.com/t/Nx6MqZW7FeAz

Thanks

Lucian
tagDiv Staff

Hi,

Tested on a mac and still haven’t found any issues: http://screencast.com/t/e5O733wG
I suggest you make sure you empty all caches and test again. Also focus on your browser’s console: https://kb.iu.edu/d/ahic and make sure you the latest version of safari browser and OS.

Thanks

OverPress
tagDiv Member

Even emptying the cache we continue to see it. We tried on different computers and different smartphone.

Emil G
tagDiv Staff

Hi,

I’ve tested your site on multiple devices and on mac(safari) and the issue didn’t appear. Try to create a new homepage identical with the one you have now, build it again from scratch, don’t copy the content from the main one and do some tests, see if the issue is still there.
Also try to clear the browser cache (ctrl+shift+r on chrome).
If it’s still there please provide more details, like what version of safari did you used when you tested the site and other details, we need to replicate it on our side.

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Hi,

1. I have also tested this and did not found any issues with block 7 pagination when background is set – http://screencast.com/t/vv9FR4Px6
I have checked this with latest version of the theme(1.7.1) so please update your theme(question 2 – seems that you use 1.7 version) and also update the plugins that come with the theme’s files from the /plugins folder. Use this guide to update your theme (FTP method) – https://forum.tagdiv.com/how-to-update-theme/
Also disable all plugins, leave only Visual Composer active, clear cache and check if you still have this issue with block’s pagination.

2. It was an issue with custom ads in version 1.7 of the theme, but it was fixed in last update.

Thanks!

Lucian
tagDiv Staff

Hi,

I’ve checked your site’s feeds and found that the image is included there: http://screencast.com/t/J7jWE1dX
Also tested with this online feedreader (at feedreader.com): http://screencast.com/t/JAkDFHvZktT1 so it seems that its working now,make sure you empty all caches and purge files if you use cdn host and check again.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

What error do you get in facebook debug tool?
Please check og: data in your page source. Also we recommend to use this plugin WordPress SEO by Yoast plugin because is the best for SEO as the theme doesn’t output automatic the og: meta data information.
You can also check this without any plugins, leave just Visual Composer and Seo by Yoast active, clear cache and then check if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site but I did not found any issues like in your image – http://screencast.com/t/hTA1j5if2jm I’m not sure when you have this issue. When the page is loading?
Please also check this without any plugins active, leave just Visual Composer active and empty cache.

Thanks!

lookarab
tagDiv Member

Did you solve this problem

I think it’s in the file .htaccess

<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>

# END WordPress

AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
ExpiresByType font/truetype "access plus 2500000 seconds"
ExpiresByType font/opentype "access plus 2500000 seconds"
ExpiresByType application/x-font-woff "access plus 2500000 seconds"
ExpiresByType image/svg+xml "access plus 2500000 seconds"
ExpiresByType application/vnd.ms-fontobject "access plus 2500000 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers

<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

Lucian
tagDiv Staff

Hi,

Please also try this without any plugins active, disable all of the and leave just theme’s Visual Composer plugin active and also make sure that you empty all caches.

If you still have this issues afterwards please provide your wp-admin login details via email at contact@tagdiv.com so we can gave a closer look at this and also provide more details about this.

Thanks

simchris
tagDiv Member

On some sites we turn off the theme counter, and use WP-PostViews — which we’ve used for years; on some sites we use the theme counter to show the count on pages, and manually change the theme counter setup file to change the field to “views” which is the datafield we’ve used for years and years (9?). Long time — I was younger then 😉

So, that way we use the existing field, keep old counts, and then theme counts “from now on.” If we turn off the theme for some reason, we switch WP-PostViews back on, which uses the “views” field, and no loss of tracking.

Anyway, that’s how I do it.

*addition:
we don’t use w3cache so, don’t need to use the “workaround” some folks are doing or the ajax counter. Since we have a dedicated server we’re running mod_pagespeed via opcache and I have 32GB of RAM to play with, not so necessary.

One annoying thing we have right now is somebody pinging our RSS feeds every 5 minutes and causing some kind of php thing to go from green to yellow EVERY 5 minutes, then every 10 minutes, then 20 minutes later; then exactly one hour later. Really weird. Can’t figure out where/what/when that is happening.

Always something 🙂

  • This reply was modified 11 years by simchris.
simchris
tagDiv Member

Not having that issue. Perhaps clear your cache, try different web browser?

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site, I did refresh the page and you are right facebook comments doesn’t appear all the time. It seems that the plugin is not loaded(doesn’t return anything) – http://screencast.com/t/wEV0kWTkhttp://screencast.com/t/FZqyVUmBK5j
Please check if you have this issue also if you disable all plugins, leave just Visual Composer and Facebook plugins active, also clear cache. Maybe there is a conflict with another plugin(s).
Also which facebook comments plugin do you use?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please clear cache, as I have checked your site and the text logo is displayed on mobiles: http://screencast.com/t/F8JvMj7vaZB

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to disable all plugins(especially related posts plugin if you have ), leave just Visual Composer active, also clear cache and check if you still have this issue. If you don’t have this issue anymore please activate your plugins one by one and see which one cause this.

Thanks!

JBH
tagDiv Member

Hi Emil,

It’s correct that i edited td_module.php in the previous release. That adjustments are not longer necessary anymore.

This is what i did:

1. I’ve created a new folder and uploaded the complete ‘newspaper 4.6.3’ in there.
2. After that i’ve cleared all the cache and activated 4.6.3. in the WP admin panel.

Why does WP complain about line 110 in td_module.php while there are no customizations anymore in that file / line?

Thank you,

JB

Lucian
tagDiv Staff

Hi,

Please also try without using any plugins, leave just theme’s Visual Composer plugin active and test again, also make sure you empty all caches.
If it’s still not working please provide your admin login details via email (contact@tagdiv.com) so we can also check this and also provide a link to this tread.

Thanks

Gee95
tagDiv Member

CDN’s, Cloudflare, Cache plugins all help ease off the RAM pressure.

Emil G
tagDiv Staff

Hi,

Do you receive any error in the browser console? you could also try to reset the browser cache (ex. CTRL+SHIFT+R on Chrome), if it doesn’t work please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin and ftp access so i can take a look.

Thank you, Emil G.

Lucian
tagDiv Staff

Hi,

I’ve checked your site however I could not find the white counter box: http://screencast.com/t/IKUE9FxuR0 so I can inspect it and couldn’t recreate it.

Regarding animation, please make sure that you also test this without any plugins and test your browser’s console to make sure that you don’t have this errors anymore: http://screencast.com/t/e3N0ggf7bgi (make sure you also remove caches).

Let me know how it goes!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site on chrome and it looks fine – http://screencast.com/t/DjTnhk8I
Please clear cache and check your browser’s zoom.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide more details as I have checked your site and it working fine at least from my side.
Did you updated your theme via FTP?
Do you have news ticker on your homepage?

If you still have this issue please make sure that you check this also without any plugins active, leave just Visual Composer active and also clear cache. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and the images are loading also on mobile devices. If you want to disable lazy load feature there is an option in Theme Panel > Template Settings: http://screencast.com/t/4UcPOSoS46
If this is not what you mean please provide more details (which mobile device did you use), also you can check this without any plugins active, leave just Visual Composer active and clear cache. Disable also js/css minification.

Thanks!

peterll
Participant
#0

I am in danger of having a web site turned off by my hosting company (Inmotion hosting) for excessive resource usage caused by constant hits to wp-admin/admin-ajax.php . We have also entered code into the https file to restrict use of the Admin page page to only our IP address as follows:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin.*$
RewriteCond %{REMOTE_ADDR} !^99\.232\.52\.92$
RewriteRule ^(.*)$ – [R=403,L]
</IfModule>

The site at http://www.breedingnews.com is the only site of several WordPress sites that we own which is suffering from this, and is the only one using the Newsmagtheme. I have already installed the Heartbeat control plugin but this is having little if any effect.

We have the following plugins running:
Adrotate
Envato WordPress Toolkit
Gravity Forms
Gravity Forms PGP encryption
Heartbeat Control
s2Member Framework
tagDiv Social counter
W3 Total cache
Wordpress HTTPS
WP Bakery Visual composer

Any help or ideas really appreciated

simchris
tagDiv Member

Be sure to clear your cache as it does work … 🙂

It will move js to bottom but not main CSS which is supposed to be at top or page would flash with no styles first … for any custom plugins stuff you’d have to add those items to the plugin per the theme docs to have the move to bottom.

Luckily a lot of savvy plugin devs are now automatically having option to move stuff to bottom vs putting at top.

Viewing 25 results - 28,126 through 28,150 (of 29,810 total)