Search Results for 'cache'

Results from the Forum
dailyhotels.id
Participant
#0

Hi I have problem on admin side dashboard, when I add new post or changing something there’s always not update anything. After I refresh cache (shift+f5) then changes occur.
I already tried activate, deactivate cache plugin but the problem still not clear.

simchris
tagDiv Member

Might need to clear all your caching for site (if any), resave permalinks; clear browser cache; inspect with Google Chrome after that to see if still there.

Calin
tagDiv Staff

Hi,

I made a test on my install and those plugins work perfect -> https://www.screencast.com/t/sN4LBtTpQ
Is possible that you set something in page content with tagDiv Composer that provide that problem.
Please make a test create a new page and sat some blocks there and some content in mobile editor and see if this is still happen.
Also you can make a test to see if you do not have anthers plugins that create this conflict, you can deactivate all non theme plugins, clear all cache and check again.

Thank you for your understanding.

Calin
tagDiv Staff

Hi digitalchew,

This problem is usually happen when is a conflict between plugins, you can give it a try, delete the plugin, deactivate all non theme plugins, clear all cache and install the AMP plugin again.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you.

Calin
tagDiv Staff

Hi,

You can check the sate of the tagDiv Composer in Newspaper>Plugins -> https://www.screencast.com/t/Q26JFGpGyS and when you want to edit a page with tagdiv Composer -> https://www.screencast.com/t/MAjft4jso -> https://www.screencast.com/t/2LxKg4V5

Also is possible that you have some plugins that are not compatible with tagDiv Composer, please deactivate all non theme plugins, clear all cache and try again.

If there is still a problem please provide some screenshots , in this way I will be able to provide you a better answer.

Thank you.

Catalin
tagDiv Staff

Hi,

Try to re-save your permalinks, clear all the caches and check the results.

Thanks.

wilhard
tagDiv Member

Yes, you are right. It was different for me, because of cache, I beleive so. Thank you very much. Sorry, for inconvenience…

korhan
Participant
#0

I have 9.2.2 version and realized that i still have “tagdiv speed booster” plugin. Do i need this plugin?

(I am also hosted with siteground and they have SG optimizer plugin which is similar to WP super Cache plugin)

Thanks

pixelhead
Participant
#0

The sharing icons on my posts take a few min. to show up on the page. Is this an issue with the theme or maybe site cache?

Thanks
Chuck

Calin
tagDiv Staff

Hi,

If this problem is persisting please try to deactivate all lazy load you have, clear all cache and check again in incognito mode.

Thanks.

Calin
tagDiv Staff
Calin
tagDiv Staff

Hi,

Please check if this problem appear if you are in incognito mode, usually this is browser cache.

Thank you for the message!

nasimnazanin88
tagDiv Member

yes you’re right. I deleted the cache and now it works. thanks a lot.

Calin
tagDiv Staff

Hi,

Please notice that if you have a cache plugin this option will not work properly.
Also 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.

Calin
tagDiv Staff

Hi,

Please try to deactivate all plugins, clear all cache and try again to see if the Excerpt is apply.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you for your understanding.

Catalin
tagDiv Staff

Hi JorgeA,

First of all, please make a full back-up to your database, update the theme to the latest version of it which is Newsmag 4.5, remove all of the untested plugins, clear all the caches, purge CDN files and check the results.

Thanks for your understanding!

spu
Participant
#0

Hi,
We came across a peculiar problem. The Front page and pagination pages do not refresh, when we publish out a new article/story. We are using WP super cache with extra home page checks turned on.
Also as recommended we have this in our .htaccess

# 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 font/truetype “access plus 604800 seconds”
ExpiresByType font/opentype “access plus 604800 seconds”
ExpiresByType application/x-font-woff “access plus 604800 seconds”
ExpiresByType image/svg+xml “access plus 604800 seconds”
ExpiresByType application/vnd.ms-fontobject “access plus 604800 seconds”
ExpiresByType text/html “access plus 600 seconds”
ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
## BEGIN EXPIRES CACHING – JCH OPTIMIZE ##
<IfModule mod_expires.c>
ExpiresActive on

# Perhaps better to whitelist expires rules? Perhaps.
ExpiresDefault “access plus 1 year”

# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
ExpiresByType text/cache-manifest “access plus 0 seconds”

# Your document html
ExpiresByType text/html “access plus 0 seconds”

# Data
ExpiresByType text/xml “access plus 0 seconds”
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType application/json “access plus 0 seconds”

# Feed
ExpiresByType application/rss+xml “access plus 1 hour”
ExpiresByType application/atom+xml “access plus 1 hour”

# Favicon (cannot be renamed)
ExpiresByType image/x-icon “access plus 1 week”

# Media: images, video, audio
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType video/ogg “access plus 1 year”
ExpiresByType audio/ogg “access plus 1 year”
ExpiresByType video/mp4 “access plus 1 year”
ExpiresByType video/webm “access plus 1 year”
ExpiresByType video/webp “access plus 1 year”

# HTC files (css3pie)
ExpiresByType text/x-component “access plus 1 year”

# Webfonts
ExpiresByType application/font-ttf “access plus 1 year”
ExpiresByType font/opentype “access plus 1 year”
ExpiresByType application/font-woff “access plus 1 year”
ExpiresByType application/font-woff2 “access plus 1 year”
ExpiresByType image/svg+xml “access plus 1 year”
ExpiresByType application/vnd.ms-fontobject “access plus 1 year”

# CSS and JavaScript
ExpiresByType text/css “access plus 1 year”
ExpiresByType application/javascript “access plus 1 year”

<IfModule mod_headers.c>
Header append Cache-Control “public”
<FilesMatch “.(js|css|xml|gz|html)$”>
Header append Vary: Accept-Encoding
</FilesMatch>
</IfModule>

</IfModule>

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/font
AddOutputFilterByType DEFLATE application/font-truetype
AddOutputFilterByType DEFLATE application/font-ttf
AddOutputFilterByType DEFLATE application/font-otf
AddOutputFilterByType DEFLATE application/font-opentype
AddOutputFilterByType DEFLATE application/font-woff
AddOutputFilterByType DEFLATE application/font-woff2
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/woff
AddOutputFilterByType DEFLATE font/woff2
# For Olders Browsers Which Can’t Handle Compression
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
## END EXPIRES CACHING – JCH OPTIMIZE ##

On my WordPress installation (self hosted)homepage I have recent posts embedded into the page as well as other content. The website has news items and sometimes with fresh content several times a day. The problem is that to view latest added content I have to refresh the browser. This obviously isn’t ideal as many visitors to the website return and may not think to refresh.
Is there a way to automatically show the updated page? Or a way to solve the issue.

Thanks, any help will be appreciated

sanyacoma
tagDiv Member

Cleared all caches and I see the same result, nothing change.

1

Catalin
tagDiv Staff

Hi,

I have checked your website on mobile mode and it seems to returns good results. Clear all the caches and check the results.

Thanks.

Calin
tagDiv Staff

Hi,

I check your website, and you console is clean,

Also please use regenerate thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Please clear all cache, and re-save the permalinks, also please check if you are not using some plugins that can cause this problems.

Thank you.

Calin
tagDiv Staff

Hi,

In order to make the tagDic Composer to work 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.

Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

If there is still a problem after you set the requirements please deactivate all non theme plugins, clear all cache and try again.

Also if you want to make an update to theme you can make a full backup to your website.

Hope this will help you!
Thanks.

Catalin
tagDiv Staff

Hi,


@kawebsites
, I have inspected your website and the Mobile Theme seems to returns good results. Clear all the caches, purge CDN files and check the results.

@wendy2228
, please notice that the latest version of this plugin can be installed from the latest theme’s packet.
Check here -> https://forum.tagdiv.com/the-mobile-theme/

Thank for the message!

Calin
tagDiv Staff

Hi,

Please try to set them in .htaccess like this https://www.screencast.com/t/8MkZGVoGCn -> https://forum.tagdiv.com/requirements-for-newspaper/ also is possible to need to restart the server, or clear cache.
Also please make sure that you have install correct the theme
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Install via WordPress > https://forum.tagdiv.com/install-via-wordpress/

Thanks.

Simion C.
tagDiv Staff

Looks alright now, the logo is displayed – http://prntscr.com/m9yh1f
If you are not seeing it, maybe force refresh the page in the browser (Ctrl+Shift+R), or if you check on a mobile clear the browser cache.

Viewing 25 results - 15,626 through 15,650 (of 29,810 total)