I am getting the following error messages:
Notice: Undefined index: corporateclean in theme_get_setting() (line 1419 of /home/mytheme/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in theme_get_setting() (line 1466 of /home/mytheme/public_html/includes/theme.inc).
Any ideas how to fix this?
I copied the corporateclean folder into my sites/all/themes directory and renamed it to mytheme. I also renamed the corporateclean.info file and updated the first line to reflect the name of mytheme.
I also modified the template.php and theme-settings.php file to replace all corporateclean instances with mytheme.
Comments
Comment #1
new123456789 commentedPhew! replaced all the corporateclean instances in page.tpl.php as well and the slideshow is now there!
Comment #1.0
new123456789 commentededited
Comment #2
Stevel commentedThis seems to be resolved.