No search results were found in Documentation!
Hi,
Make sure that you use the latest version of Visual Composer provided with the theme and check this without any plugins, leave just Visual Composer active and clear cache.
If the issue persist, please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this conversation so we can know who you are and what your issue is.
Thanks!
Hi,
Please disable all your plugins except of Visual Composer, clear cache and see if you still have this issue. Also if you use Rocket loader, some plugin settings could cause this issue when the lazy load effect is used(the theme was not tested with it). Try to disable image lazy load – http://screencast.com/t/YqtPZqb3Raf and see if it fix this.
Thanks!
Hello,
I have newspaper theme v.62 installed on my website. Browser caching was earlier working fine on my website but suddenly it has stopped working and my google page speed has gone down.
Website URL : http://www.naukrinama.com
Google Page Speed : https://developers.google.com/speed/pagespeed/insights/?url=naukrinama.com
Here is the code written in my .htaccess file.
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L]
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz" [L]
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L]
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html" [L]
</IfModule>
# END WPSuperCache
# BEGIN supercache
<IfModule mod_mime.c>
<FilesMatch "\.html\.gz$">
ForceType text/html
FileETag None
</FilesMatch>
AddEncoding gzip .gz
AddType text/html .gz
</IfModule>
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI \.gz$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Vary "Accept-Encoding, Cookie"
Header set Cache-Control 'max-age=3, must-revalidate'
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html A3
</IfModule>
# END supercache
# Leverage Browser Caching Ninja -- Starts here
# Do not write anything between "Leverage Browser Caching Ninja -- Starts" and "Leverage Browser Caching Ninja -- Ends"
# It will be deleted while uninstalling Leverage Browser Caching Ninja plugin
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType text/css "access 1 month"
ExpiresByType application/javascript "access plus 1 year"
</IfModule>
# Leverage Browser Caching Ninja -- Ends here
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
# 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
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<FilesMatch "\\.(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>
Please let me know how to get it resolved.
Hello,
Is Newspaper compatible with Redis cache? I implemented Redis and could see few things broken. Would like to check if anyone has tested else will go back to WTC.
Broken items:
Search
Visual composer rows on chrome
Header overlap after scroll on chrome
Featured Image overlap with some post styles on chrome
Thanks for the heads up, Chris! That was quick.
On the same note, what cache plugin do you recommend?
Cheers!
Having the code inline actually loads faster than external file as it’s cached with the page and reduces wait time for external file to load before the page to allow it to render.
[ Version 6.4 ]
blog_post: http://tagdiv.com/newspaper-6-4-update/
– new: smart list with pagination
– new: this is the first version of our ajax preloader. The preloader loads the ajax subcategories on the initial pageload, this provides a better user experience and in some cases a better performance if the initial page is cache.
– new: all categories now have an option for infinite loading + load more instead of pagination
– new: 2 new smart lists templates (smart list 6 and 7)
– new: 2 new ad spots used for smart lists (smart list 6 and 7)
– new: 2 new post style template (style 12, 13)
– new: demo – Travel
– new: demo – Health & Fitness
– new: footer background option in Theme Panel -> Footer
– new: wooCommerce invoicing plugin
– new: wooCommerce label maker plugin with support for label Dymo label printer
– fix: default and custom ad size not working for tablet landscape
– fix: on the ad block the sidebar ad spot cannot be selected since the last visual composer update
– fix: IMPORTANT security issue with the ajax code that handles the sidebars.
– fix: issue with ajax subcategories. If you clicked them fast enough there was a chance that they will desynchronized with the content, showing the wrong content.
– fix: block 18 css fix for large image sizes
– improvement: a big part of the themes JavaScript now passes jsHint and complies to WordPress JavaScript Coding standards
– improvement: mega menu ajax loading now works smoother and the animation is top to bottom
– improvement: infinite loader now has a loading animation
– improvement: we improved the loading animation, when needed it’s smaller and it looks better
– improvement: added link to user page on login widget from top menu
Hi
Try to deactivate all plugins, clear all caches, purge cdn files and deactivate cloudflare’s rocket loader tool and test again.
If the problem persist please send an email at contact@tagdiv.com with your site’s login details and we will inspect this issue, also include a link to this topic.
Thanks!
Hi,
Please check this without any plugins active, leave just Visual Composer active and clear cache see if you still have this issue, maybe it is a plugin that modify the permalink. Also check your permalinks settings.
Make sure you don’t have duplicate pages, posts or categories as it may affect this.
Thanks!
Hi,
1. The post pagination used by the theme is classic(numeric) you can try to find a plugin for this or hire a freelancer to do this for you as it is not an easy task. Here you can find the post pagination – http://screencast.com/t/KSXb3EON9k
2. You can customize the text if you want using custom css – http://screencast.com/t/JTx4FkS3iRBq or you can modify this in the code – http://screencast.com/t/JSasHPgoM
.td-post-next-prev-content span {
color: red;
font-size: 15px;
}
3. The Newsticker block was designed to be used like the other theme blocks, just display the articles titles from a specific categories(multiple or all). It doesn’t have an option to add a custom text, but I can tell you that this suggestion is in our list and we will try to implement this for Newsticker in a future update.
4. Please try to use this plugin for disqus Disqus Conditional Load and check this also only with Visual Composer and Disqus plugins active(disable all other plugins), clear cache and see if the comments area appears.
Thanks!
Hi
I’ve tested your site on iPod with Safari browser and it’s displayed fine. Try to clear all caches and test again, if you still have this issue please provide a specific link so I can inspect this.
Let me know how it goes!
Thanks!
Hi,
I guess that this issue is related to permalinks or a plugin that you use. Please disable all you plugins except of Visual Composer, clear cache and also re-save your permalinks, then check if you still have this issue.
The css issue(provided above) will be fixed in 6.4 version of the theme.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
If those articles(old) are accessed more than new articles in the last week, they will appear on the widget. Are you sure that the old articles don’t have more views?
Also if you use a cache plugin please make sure that you enable ajax post view counter – http://screencast.com/t/hEBDKH8T
Thanks!
unable to save any changes in Theme panel
The ajax loader keeps on running and nothing happens this is happening from a couple of days not sure as to why
http://allaboutbelgaum.com/
The Wpcache plugin was also dis abled but no scuccess
Salut,
Te rog incearca sa dezactivezi toate pluginurile, lasa doar Visual Composer activ, curata cache si asigurate inca o data ca ai adaugat id-urile corect apoi deschide pagina si vezi daca mai ai aceasta problema.
Daca problema persista trimite un mail la contact@tagdiv.com si da-ne wp-access, de asemenea adauga un link la acest topic ca sa stim problema ta.
Mersi!
Thank you for the expert advice Andrei. Much appreciated. You guys are giving first class support and no wonder why your themes are selling like hot cakes.
Regarding plugins, I am using following Contact Form7, SEO by Yoast, Akismet, WPSmush it, w3 total cache, regenerate plugin, visual composer and tag div speed booster.
I used w3 total cache because it gave me better score.
I am aware Akismet is not supported by speed booster so what I did is i removed the code from speed booster so it won’t get disabled.
So I am not finding anything to disable except I need to start looking for Chris WordPress Pagespeed optimization tricks.
Can we disable Visual Composer when website is UP and running? Or is it always needs to be there even when I am not editing any pages or homepage?
Regards
Siraj
Hi
Update the theme at the current version which it’s 2.1 clear all caches purge the cdn files if you’re using cdn host and test again. If the problem persist send an email at contact@tagdiv.com and provide wp-access so we can take a closer look at this issue, also paste a link to this topic.
Thanks!
Hi
I’ve checked your site and the ads are displayed fine on mobile devices now: http://screencast.com/t/DZeWVUyScn5l
Please go trough the adsense troubleshooter pasted below and contact your ad provider if you still can’t manage to make them work: https://support.google.com/adsense/answer/1208336?hl=en
You can also try to deactivate all plugins, leave just Visual Composer active, clear the cache and test again.
Thanks!
Hi,
Maybe Woocommerce conflicts with another plugin that you use, as I have checked this and did not found any issues. Also newspaper 6 should work fine with the latest version of the plugin, why do you say that it is not compatible?
Please check this without any plugins active, leave just Visual Composer and Woocommerce plugins active, clear cache and see if you still have this issue.
Thanks!
Hi
I’ve tested the latest theme’s version (2.1.1) with the social counter plugin and works fine: http://screencast.com/t/gDinwZQqaOWE
Please make sure you installed the plugin from the full theme folder -> plugins folder you’ve downloaded from themeforest, also try to deactivate all plugins, except Visual Composer and Social Counter, clear the cache and test again.
If the problem persist please send an email at contact@tagdiv.com with your site login details and we will inspect this issue, also include a link to this topic.
Thanks!
Hi Lucian,
my setup
General> Style 7
Smart list -> 4
no plug on and clear cache
issue remain
Hi attapon,
Please make sure you use it right, follow this guide for that: https://forum.tagdiv.com/smart-list/ and also make sure you test this without using any plugins, empty all caches and if it still doesn’t work please provide your site’s URL with an example so we can inspect this.
Thanks
Hi,
The latest version of the Visual Composer plugin (4.6.2) hasn’t been tested with your theme version so in your case it would be best to continue using the 4.4.4 version if it’s working or install version 4.3.5 which should be used with theme version 4.6.1 as this version of VC plugin was provided within theme’s /plugins folder: http://screencast.com/t/s86Lh7teEW
If you want to use the latest version of Visual Composer plugin then you need to update the theme to version 6 which has support for later versions of VC plugin and it’s also included within full theme’s package.
If you decide to update please follow this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ backup your current install, run the import settings script, update plugins and check the result. You can always get back to the previous working theme version if something goes wrong as long as you backup it but doing the update as instructed the theme should work fine.
You should also consider into the process at the following aspects:
– backup your current theme/WordPress/database: https://codex.wordpress.org/WordPress_Backups
– setup a maintenance mode and you can use a plugin for that.
– empty all caches/purge files if you also use CDN host then disable any services of this type until you switch to the new theme
– disable all plugins
– install the theme then install the required plugins
– switch back the rest of the plugins and start other services
Let us know how it goes!
Thanks
Hi,
I also checked your site on mobile, but I see that you have custom modifications also on this site, for example main menu should not appear on mobile – http://screencast.com/t/uwDLwzwOQ We did not have related reports regarding your issue(Newspaper 4 or 6), so please make sure that you remove the custom modifications and check this without any plugins active, leave just Visual Composer active and clear cache.
Thanks!
Salut,
Pe serverul nostru folosim – https://dev.mysql.com/doc/refman/5.1/en/query-cache.html de aceea exista aceasta diferenta. Poti verifica daca si pe serverul tau aceasta optiune este displonibila.
Referitor la speed booster verifica daca este activ – http://screencast.com/t/Ct0mjXb00 Daca sunt folosite alte plugin-uri in afara de cele cu care a fost testat, acesta devine inactiv – http://screencast.com/t/hcjLnOqh4i2
Mersi!
-
This reply was modified 10 years by
Alin [tagDiv].