No search results were found in Documentation!
Hi
Please make sure that you installed the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ This seams to be a css issue so please check in browser console if there are any error related with css files. Usually should be a 403 or 404 error. Also you can try to log in via ftp and rename the plugins folder, just to make sure that the issue is not caused by a plugin. For more details about this step please check this link: http://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
If the problem persist try to reinstall the theme following the steps indicated in our documentation, clear all caches, leave all plugins deactivated and test again.
If you still can’t manage to solve this issue please address us via email at contact@tagdiv.com and provide wp-admin and ftp access and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
Try to clear all caches, deactivate all plugins, leave just Visual Composer active and test again, also verify the console for any errors while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If the problem persist check system status values: http://screencast.com/t/xp51Hx9TQf
Increase max_execution_time at least at 300 and the max_input_vars should be bigger than 2000. Those values are set in php.ini file so try to access it but note that some hosts may restrict the access at this file, if you don’t have access to it contact your host provider and let him know about this situation. Also check the WP_MEMORY_LIMIT from wp-config.php file, here it’s a guide regrading this
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know how it goes!
Thanks!
Hello gregy1403,
I’m not sure what tool you used to move the render blocks to the footer.
Please try to use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ and use the tagdiv speedbooster plugin to move render blocks to footer. Keep in mind that the speedbooster plugin has a compatibility function that makes it shut down if the correct plugins are not installed. You can deactivate this option and force speedbooster to run with all plugins by removing this code: http://screencast.com/t/RZLIOPUNdqh
You will have to manually move some of the render blocks.
Thank you!
Hi @gregy1403
The point of a child theme is to keep the customization even if the main theme it’s updated. But this is not always valid, because once in a while the child theme it’s also updated, or if the main theme pass through a major update it’s possible that some customizations not work well anymore. If you use child theme for files customizations it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
Hope this help.
Thanks!
i use this code in .hatecess
# 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>
but site still slow and comperission not enable until now !!
and plugin speed not found in theme
<center><h1>403 Forbidden</h2>
<h4>nginx</h4></center>
I think it’s spam post!
Hi
I’ve test this on my side and the translate works fine: http://screencast.com/t/BRAmvvBd – http://screencast.com/t/POSbpe6lf73X
If you translate another word, it works? Also try to make different changes in theme panel, and see if the this error appear when you save the settings. Check in browser console if there are any errors while you save the settings, usually it displays a 403 or 404 error.
Make sure that the directives from system status: http://screencast.com/t/3Nv4Hrv6 have the proper values, max_execution_time at least at 300 and the max_input_vars should be bigger than 2000. Those values are set in php.ini file so try to access it but note that some hosts may restrict the access at this file, if you don’t have access to it contact your host provider and let him know about this situation.
Hope this help.
Thanks!
Hi
Check in browser console if there appear some errors related with a possible conflict between content delivered from http to https. Usually should be 403 or 404 error.
We didn’t tested the iSecurity plugin with the theme so I am not aware of its functionality, but if this happens only when you have it active probably it conflicts with some of theme’s scripts.
Thanks!
Hi
Try to clear all caches, deactivate all plugins, leave just Visual Composer active and test again, also verify the console for any errors while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If the problem persist try to check system status: http://screencast.com/t/3Nv4Hrv6
Increase max_execution_time at least at 300 and the max_input_vars should be bigger than 2000. Those values are set in php.ini file so try to access it but note that some hosts may restrict the access at this file, if you don’t have access to it contact your host provider and let him know about this situation. Also check the WP_MEMORY_LIMIT from wp-config.php file, here it’s a guide regrading this
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know how it goes!
Thanks!
Figured out how to do this just thought I’d share the knowledge in question / answer format.
Paste this code in Theme Panel -> Custom Javascript
// Clear Ajax search
// from http://stackoverflow.com/questions/1403615/use-jquery-to-hide-a-div-when-the-user-clicks-outside-of-it
jQuery(document).mouseup(function (e)
{
var container = jQuery("#td-aj-search");
if (!container.is(e.target) // if the target of the click isn't the container...
&& container.has(e.target).length === 0) // ... nor a descendant of the container
{
container.empty();
}
});
Hello,
Try to clear all caches, deactivate all plugins, leave just Visual Composer active and test again, also verify the console for any errors while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If the problem persist try to check system status: http://screencast.com/t/3Nv4Hrv6
Increase max_execution_time at least at 300 and the max_input_vars should be bigger than 2000. Those values are set in php.ini file so try to access it but note that some hosts may restrict the access at this file, if you don’t have access to it contact your host provider and let him know about this situation.
The WP_MEMORY_LIMIT from default-constants.php file it’s overwritten by the value from wp-config.php so try to modify the value from that file, here it’s a guide regrading this
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know how it goes!
Thanks!
While posting as a smart list, the title of the list get shortened while viewing in mobile.

Hi
Try to clear all caches, deactivate all plugins, leave just Visual Composer active and test again, also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If the problem persist try to increase max_execution_time at least at 300 and the max_input_vars should be bigger than 2000. Those values are set in php.ini file so try to access it but note that some hosts may restrict the access at this file, if you don’t have access to it contact your host provider and let him know about this situation.
The WP_MEMORY_LIMIT from default-constants.php file it’s overwritten by the value from wp-config.php so try to modify the value from that file, here it’s a guide regrading this
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know how it goes!
Thanks!
Hello
Notice for those using the Chris code and JetPack.
If you want JetPack connect with WP you have to remove this code in the .htaccess
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
Plus, dev from JetPack told me that this code seems to be not very good for the security:
That’s the problem, Jetpack requires XML-RPC to operate, but now we’re blocked.
Unfortunately, blocking XML-RPC is not a great solution for fighting security risks. It’s akin to selling your car because you don’t want it to be stolen.
Your site’s XML-RPC file is kind of like a communication gateway to your site. Jetpack, the WordPress Mobile Apps, and other plugins and services will use this file to communicate to your site. If this is blocked, you will have other issues pop-up down the road for the same reasons.
Regards
Hey gregy1403,
Thanks for suggesting the Post Date Scheduler. I might just use that instead of the Events Manager plugin since it seems more stable than using different event plugins.
Cheers,
The Google bot find the smallest image file to index, your problem is related with speed, i test your article, have a very low score in Google speed test
You need to install a cache system, Goolge News sitemap, i have many website indexed in Google News, and its important to speed up your website.
Hi,
Even after getting rid of the code you asked for, Google is indexing another image.
https://www.google.co.uk/search?hl=en&gl=us&tbm=nws&authuser=0&q=site%3Atechienews.co.uk&oq=site%3Atechienews.co.uk&gs_l=news-cc.3..43j43i53.695974.698893.0.699045.21.6.0.15.0.0.187.685.2j4.6.0…0.0…1ac.1.c14gcHT8Bxo&gws_rd=ssl#q=site:techienews.co.uk&hl=en&gl=us&authuser=0&tbm=nws&start=0
The article which I wrote after the deletion of the code is this:
Lyme disease concern: Canadians likely to get false-positives from some US labs
If you check the indexing, the image is of ‘salt’ while the actual image should be of ‘Lyme disease’ as in the article:
http://www.techienews.co.uk/9740327/lyme-disease-concern-canadians-likely-to-get-false-positives-from-some-us-labs/
Thanks gregy1403,
I’m going to try and use this plugin right now and test it!
Hi
The server doesn’t allow access to images: http://screencast.com/t/B8j1wLDB – https://en.wikipedia.org/wiki/HTTP_403
Please check your permissions on uploads folder: https://codex.wordpress.org/Changing_File_Permissions Also clear all caches and disable all plugins, except theme’s Visual Composer plugin then test again.
Let me know how it goes.
Thanks!
This slow query need to fixed.
Query
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID NOT IN (174628,174627,174629,174638,174250,174308,174155,174582,174576,174575,174579,174574,174630,174583,174404,174403,174407)
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 10
Caller
WP_Query->get_posts()+
Affected Rows
10
Time
0.1049
Please double check that.
Thank you
Hello guys, first of all thank you for creating such a great functional wordpress theme, it saves a lot of time without losing creativity and quality!
Is it possible to change a loading animation. see the screenshot here:

Hi
Yesterday we submitted new post and post it to FB. Results on FB are on this picture (275 clicks)
Looking at our entry on our page, i can’t believe the difference (17 views)
who is wrong? Difference is just to high …
Thank you
Hi
It’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR
Let me know how it goes and if the problem persist please send an email at contact@tagdiv.com with your site’s admin login details so we cam inspect this issue, also include a link to this topic.
Thanks!
Hi,
Not sure, it’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR
Let us know how it goes and check this wp codex article on changing file permissions: https://codex.wordpress.org/Changing_File_Permissions
Thanks
Hi,
Please try this without any plugins active and also make sure you empty cache as well and make sure the theme actually saves settings. The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Thanks!