Active
Project:
RelatedContent
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2009 at 00:23 UTC
Updated:
9 Mar 2012 at 05:29 UTC
so i installed simplenews, enabled related content for the newsletter content type, and went about selecting some contents from my enabled views. updated. went back to view the node, and the css is VERY messed up!!
the font size gets bigger and bigger as you go down the page.
if no relatedcontent is added this does not happen, but the more nodes are added, the larger the font gets (one increase for each node teaser)
I have not used any templating/css, this is simply using the default install.
my theme is marinelli
Comments
Comment #1
tallsimon commentedit also messes up the styles of administration menu (font size changed and drop downs no longer have dark background) and adds external link styles to all my links!
Comment #2
hokumboy commentedSame here.
It seems that the modules opens a lot of html tags (mostly header tags), but doesn't close them.
Comment #3
karol haltenberger commentedI ran into something like this after enabling absolute links.
In my case all slashes ('/') became prefixed with the base_url string thereby destroying the element closing tags.
Replacing a line in relatedcontent.theme.inc seems to have fixed the problem in my case.
It may or may not work in other cases.
Comment #4
zilverdistel commentedI had the same problem. Disabling the setting for altering urls to full absolute urls "fixed" my problem ...
Comment #5
hs@henrikstrindberg.se commentedDisabling "Create absolute links" looks fine but creates double path prefixes (.../sv/sv/...) on a multi lingual site.
Changing the code (#3) worked for me. Thank you :-)
The problem doesn't appear on my local installation or on my test site, but on the production site which is on yet another web hotel.
Comment #6
hs@henrikstrindberg.se commentedSame error in the dev-version. Would be great if this was fixed in the next release!
Thanks