design not working

Tabbed Product and Fragment Descriptions.
Post Reply
sbuttle
Posts: 3
Joined: Wed Aug 28, 2013 1:39 pm

design not working

Post 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.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: design not working

Post 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.
Norman
sbuttle
Posts: 3
Joined: Wed Aug 28, 2013 1:39 pm

Re: design not working

Post by sbuttle »

Hi, yes the zip file was unzipped correctly, here is a link

http://www.my-history.co.uk/acatalog/Fa ... l#aFTMS12U
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: design not working

Post 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.
Norman
sbuttle
Posts: 3
Joined: Wed Aug 28, 2013 1:39 pm

Re: design not working

Post by sbuttle »

Thank you, you have saved my life.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: design not working

Post 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.
Norman
Post Reply