-
AuthorPosts
-
kenkel22 Friend
kenkel22
- Join date:
- August 2006
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
January 21, 2009 at 11:11 am #137317When I create a content item, sometimes the image that I add (nothing fancy just a jpg) will appear as overlaying the text after saving. In the editor, (I use JCE) it appears correctly, but once saved, then displayed it appears as in the attached example.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 22, 2009 at 7:39 am #287579Hi kenkel22,
It is a strangle.
I have tried a lot of time to find your issue i our template but could not find.
I think this issue is from your website.
Please let me in detail:
+ your live url
+ The browser, which you found this issue.I hope i can help you to fix this issue.
kenkel22 Friendkenkel22
- Join date:
- August 2006
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
January 22, 2009 at 7:55 am #287587ok i will check and get back to you with the details. This display was in firefox (latest version). I am sorry I should have checked the display in IE too. Will let you know. thank you for the quick reply!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 3, 2009 at 8:56 am #289341HI,
In the content, i saw the text section:
<div style="width: 0pt; float: left; height: 0pt;" class="article-image"><img align="left" alt="General Information" src="images/resized/images/stories/choir_122_122.jpg"/></div>
Please change:
style="width: 0pt; float: left; height: 0pt;"
to
style="float: left;"
Hope it helps.
kenkel22 Friendkenkel22
- Join date:
- August 2006
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
February 3, 2009 at 11:47 pm #289444where would I change those style settings? I’m confused. I do not see them associate with article-image in the template.css file…..
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 5, 2009 at 4:08 am #289592Please send me your admin account via PM.
I will fix this issue.Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 10, 2009 at 9:35 am #290420Hi kenkel22,
For your case, please open mosjanews.php file in mambotscontent folder, at about line 70, find following code section:
[PHP]$row->text = “<div class=”article-content clearfix”><div class=”article-image” style=”width:{$img_w}px;height:{$img_h}px;$float;”>$image</div>n” . ($maxchar?$row->introtext1:$row->introtext).”</div>”;[/PHP]
and change to:
[PHP]$row->text = “<div class=”article-content clearfix”><div class=”article-image” style=”$float;”>$image</div>n” . ($maxchar?$row->introtext1:$row->introtext).”</div>”;[/PHP]
Hope it helps.
1 user says Thank You to JA Developer for this useful post
kenkel22 Friendkenkel22
- Join date:
- August 2006
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
February 26, 2009 at 1:27 pm #293554Hi I have not yet had a chance to fully review this – you are fixing something here I can see – but is this a problem that I created ? or is it a bug? and if so then shouldn’t the template have an update ? I don’t understand how the templates get updated with bug fixes etc. The modification dates never seem to change on the download page.
kenkel22 Friendkenkel22
- Join date:
- August 2006
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
October 9, 2009 at 6:35 pm #320037This problem has been hanging over me and on my ‘to do’ list for so long and it completely fixed the problem! sorry it took me so long to post! thank you thank you!
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by kenkel22 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Image in content item overlays text
Viewing 9 posts - 1 through 9 (of 9 total)