Plugin Directory


Ignore:
Timestamp:
08/15/2015 05:56:31 AM (10 years ago)
Author:
joshuadnelson
Message:

update readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts-to-footerphp/trunk/readme.txt

    r1221408 r1221409  
    84843. You can disable the plugin on specific pages or posts via a checkbox.
    8585
     86== Screenshots ==
     87
     881. The metabox that shows up on the Edit screen.
     892. The settings page.
     90
    8691== FAQ ==
    8792
     
    9095   2. You have a plugin that is not enqueing scripts [per standards](https://codex.wordpress.org/Function_Reference/wp_enqueue_script#Using_a_Hook).
    9196   3. (Less common) There is a conflict with this plugin and another one. Deactivate all plugins and revert to a built-in theme (like TwentyTwelve or TwentyFifteen). Then activate Scripts-to-Footer. Check your HTML source to confirm it's working.
     97 - If so, proceed to activate each of your other plugins one at a time, checking your HTML source each time to see if the scripts behavior changes. Eventually you'll find a conflict, if not with the plugins then activate your theme and check.
    9298       
    93     If so, proceed to activate each of your other plugins one at a time, checking your HTML source each time to see if the scripts behavior changes. Eventually you'll find a conflict, if not with the plugins then activate your theme and check.
    94        
    95     Please feel free to open a [Github Issue](https://github.com/joshuadavidnelson/scripts-to-footer/issues) to report conflicts or goto [the  WP.org support forum](https://wordpress.org/support/plugin/scripts-to-footerphp). If there is something wrong with Scripts-to-Footer, we'll update it. However, if it's a another plugin or theme we can only contact the developer with the issue to attempt to resolve it.
     99 - Please feel free to open a [Github Issue](https://github.com/joshuadavidnelson/scripts-to-footer/issues) to report conflicts or goto [the  WP.org support forum](https://wordpress.org/support/plugin/scripts-to-footerphp). If there is something wrong with Scripts-to-Footer, we'll update it. However, if it's a another plugin or theme we can only contact the developer with the issue to attempt to resolve it.
    96100
    971012. Everything Breaks!!
     
    1031074. My Page Speed hasn't improved (or it's worse)
    104108 - Actually, this plugin should not change your actual page speed - the same scripts are being loaded, that takes the same amount of time. However, by placing scripts in the footer you can change the _precieved_ load times, moving [render-blocking scripts](https://developers.google.com/speed/docs/insights/BlockingJS) below the fold, allowing your content to load first - instead of loading scripts and slowing the visual portions of your site. That's the whole point. Outside of that, this plugin is not intended to increase page load speed or minify scripts in anyway.
    105 
    106 == Screenshots ==
    107 
    108 1. The metabox that shows up on the Edit screen.
    109 2. The settings page.
    110109
    111110== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.