I have uploaded the modified plugin to my website. You may download it at the below link.
NOTE: I am not doing this to say it is mine, but just to offer up a good fix since the author won’t.
http://cdn.yourtechadvisors.com/wp-content/uploads/2015/10/Speed-Booster-Pack-Modified.zip
You may have to rename the plugin to Speed Booster Pack if you have trouble activating it.
Thx tech55541… in my case, the option “Defer parsing of javascript files” broke my site so I unchecked it
Hello there guys.
All you need is only one thing:
https://gyazo.com/051494e3a82f7ce3b55e51059f2f4217
https://gyazo.com/bc9dc17af9e754f74244d961032c3a48
to set
#wp-content-editor-container, .postbox, form#tags-filter {
position: relative;
}
position: static instead of relative.
mittyan-ru, where do you change those settings? I couldn’t find it anywhere in the plugin files
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
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
Hi all, have you tested the latest version 2.8?
Version 2.8 works in my testing site running WordPress 4.5.2.