Boxed / Wide Layout Issue
-
I am having difficulties with a no-longer-supported theme, and I’m hoping for a WP-angel-of-mercy. ??
Every time I try to save the theme as Wide Layout, I get an error message telling me the theme options can’t be saved. So I took a quick peek at the php file, and I *think* I found the issue. I just don’t know how to fix it:
array ( 'id' => 'layout', 'type' => 'radio_img', 'title' => __('Layout', 'be-themes'), 'sub_desc' => __('', 'be-themes'), 'desc' => __('', 'be-themes'), 'options' => array( 'layout-box' => array('title' => 'Boxed Layout', 'img' => NHP_OPTIONS_URL.'images/boxed.png'), 'layout-wide' => array('title' => 'Wide Layout', 'img' => NHP_OPTIONS_URL.'images/wide.png') ),//Must provide key => value(array:title|img) pairs for radio options 'std' => 'layout-box' ),
I know that this forum doesn’t really support commercial themes, but since the theme support seems to have dried up (all the site links for forum support lead to nowhere, no replies on theme shop thread, etc.) I was hoping someone could help.
I apologize if I’ve posted this in the wrong spot, or if I need to simply not post this here at all.
Thanks in advance for your assistance!! ??
- The topic ‘Boxed / Wide Layout Issue’ is closed to new replies.