Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • Sylwester Kowalski Friend
    #397878

    Thank you for the quick reply. I also have a Joomla Template Club Membership. I am having the same issues as the above threads. I inset an image into an article and it is re-sized and put in the top left corner.

    Is there any way to remove the resizing image function in the ja_pyro template. I tried all of the above solutions but nothing is working for me to remove the image resizing function.

    Here is a link to my test site.

    I just want to remove the resizing image function and I don’t have Ja-thumbnail installed.

    Sherlock Friend
    #397994

    <em>@sly123 248949 wrote:</em><blockquote>Thank you for the quick reply. I also have a Joomla Template Club Membership. I am having the same issues as the above threads. I inset an image into an article and it is re-sized and put in the top left corner.

    Is there any way to remove the resizing image function in the ja_pyro template. I tried all of the above solutions but nothing is working for me to remove the image resizing function.

    Here is a link to my test site.

    I just want to remove the resizing image function and I don’t have Ja-thumbnail installed.</blockquote>

    Hi Sly123,

    I took a look at your site and see that your image is not resized , Have you managed to solve the problem?

    Sylwester Kowalski Friend
    #398121

    I did not solve my problem I removed the code from the template.css file that controls the image.

    I cant figure out how to wrap the text around the image

    Sherlock Friend
    #398207

    hi sly123,

    You just open the article in your back-end and put the images anywhere you want,what is the problem with this ?

    Sylwester Kowalski Friend
    #398287

    I move the image to where I want and it stays on top of the text.

    Sherlock Friend
    #398312

    Hi sly123,

    You open the file of templatesja_pyrohtmlcom_contentcategoryblog_item.php,look for these codes and remove
    [php]
    <?php
    //Get out all images
    $regex = “/<img[^>]*>/”;
    $images = ”;
    if (preg_match_all ($regex, $this->item->text, $matches)) {
    $this->item->text = preg_replace ($regex, ”, $this->item->text);
    $images = implode (“n”, $matches[0]);
    }
    ?>[/php]

    and
    [php]
    <?php if ($images): ?>
    <div class=”article-image”>
    <span><?php echo $images ?></span>
    </div>
    <?php endif; ?>[/php]

    rcheesley Friend
    #423352

    Looks like this is *still* a problem on Pyro for 1.7.x 😮

    Ruth

Viewing 7 posts - 31 through 37 (of 37 total)

This topic contains 37 replies, has 11 voices, and was last updated by  rcheesley 13 years ago.

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