Hi all!
I am very happy with the publisher theme, although there were a few small bugs I had to fix to make everything work.
First I had to add these lines to the style.css in order to make the blocks-column to the right work (quick fix, seems ok, will test more later):
#main .second-column .b-4 div.block {
border-bottom:none;
}
#main .second-column div.block-block .content {
background: none;
}
In order to make the jquery teaser block work I had to change the menu.js code, from:
$(".teaser .inner div.fragment:visible").fadeOut("slow");
$(".teaser .inner div#"+mySplitResult[1]).fadeIn("slow");
to:
$(".teaser .inner div.fragment:visible").fadeOut("slow", function() {
$(".teaser .inner div#"+mySplitResult[1]).fadeIn("slow");
}
);
Also, to align the text correctly in the teaser block, the default style sheet only formats text in <p> .
I changed the ImageCache settings from "Resize" to "Scale And Crop", keeping width/height values the same, in order to constrain proportions of the images.
Finally I made this change to the opacity of the teaser.
Now everything seems to look just fine!
Thanks again for a great theme!
Robin van Emden
www.pwy.nl