Check if you have left back door open for hackers, Wordfence Security plugin may help you to fix your hacked website.
No, Comments reveals only the information of your themes and plugins.
You can use Autoptimize plugin
under Autoptimize settings
HTML Options
Optimize HTML Code? chech (enable) this option
Solution for 1
Once you done with the modifications on theme or website, clear cookies.
Solution for 2
To fix Author name issue just paste below code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Solution for 3
You can use W3 Total cache; the problem arises only when you activate minify function in the plugin. (Issue: Images don’t load)
If you want to activate minify feature in W3 total cache plugin, use Auto minify and disable lazy load option from the theme panel. Instead use lazy load plugin.
Solution for 4
Don’t use jetpack sharing feature; theme has inbuilt sharing buttons which give an eye-catching look which improves sharing rate.
Solution for 5
To activate speed booster plugin, install and activate plugin, go to theme’s system status and check if its active
Refer screenshot – http://prntscr.com/cdzuvv
If it’s showing like this http://prntscr.com/cdzwzo
then copy the underlined stuff add it in td-speed-booster.php file.
To add code follow steps
Go to plugins section http://prntscr.com/cdzy2a
add like this http://prntscr.com/cdzypw and save
now recheck if the plugin is active if its showing disabled and some other link then repeats above steps.
To hide Comments in page source code you need to Minify your HTML Code.
To enable minify you can use CloudFlare or any plugin that allows you to minify HTML.
Hello Gadget says,
Solution 1
You can use Optin Forms plugin to put subscription form at the bottom of each article. No coding required.
Solution 2 [PAID VERSION]
You can use WP- Subscribe plugin.
Hello oliveaxa,
W3 Total cache works fine with Newspaper theme.
Need one change if you using minification using W3 Total Cache plugin, make it manual instead of auto.
If possible don’t use minify option in plugin.
Is there need to activate theme on sub-domain ?
if yes.
should i copy paste same purchased code on both main domain [http://www.snaxzer.com] and sub domain [ask.snaxzer.com]?
Hello,
theme works fine with all mobile browsers when mobile theme is activated.
If possible allow square size ads in mobile theme.
Thank you Catalin,
it works fine.
-
This reply was modified 10 years by
Amit.
Yes please, if possible provide me css code.
Also css for the links underline color for in articles.
Thank you 🙂
Hello sir, I have followed all the possible tutorials and tried to optimise my website http://www.snaxzer.com/.
But I am not getting satisfactory page load time.
If you can please have a look at my website and guide me possible required modifications.
Thank you:)
Kindly check the source code of Newspaper theme Demo view-source:http://demo.tagdiv.com/newspaper/
They using pagespeed to deliver some JavaScripts and CSS only. I have tried adding pagespeed in .htaccess but it also delivers images (PNG, jpg, jpeg) too. So I just want to know to deliver only JavaScript and CSS
I am using CloudFlare and default .htaccess which is provided by tagdiv team in this tutorial https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you Chris S,
I tried
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
this but it increases load time of website
I have checked it. But I want mod page speed modules
Sir, please help me to fix this
Remove render-blocking JavaScript:
http://www.snaxzer.com/wp-includes/js/jquery/jquery.js
http://www.snaxzer.com/…includes/js/jquery/jquery-migrate.min.js
http://www.snaxzer.com/…assets/js/jquery.themepunch.tools.min.js
Optimize CSS Delivery of the following:
http://www.snaxzer.com/wp-includes/css/dashicons.min.css
http://www.snaxzer.com/…wp-includes/css/jquery-ui-dialog.min.css
http://www.snaxzer.com/…_composer/assets/css/js_composer.min.css
I am using speed booster plugin with WP super cache and CloudFlare enabled.
I have followed speed booster tutorial but after adding provided code in tutorial to functions.php I am not getting ID for above mentioned js and css
Thank you for instant response 🙂
Thank you, sir,
I have one more question, Is it good to use free CloudFlare? will it affect my website rank or SEO ?
Hello sir, i am planning to have a forum, can i use Newspaper theme (which is activated on my main domain) on sub domain for forum only?
How can i use google custom search engine results for theme search form
how to use google custom search engine in the same search box in theme
Can i use W3 Total Cache instead of WP Super Cache ?
-
This reply was modified 10 years by
Amit.
I am planning to Use cookies-Free domain to serve Static resources, i have created subdomain but i am not getting what is bloginfo(‘template_directory’)” function to load your static content does it means i need to make change in theme code ?
How to remove?
Remove render-blocking JavaScript:
http://www.snaxzer.com/…-includes/js/jquery/jquery.js?ver=1.11.3
http://www.snaxzer.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1
I am not getting corresponding id for above two js
Sir, i have added
<IfModule mod_php5.c>
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000
</IfModule>
this in my .htaccess file in wordpress directory but still i am getting yellow signal in max_execution_time, max_input_vars, SUHOSIN Installed, suhosin.post.max_vars, suhosin.request.max_vars under the System status
how to fix ?
