Active
Project:
SimpleCorp
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jul 2014 at 05:08 UTC
Updated:
16 Jul 2015 at 04:48 UTC
Jump to comment: Most recent
Comments
Comment #1
psychobyte commentedOne other thing I noticed.
The theme settings can be set via the parent theme when it is enabled or disabled.
Comment #2
psychobyte commentedTo create the subtheme, i copied over the old .info file from the simplecorp theme, removed the settings variables, and named the subtheme appropriately. Is there something that I'm missing?
Comment #3
molavec commentedpsychobyte I have same problem!! For the moment I change theme look'n feel of SimpleCorp Theme and it change the Simplecorp_subtheme. I could be good know how do it in the subteme directly, but it's works for the moment.
Comment #4
molavec commentedI found where change is needed!!
In new template.php is necessary to change the css added and copy css folder to subtheme. Then you can change those CSS files at pleasure!!
Comment #5
argiepiano commentedConfirming. For me, I had to change all strings 'simplecorp' to the machine name of the subtheme ('simplecorp_fc' in my case), in both files, template.php and theme-settings.php. Additionally, I renamed the functions in these files to replace simplecorp with simplecorp_fc (e.g. function simplecorp_page_alter() to simplecorp_fc_page_alter() )
Comment #6
argiepiano commentedAnd similar adjustments to the tpl.php files that use the theme settings