Shape 5

Wordpress Club Themes => Touch of Soul - Club => : dmock9999 August 24, 2012, 07:29:58 AM



: Newbee - errors in options
: dmock9999 August 24, 2012, 07:29:58 AM
I get errors after installing with the shaper (see attached).  Also, every time I make any changes in the theme options, the site formatting totally changes, even if I just change the colors.


: Re: Newbee - errors in options
: Tristan Rineer August 24, 2012, 10:50:44 AM
I haven't seen that error before, but here's a possible solution; let me know if it works and I'll update the download:

open {theme-folder}\s5_admin\vertex\functions.php

change line 15 from
:
  $new[$config_key] = ''; 
to
:
  $new["$config_key"] = ''; 

As for the formatting problem, that may be solved by fixing the admin error, so let's see what happens with the error first.


: Re: Newbee - errors in options
: dmock9999 August 24, 2012, 12:25:21 PM
No, that did not fix it.  Could it be because I am using as LocalHost?  I loaded it on a ISP site and don't see the errors.


: Re: Newbee - errors in options
: Tristan Rineer August 24, 2012, 12:55:48 PM
Localhost was the only other reason I could think of.  If it works fine on a live server, then that confirms localhost as the reason.

Is there anything else you needed help with?


: Re: Newbee - errors in options
: dmock9999 August 27, 2012, 02:09:06 PM
No, that answers my question.