Can anyone consult with me as to whether using this plugin, essentially by reducing HTTP calls to my other plugins’ css files and my theme css files and adding them into the style press panel will ultimately speed up my site?
]]>Go into /wp-content/plugins/style-press and open style-press.php.
Around line 225, change the settings to read:
add_options_page($this->pluginName, $this->pluginName, 'edit_theme_options', $this->menuName, array(&$this, 'optionsPanel'));
add_submenu_page( 'themes.php', $this->pluginName, $this->pluginName, 'edit_theme_options', $this->menuName, array(&$this, 'optionsPanel'));
Using the valid role of “edit_theme_options”, the menu item now appears in the “Appearance” block. If you’re the super-admin of a multi-site installation, you’ll see it there as well as in the old spot under “Tools.”
]]>Hello !
Is it possible to add style to category with the Style Press plugin ?
I am logged in as admin with full Administrator rights.
I get the error
You do not have sufficient permissions to access this page.
when I click Settings.
]]>