Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Part 2
    Problem: “Still Need More Speed” Area broken
    Solution: Fix the open textarea html element:
    1 – download speed-booster-pack
    2 – navigate and open inc/template/options.php
    3 – Around Line 252 (look for … textarea cols=”50″ rows=”3″ name=”sbp_css_exceptions” id=”sbp_css_exceptions”) add at the end of the line
    ‘</textarea>’
    4 – then add the plugin as you would normally in the plugin directory

    I’m doing this for the speed-booster-pack for wordpress 4.4
    Problem: Settings page not displaying in the admin
    Solution: Here is how to make the settings page display in the admin:
    1 – download speed-booster-pack
    2 – navigate and open inc/template/options.php
    3 – on line 94 (inside the html element group <div class=”inside”> before the closing </div>) add
    <div style="clear: both;"></div>
    4 – then add the plugin as you would normally in the plugin directory

Viewing 2 replies - 1 through 2 (of 2 total)