Moved Forums

ThemeSnap.com Forums have Moved! Please note that our forums have moved here: New ThemeSnap.com Forums. You will still be able to read forum threads in the forum categories or threads below. However, you will not be able to post new forum topics or replies to existing threads. Please post any new forum posts in our new forum section by registering a new account.

Making the theme work on drupal 6.6

No replies
robinvanemden
robinvanemden's picture
Offline
Joined: 12/04/2008
Points: 0

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

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <strong> <code>
  • Lines and paragraphs break automatically.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

More information about formatting options

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.