I had success with all these edits for using Sheffield Blue Responsive template on zc 1.5.5.
But I ran into trouble when I tried to add WP4Zen mod on top of that. (posted on that forum). Trying to access the layout controller in the admin panel led to white blank page/error message.
In the end I tried taking two zero's out of the layoutcontroller.php around line #66 so it now looks like this:
PHP Code:
// (BOF - EDIT) ZCA Responsive Components for 1.5.5
$db->Execute("insert into " . TABLE_LAYOUT_BOXES . "
(layout_template, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single, show_box_min_width)
values ('" . zen_db_input($template_dir) . "', '" . zen_db_input($file) . "', 0, 0, 0, 0, 0, 0)");
// (EOF - EDIT) ZCA Responsive Components for 1.5.5
I'm just fumbling in the dark but that change seems to work - I can access/use the tools/layout controller. I hope I didn't cause other problems that I've yet to see.
Does anything jump out?
Bookmarks