Closed (works as designed)
Project:
Professional Theme
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Mar 2013 at 11:47 UTC
Updated:
12 Dec 2013 at 22:41 UTC
Jump to comment: Most recent
Comments
Comment #1
mheinke commentedyou may need to change the name of the function name specified in the error
example:
subtheme = subtheme
the error says you are trying to redeclare professional_theme_form_system_theme_settings_alter()
which is in theme_settings.php
in your subtheme, in theme_settings.php ...you need to rename this function:
professional_theme_form_system_theme_settings_alter() to subtheme_form_system_theme_settings_alter()
Comment #2
mheinke commentedComment #3
mheinke commentedi am going to write up a "how to" subtheme, and put it in our readme file :)
Comment #4
mheinke commentedComment #5
mheinke commentedive found a ton of places where the theme name is hardcoded... making subthemeing very difficult.
escalating the priority and focusing on this issue.
Comment #6
CatsAreNice commentedThank you very much!
I'm very happy to see that "Professional Theme" is well maintained for I think it's one of the best responsive themes.
I'm not exactly rich, so I can't donate (I don't even have a Paypal account or credit card). But maybe I can help in debugging "Professional Theme". I know a little PHP and - given time - I have solved any problem put before me.
Best regards to the Professional Team.
Comment #7
mheinke commentedthis is actually something im trying to fix.
1) i dont want anyone to donate to the theme. - i fixed the messaging on the homepage to reflect that
if you would like to contribute or document, or just use the theme and tell others about it. that would be MORE then enough!
thank you for your support
Comment #8
mheinke commentedComment #9
mheinke commentedso ive done some discovery and have realized that this theme is simply too big to be sub themed. im working on another solution (local.css, a place to put custom templates...etc...) that wont be overriden by updating
Comment #10
Naod commentedI think i have read the phrase " ... the act of creating a sub-theme is not supported " in professional. Do you mean that it is possible to customize the theme?
Thanks
Comment #11
mheinke commentedyes,
customizations are allowed as you have the source.
what isnt supported is the act of sub-themeing, (as in i will not create a sub-theme for you)
hope that clears things up! :)
Comment #12
Naod commentedActually the intention was not to ask you about customization rather it is about
the sub-theme. But i am not clear with what you have put in brace.
Thanks.
Comment #13
mheinke commentedask away :)
im always happy to answer questions on an already built sub-theme.
Comment #14
maidanet commentedIs it still the case that it's not possible to sub-theme the Professional Theme?
I would like to add a region at the top, to the right of the logo.
Comment #15
mheinke commentedbuilding a subtheme is always possible.
but I will not support a subtheme. thanks!
Comment #16
mheinke commented