- TutorialstagDiv Social Counter Tutorial
Hello, do you have any caching plugin in use?, or use a service as Cloudflare?
Then delete your caches and purge all your assets on Cloudflare.
Then clear your browser caches as well.
I hope this helps.
Bogdan,
How do you exempt the cache for this? Using cache definitely speeds up everything. Using the mobile theme makes it optimal.
Is the solution to turn off cache? I’m using wordfence (Falcon engine) and on cloudflare. Maybe I should just use basic cache…
Anyway, is there any way to exempt the plugin from being cached?
Thank you.
-
This reply was modified 10 years by
crazydiver.
Hi Bogdan,
I changed the code in htaccess file as per earlier suggestion. CDN I have not changed. Same cdn I am using (Cloudflare).
Following code I am using top of the htaccess file.
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
# BEGIN WordPress
<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
Please have a look.
Regards;
Jyoti
Hi
Try to use gzip compression to reduce the transfer time and file’s size; https://gtmetrix.com/enable-gzip-compression.html
Also please make sure that your server meets the requirements indicated in our documentation: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ and also check if the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ you can also optimize the site following our page-speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ Consider using a cache plugin and a cdn service for a better response time: https://forum.tagdiv.com/cache-plugin-install-and-configure/ https://forum.tagdiv.com/cloudflare-cdn/ and to optimze the queries made to database take a look at mysql query cache: http://dev.mysql.com/doc/refman/5.7/en/query-cache.html
Hope this helps.
Thanks!
Hi,
If this is what you are referring to: https://wordpress.org/support/topic/limit-tags-in-tag-cloud – https://codex.wordpress.org/Template_Tags/wp_tag_cloud then it’s not a theme related issue so we cannot provide any solution for it as it’s a wp feature. Please check the wp forums.
Thank you!
1) Did Cloudflare
2) purged everything cleared everything
3) Site IS VER 3.0 (see pic)
3) Social media links still messed up
4) SITE IS SHOWING DIFFERENT POSTS ON DIFFERENT BROWSERS STILL.
How do we fix this???

Heloo.
I suppose rajprajapati means tag cloud.
If so, I would be happy to learn that, as well.
Thnk you.
Note the main reason most are no longer supporting the old version of Opera 12x is lack of support for modern TLS ciphers; basically SSL1,SSL2,SSL3,TLS1 are all insecure and are being deprecated over the entire web, and most have to stop using TLS1.1 at some point and *only* use TLS 1.2.
This means old version of Opera won’t work with *any* https site that is setup properly very shortly. Much like old versions of IE which can never be updated for new security settings.
You should be aware of this issue if you rely on Opera for your visitors, and may wish to setup a sniffer to popup notice to update their version of Opera, much like Firefox did once upon a time, and even Chrome.
Especially on mobile, since this is moving to https everywhere, including shared/free SSL certs with new versions of Plesk, Apache, Cloudflare, etc., etc.
Basically Opera 12 won’t work with anybody running modern https — and so should be abandoned as an insecure and obsolete browsing platform.
This is not 100% specific, and just general comment. You need to research the actual specifics on all of this, but you can also learn about this in the Opera forums.
Opera 27 and up is the solution for modern mobile and website support. Opera 12 should be deprecated asap.
(( I don’t work here; just been dealing with webdev for 22 years, and our sites are PCI-DSS certified and we have to deal with infosec crap on daily basis. ))
Chris S.
-
This reply was modified 10 years by
simchris.
Hi,
I noticed that the FB social counter does not update immediately even when the page is refreshed manually. Is this how it works? Here’s my setup:
Web server: Nginx + PHP-FPM (v7)
CDN: Cloudflare (Free)
The FB social counter would update after several hours. I tried restarting Nginx and PHP-FPM but it did not force update. I also purged all the files from Cloudflare and put it in development mode to prevent caching. Still the FB counter does not update when I refreshed the page. I even bypassed Cloudflare entirely so that requests would go directly to the server. Still, the counter did not update.
Another issue I experienced was getting the access token using the “Get Access Token” script. It does not get anything at all. I had to manually get the token from https://developers.facebook.com/tools/explorer/145634995501895/
Thanks
Hi Currently all tags are coming where i place them.. How can i limit these..let say 20 or 25
Hi,
I am using newspaper theme.
I have two issues :
1. I want to add whats app share icon with other icons.
I tried different plugins but share icon for whats app is not displaying
How to achieve this?
2. Also I want to increase social icon’s size in menubar and footer. My site url is http://deshdoot.cloudapp.net
can u pls guide me here.
Thanks
Hi,
My site url is : http://deshdoot.cloudapp.net/
I have created some categories as E-paper( à€ à€Șà„à€Șà€° ) having some subcategories.
I want to show embedded pdf files on those category pages. But due to sidebar, pdf does not get enough space and it gets compressed. Pdf contents look disturbed.
Therefore, I want to hide sidebar from these pages, How to do that?
Also, Is there any other solution for pdf issue?
Thanks,
Regards,
Manjiri
W3 browser cache is on
Siteground Supercacher cache is on
Cron is on, wp cron is of..
Site is on cloud server, so there should not be any memory problems…
Hello, I have a few questions about the theme.
Dev site link: http://wv.cloudaccess.host
1. I noticed some of the thumbnails are producing different sizes. The first blog post featured image has a taller height and the eighth one down is also producing the same result. Do you suggest a recommended height/width for all featured images to prevent this from taking place going forward?
2. Is it possible to place in-line advertising code within a block/grid? We were hoping to drop in ad code 5 headlines down and it doesn’t appear the Visual Composer allows you to do that. We didn’t notice an area in the Theme Panel that had this custom coded either.
Thanks!
Hi.
The ‘data-cfasync’ attribute must be added to the HTML script tag before the ‘src’ attribute (adding the attribute via JavaScript is not sufficient).
Good morning,
I want to use the rocket loader option of cloudflare because it has greatly improved the speed of the site.
The only problem is that it seems to be causing problems with the slider, so I would like to turn it off for this block (slide) only.
What is the particular javascript that the slider block uses? So as to add: (<script data-cfasync=”false” src=”/javascript.js”></script>).
Thank you
Hi
Please make sure that your server meets the requirements specified in our documentation: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ and also check if the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
From our reports the theme requires more resources when on the page are loaded blocks which uses ajax pagination. When one of next/prev or load more buttons are clicked the theme make a request at admin-ajax.php file and the server must handle more requests.
Also there are many factors which can influence how your server handle the site. Try to configure the site in a very simple way so the queries number to be as low as possible. Try deactivate all plugin except Visual Composer, clear all caches, purge cdn files if you’re using then check for a period of time how site is running.
We also recommend to use a plugin for cache. The theme is tested and works fine with WP Super Cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/ You could also use a cdn service and mysql query cache for a better optimizations and fewer queries: https://forum.tagdiv.com/cloudflare-cdn/ – http://dev.mysql.com/doc/refman/5.7/en/query-cache.html
I hope this helps!
Thanks!
Hey guys! Good afternoon!
I’m using yout theme and getting some problems with my Shared Host company.
They are limitating my sites due the use of resource. I know that is not your business but i will appreciate if you can check this and give me your opinion.
Please, check both of these screenshots and tell me if there is something that we can do…
First: http://prntscr.com/bjphp0 <- Table showing the used resource
Second: http://prntscr.com/bjpig4 <- List of main files using resources
Third: http://prntscr.com/bjpkqd <- Report from CloudLinux
Fouth: http://prntscr.com/bjpk6v <- Report from Analitycs
Any idea? Can you tell me if these limits are decent? Is it too low or its a good limit (512 Physical Memory, 1 M/s Input Output Usage, 40 Entry Processes and 100 Processes)?
Thank you very much! (And keep the great work! Its a wonderful theme!)
Hi,
You need to use the embed codes if you want to have responsive content. If the default embed method is not responsive, you need to check with the official embed method from soundcloud.
As for the videos, please provide an example of what videos you are referring to. Provide a specific url that points to the video in question.
Thank you!
so if I use the soundcloud link which auto creates the player when you drop it in wordpress it will do this? I never use the embed codes. Also what about the videos? they arent responsive either.
Hi,
I have checked your site and saw the soundcloud iframe problem. The issue is the width and height are already set from the iframe settings. They are not created responsive by default. They have a fixed width and height: http://screencast.com/t/jnAj15xLObI
You need to remove he player width and height and allow it;s autoscale feature to run as specified here: https://developers.soundcloud.com/docs/widget
Thank you!
I just noticed on my site from looking from my phone that videos and soundcloud embeds are no longer responsive…everything is huge…how do I fix this? The site is http://TripleHQ.com
Hello bombaglu,
The WP Super Cache is our caching plugin which is tested with the theme and seems to work as properly. Fir purging CDN files, please try to consult our documentation here -> https://forum.tagdiv.com/cloudflare-cdn/ and on the bottom of the page you will find an example how should you see this option.
Hope this helps!
Thaks for your understanding!
Hi, thanks for your quick response.
After 6 days we already have dozens of complaints. All users with a Samsung device đ
The problem occurs on all kind of Samsung devices. We tested it with real phones (see schreenshot: http://www.screencast.com/t/3RnfqtrO). Firefox and Chrome are doing well. But the default browser of Samsung not. During loading the page it seems to be going well. When the browser is finished loading, the blue background screen of the mobile menu appears without the menu-options. It also happened to the demo site http://www.screencast.com/t/n3by58BHN.
What have we done:
– Internet history removed
– CloudFlare disabled
– All cache disabled
– Theme reinstalled
– Server reboot
– Custom code removed
– Ads removed
– Mobile logo removed
All these actions had no effect. The blue screen again returns. Hopefully you can do anything with this information.
Hi,
1) Please contact your hosting then and let ask if there is any caching set automatically and how to clear it. Make sure you also clear wp super cache.
2) The footer logo on the mobile theme can be removed with this code:
.footer-logo-wrap{
display:none!important
}
3) The minify option we use is this one: https://forum.tagdiv.com/cloudflare-cdn/
Hope this helps.
Thanks.