Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • mzaf Friend
    #170406

    How can I display an image (in Rasite 1.7) within an article without it being re-sized automatically. I very much appreciate any help in resolving this. 🙂

    tfosnom Friend
    #423273

    In your editor of choice you set the size in pixels to suit what size you want it to be, This forces it to display at that size
    While I use JCE as my preferred editor Tiny MCE is much the same in operation. See JCE screenie attached.

    Shane

    mzaf Friend
    #423276

    I’ve done that before posting my question, but for some strange reason it didn’t work. Something seems to override it in Rasite 1.7. Does anyone have any idea what it could be?

    jooservices Friend
    #423309

    Hi
    If i’m not wrong you are talking about featured item ( not normally item ? ).
    This’s reason:

    <?php

    //Get out all images

    $regex = "/<img[^>]*>/";

    $images = '';

    if (preg_match_all ($regex, $this->item->introtext, $matches)) {

    $this->item->introtext = preg_replace ($regex, '', $this->item->introtext);

    $images = implode ("n", $matches[0]);

    }

    ?>

    <?php if ($images): ?>

    <div class="article-image">

    <span><?php echo $images ?></span>

    </div>

    <?php endif; ?>

    Because in this template, we have used hard code to update image 🙂
    Just remove it.

    /html/com_content/featured/default_item.php

    Thank you
    Viet Vu

    mzaf Friend
    #423316

    Thank you so very much for your prompt reply. It is not a featured article. I did, however, follow the above fix and did not resolve the problem, even when I changed the article’s status to “featured”. I am also unable to hide in the article the “Author”, “Date Published” and the Icons (Printer & Email) – even though I’ve made the right choices in the “Article Options” Apparently, they are being overridden somewhere else as well. Hopefully you can find it.Thanks again for your assistance.

    jooservices Friend
    #423505

    Hi
    For real issue. Please give me your site information:
    – URL for page of issue.
    – Backend access
    – FTP access

    You can update your first thread with information or just simply by PM me.

    Thank you
    Viet Vu

    mzaf Friend
    #423515

    Thanks for responding. Unfortunately I am trying to populate the template using local hard disk (on my computer). But I’ve used quickstart and the issues I mentioned are present on the demo version as well. I am sure that if you insert a picture into an article you’ll experience exactly what I’ve described. I have not customized anything.
    Looking forward to hearing from you soon. Thanks Again.

    jooservices Friend
    #423517

    Hi
    Please at least give me a URL ( i need take look into URL params to find out which page view you are talking about ) of issue ?
    Thank you
    Viet Vu

    mzaf Friend
    #423519

    Ok. Please try inserting pictures into the following 2 articles (version 1.7):
    http://www.joomlart.com/demo/#templates.joomlart.com/ja_rasite
    http://www.joomlart.com/demo/#templates.joomlart.com/ja_rasite

    Specify a size and you’ll see how it re-sizes it. Also, its not possible to hide the icons (print, email, etc..) and the author’s name, published date, etc.

    Thanks for responding.

    jooservices Friend
    #423520

    <em>@mzaf 281223 wrote:</em><blockquote>Ok. Please try inserting pictures into the following 2 articles (version 1.7):
    http://www.joomlart.com/demo/#templates.joomlart.com/ja_rasite
    http://www.joomlart.com/demo/#templates.joomlart.com/ja_rasite

    Specify a size and you’ll see how it re-sizes it. Also, its not possible to hide the icons (print, email, etc..) and the author’s name, published date, etc.

    Thanks for responding.</blockquote>

    Hi
    Please give me correct link ? Above link is just a parent link , actually that page used iframe to show you demo.
    joomla17-templates.joomlart.com/ja_rave
    This is correct link. Please check on it and give me your URL

    Thank you
    Viet Vu

    mzaf Friend
    #423522

    Ok … Select the first two menu-tabs “Typography” and “Explore” and insert a an image in their respective articles and try to hide the icons, etc. Thanks.

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

This topic contains 11 replies, has 3 voices, and was last updated by  mzaf 12 years, 6 months ago.

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