Page 1 of 1

design not working

Posted: Wed Aug 28, 2013 1:49 pm
by sbuttle
Hi

I have installed Tabber as per instructions and functionally works well, but the design is not. The tabber styles are on the stylesheet when uploaded but is just displaying as a standard list without styling.

Re: design not working

Posted: Wed Aug 28, 2013 6:01 pm
by norman
First check that you've unzipped the Zipfile I sent you correctly into your Site folder.

All the files in the Zipfile should individually be in your Site folder (the place where ActinicCatalog.mdb lives).

If that's not it, then a link to a live faulty page will help a lot.

Re: design not working

Posted: Thu Aug 29, 2013 11:00 am
by sbuttle
Hi, yes the zip file was unzipped correctly, here is a link

http://www.my-history.co.uk/acatalog/Fa ... l#aFTMS12U

Re: design not working

Posted: Thu Aug 29, 2013 3:23 pm
by norman
You have corrupt code in actinic.css. Presumably from the Design Tab / Current Stylesheet. The faulty code is near the end, in the lump starting:

/* The following code was added by Tony B 15-3-2011 */

I think the error line is:

Code: Select all

fpfeatures_uldiv { position: absolute; .panel .panel h3 { font-weight: bold; }
The site works if I change it to

Code: Select all

fpfeatures_uldiv { position: absolute;}
.panel .panel h3 { font-weight: bold; }
I think the first line "fpfeatures_uldiv" is also missing an initial ".".

Also the line:

Code: Select all

grh2, .grh2 { font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal; letter-spacing: 0px; font-size: 18px; line-height: 1.22222222; /* 22px */ text-shadow: none; }
Looks wrong.

Re: design not working

Posted: Thu Aug 29, 2013 3:39 pm
by sbuttle
Thank you, you have saved my life.

Re: design not working

Posted: Thu Aug 29, 2013 3:55 pm
by norman
There's other weird stuff in your generated CSS. E.g:

Code: Select all

/* Styles for Contemporary Theme */ 
#maincontent { margin: 0 auto; background-color: #ffffff; height: 100%; padding: 7px; width: 776px; voice-family: "\"}\""; voice-family: inherit; width: 762px; }
Eveything after 776px; to the final } is weird.

Best check thoroughly.