OK that was too easy. It's been 2yrs since I've messed with code so I'm a little rusty:blush:
Thanks for your help.
Athena
Printable View
I thought I'd try this as someone suggested that a number of my visitors may be mobile users and a responsive template would be better.
When I installed it there were 2 issues.
ISSUE 1:
The first issue I managed to resolve but thought I would mention it as it appears to have been created by a possible error in the .sql file.
The issue was a database error found after running the 'about_us.sql' files in the Admin/Tools/Install sql patches.
The error was that the About Us page links did not appear in the Admin panel (Define Page Status/Pages Editor) .
This was caused by corrupt content of the sql file after running the script - notice the differences in colour of the text in the script
Attachment 13298
and the resultant content of the database
Attachment 13299
I manually altered the database and then the About us showed up in the Admin panel as it should.
I am not sure why no one else has had this problem, as the sql patch I used was the one extracted from the download and I had not tried to amend the files in any way.
ISSUE 2:
This is probably because I've missed something in the installation instructions - but I'm not sure what.
When I view the template this is what appears:
Attachment 13300
For some reason the header menu bar is overlapped by the logo background, and the word Excercise (the first category) appears above it.
Before I re-try and install it again, can anyone give any clues as to what I may have missed to create this problem.
PS I have already removed the social icons but also want to remove the 'Follow Us' link, but I'll address that later.
Thanks for any input offered.
Thanks you both for the responses.
Not sure how I missed the Category Tabs Menu :blush:
All sorted and working on my test site - now to install on the working site.
Thanks again.
PS. any suggestions on correcting the about_us.sql file to save me having to manually fix the database when I install on working site??
Try this:
Thanks,Code:INSERT INTO `configuration` VALUES ('', 'Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?0= Link ON, Define Text OFF1= Link ON, Define Text ON2= Link OFF, Define Text ON3= Link OFF, Define Text OFF', 25, 90, '', '', NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Anne