-
AuthorPosts
-
April 17, 2009 at 3:41 am #140324
Why png files doesn’t work with JA Ruby for FF on Mac?
Click for full size – Uploaded with plasq‘s SkitchApril 17, 2009 at 6:51 pm #301709anyone?
any idea why and how?
suli3 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
April 18, 2009 at 4:34 pm #301791i have also this problem. The png files are not correctly working. Allready a solution for this issue??
I think the problem is in the editor. When i insert the images over hte html-editor, ith works but when i insert the images in the editor or over the image button, it downt work.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 18, 2009 at 6:51 pm #301801Try this, Hope this will solve the problem
Take backup and open your templates/ja_ruby/css/template.css
on line 1212 change this code :
[php]img {
padding: 4px;
background: #E5E5E5;
margin: 0;
}[/php]to[php]
img {
padding:4px;
background:transparent none repeat scroll 0 0;
margin:0;
}
[/php]or[php]img {
padding: 4px;
background: transparent;
margin: 0;
}[/php]hope it works, let us know.regards
arvind
suli3 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
April 18, 2009 at 9:05 pm #301809Hi
Thanks, both solutions works
marielathey Friendmarielathey
- Join date:
- October 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 20, 2009 at 6:51 pm #301997http://incacrossings.com/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=58
Look at this, one PNG file is working fine, and the other is not. Please help
iwankumara Friendiwankumara
- Join date:
- August 2008
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 24, 2009 at 3:42 am #312049<em>@drarvindc 124958 wrote:</em><blockquote>Try this, Hope this will solve the problem
Take backup and open your templates/ja_ruby/css/template.css
on line 1212 change this code :
[php]img {
padding: 4px;
background: #E5E5E5;
margin: 0;
}[/php]to[php]
img {
padding:4px;
background:transparent none repeat scroll 0 0;
margin:0;
}
[/php]or[php]img {
padding: 4px;
background: transparent;
margin: 0;
}[/php]hope it works, let us know.regards
arvind</blockquote>
I’ve tried 3 ways to make PNG working :
1. Change into [php]
img {
padding:4px;
background:transparent none repeat scroll 0 0;
margin:0;2. Chage into
[php]img {
padding: 4px;
background: transparent;
margin: 0;3. Use insert image HTML editor rather than “image” button
But all those things don’t make my PNG image workin good. Thre is still a kind of “frame” around it and not blend with the back ground.
When I installed quickstart template, the PNG image working. But when I change the PNG image with another PNG image, It doesn’t work.Please help…
:((:((:((Iwan Kumara
soulroll Friendsoulroll
- Join date:
- May 2008
- Posts:
- 43
- Downloads:
- 16
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 17, 2010 at 3:17 am #340614hey guys, have the same problem. with .png files (transparent part has a color) and .jpg files has a border. tried the solution above. here my code:
/* MISCELLANOUS
———————————————————– */
/* img */
img {
padding: 4px;
background: transparent;
margin: 0;and here a screenshot showing first a shot of the editor where the png file doesnt have a frame/border and the background is transparent and on the right you see how it looks live.
please help me!!!!!
-
AuthorPosts
This topic contains 10 replies, has 7 voices, and was last updated by Saguaros 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum