Hi guys.

When using Service Links with Image Nodes, it bumps the image to the bottom of the article instead of at the top in Drupal 5.1.

CommentFileSizeAuthor
#1 untitled.PNG258.03 KBshadyman@erroraccessdenied.com

Comments

shadyman@erroraccessdenied.com’s picture

StatusFileSize
new258.03 KB

Here's an example. With Servicelinks enabled for Full Article, the image goes to the bottom of the node, just above the service links, instead of directly under the "Posted January 31st, 2007 by Shadyman"

shadyman@erroraccessdenied.com’s picture

I should add that it only happens with "Service links in nodes:" in Full Page View. With "Service links in nodes:" Disabled, it doesn't happen at all.

"Service links in links:" doesn't shift the positioning of images.

frjo’s picture

Category: bug » support
Status: Active » Fixed

THis is most likely a CSS issue that you need to adress in your theme.

shadyman@erroraccessdenied.com’s picture

Project: Service links » BlueBreeze
Component: User interface » CSS
Category: support » bug
Status: Fixed » Active

Moving this issue to BlueBreeze Theme as a CSS issue.

shadyman@erroraccessdenied.com’s picture

Project: BlueBreeze » Service links
Component: CSS » Code
Status: Active » Fixed

Not sure what it was, but it's fixed now. It wasn't the bluebreeze theme, as it hasn't changed since then.

Anonymous’s picture

Status: Fixed » Closed (fixed)
kosmonaut’s picture

Version: master » 5.x-1.1
Status: Closed (fixed) » Active

I know this is a year and a half later, but I am getting precisely the same bug. For any page where I have set "service links in nodes", the image shows up after the body text, instead of before it. I can tell that this is not as simple as a CSS issue, because when I look at the HTML source, the div containing the image is actually in two different places, depending on if service links is present. When things are working right, the "image" div is right after the opening of the "content" div; but, when service links are on the page, it is down much lower, directly above the "service-links" div (below all of the body text). I'm running Drupal 5.9.

jmalm’s picture

This may not apply to 5.x but 6.x the way I solved this was changing the weight of the image to be lower (i.e. lighter).

TheCrow’s picture

Status: Active » Closed (cannot reproduce)