I tried out the Fresh theme today as I haven't used it before, however I came across an error when viewing the 'Actinic Stylesheet' page type. The red box came up with 'Click here to see errors' - I did that and got a box with the following:-
A PHP error has been found on the page ('Parse error: parse error in main on line 1'). The error is coming from the 'Fresh Stylesheet' layout. Click here to go to the code.
Below is what part of the stylesheet code says:-
/* Drop Down Box */
.navigation-bar ul li div {
position:absolute;
top: 30px;
text-align:left;
display:none;
border:1px solid Palette1;
background:PaletteBG url('grey-grad.jpg') repeat-x left bottom;
padding:10px;
width:blockecho (MaxNumDropColumns * (DropColumnWidth + 12));blockpx;
z-index:9999999;
}
On the 10th line above, the first instance of the word 'block' was highlighted with a grey background.
To make sure it wasn't anything I had done, I created a brand new site and changed the theme to 'Fresh' straight away but I got the same error again.
Would anybody have any idea how I might resolve this please?
A PHP error has been found on the page ('Parse error: parse error in main on line 1'). The error is coming from the 'Fresh Stylesheet' layout. Click here to go to the code.
Below is what part of the stylesheet code says:-
/* Drop Down Box */
.navigation-bar ul li div {
position:absolute;
top: 30px;
text-align:left;
display:none;
border:1px solid Palette1;
background:PaletteBG url('grey-grad.jpg') repeat-x left bottom;
padding:10px;
width:blockecho (MaxNumDropColumns * (DropColumnWidth + 12));blockpx;
z-index:9999999;
}
On the 10th line above, the first instance of the word 'block' was highlighted with a grey background.
To make sure it wasn't anything I had done, I created a brand new site and changed the theme to 'Fresh' straight away but I got the same error again.
Would anybody have any idea how I might resolve this please?
Comment