Re: Carlisle Fresh Template Support Thread
Hi!
I'm first timer installing ZC to my hosting service and I'm trying to change the template to Carlisle Fresh.
I made a fresh install of my ZC through Softaculous and it's 1.5.1.
I followed the carlisle_fresh_readme.html instructions to the letter and I'm now stuck on the Column Layout Grid part.
I did like it said, but I can find the About Us page in the Define Page Status section.
Help please...
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
timoyp
Hi!
I'm first timer installing ZC to my hosting service and I'm trying to change the template to Carlisle Fresh.
I made a fresh install of my ZC through Softaculous and it's 1.5.1.
I followed the carlisle_fresh_readme.html instructions to the letter and I'm now stuck on the Column Layout Grid part.
I did like it said, but I can find the About Us page in the Define Page Status section.
Help please...
Did you install the about_us.sql patch?
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Re: Carlisle Fresh Template Support Thread
I ran all these Patches:
clg_install.sql, about_us.sql patch, the responsive.sql patch, and the carlisle_fresh.sql as instructed.
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
timoyp
I ran all these Patches:
clg_install.sql, about_us.sql patch, the responsive.sql patch, and the carlisle_fresh.sql as instructed.
Copy this into the sql box in admin--tools--install sql patches:
Code:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Copy this into the sql box in admin--tools--install sql patches:
Code:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Thanks,
Anne
The result:
"WARNING: An Error occurred, please refresh the page and try again."
If I install fresh ZC, should that patch replace some of those that are in the carlisle_fresh_readme.html instructions?
Re: Carlisle Fresh Template Support Thread
I tried to install fresh ZC and put that patch that you suggested instead of the about_us.sql patch.
Even that did bring the About us page to the Define Page Status list.
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
timoyp
I tried to install fresh ZC and put that patch that you suggested instead of the about_us.sql patch.
Even that did bring the About us page to the Define Page Status list.
I am happy that you got it to work.
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Typo:
Even that didn't bring the About us page to the Define Page Status list.
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Code:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Thanks,
Anne
That Patch that you gave didn't work and the patch that was with the installation package didn't work, but the one in here worked.
It little bit simpler and I have no idea why it worked for me when the other didn't.