Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • afif9903 Friend
    #140324

    Why png files doesn’t work with JA Ruby for FF on Mac?

    http://www.pembaris.com


    Click for full sizeUploaded with plasq‘s Skitch

    afif9903 Friend
    #301709

    anyone?

    any idea why and how?

    suli3 Friend
    #301791

    i 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 Moderator
    #301801

    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

    suli3 Friend
    #301809

    Hi

    Thanks, both solutions works

    marielathey Friend
    #301997

    http://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 Friend
    #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 Friend
    #340614

    hey 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!!!!!

    soulroll Friend
    #340685

    please help me guys. i know it says its solved but unfornuately it doesnt work for me.

    thanks in advance

    Saguaros Moderator
    #340741

    Dear all!

    Please kindly give me the link to your site, i would like to have a closer look on the issue

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 7 voices, and was last updated by  Saguaros 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum