Ja3v3n Posted September 19, 2016 Share Posted September 19, 2016 Hi All Wondering how to add more colours to the theme configuration section... Any thoughts? Link to comment Share on other sites More sharing options...
rocky Posted September 20, 2016 Share Posted September 20, 2016 I would suggest copying and pasting modules/themeconfigurator/css/theme9.css to theme10.css and then search and replace the colours, then change lines 82-92 of modules/themeconfigurator/themeconfigurator.php from: $themes_colors = array( 'theme1', 'theme2', 'theme3', 'theme4', 'theme5', 'theme6', 'theme7', 'theme8', 'theme9' ); to: $themes_colors = array( 'theme1', 'theme2', 'theme3', 'theme4', 'theme5', 'theme6', 'theme7', 'theme8', 'theme9', 'theme10' ); You'll need to reinstall the module for that to work though. If you don't want to do that, you'll have to manually add the new theme to PS_TC_THEMES in the ps_configuration table of your database using phpMyAdmin. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now