kaidez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setting Content Security Policy and other security related headersReally great info! Thanks for sharing! Bookmarked this for future reference!
Forum: Plugins
In reply to: W3 Total Cache – Change outputed name of .sss and .js files that are minifiedThanks for responding…yeah, I later found out that W3 Total Cache uses SHA-1 encryption for those files, hence the long file names.
Topic is know marked as resolved.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] pagespeed says I need to compressHi Meeble. I ran Page Speed on my end and sadly, it looks like none of the CSS or JS is compressed. You may have to run it again so that it forces both the “Empty the page cache” and “Empty the minify cache” buttons appear at the top W3TC’s panel in WordPress. The best way to do that is to go to W3TC’s Minify section, uncheck “Enable” under the JS section, and click any on of the “Save all settings” buttons. When thse two buttons appear at the top, click both of them.
Then go back and check the “enable” button and hit “Save all settings” again. Those to buttons will appear at the top again…click them again and the CSS and JS should minify at that point.
Make sure to review this W3TC guide over at http://zemalf.com/1443/w3-total-cache/ . It’s slightly out of date and doesn’t cover every feature in the current version of W3TC, but it covers more than enough to get you started. There’s a slide show link in at the bottom of the article that’s more up-to-date.
HTH,
-kaidezHi Rev. Voodoo…thanx for responding!
In truth, I haven’t. Will a tool like this be ok?
Forum: Themes and Templates
In reply to: Does Boilerplate theme need an HTML5 shiv?As long as you use the most-recent version of Modernizr in whatever theme you’re using, you’ll have HTML5 shiv.
Forum: Fixing WordPress
In reply to: Are self-created php requires a security risk?Hi dgwyer. Thanks for responding!
Just heard it through the grapevine but wasn’t sure if it was true.
Truthfully, I wasn’t pulling it from functions.php: was planning to create a php file on the root, then write inline code like I did above on certain pages to attach the php file.