-
AuthorPosts
-
Sylwester Kowalski Friend
Sylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
June 22, 2011 at 3:06 pm #397878Thank 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 23, 2011 at 8:14 am #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 FriendSylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
June 23, 2011 at 10:23 pm #398121I 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 24, 2011 at 10:00 am #398207hi 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 FriendSylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
June 24, 2011 at 5:13 pm #398287I move the image to where I want and it stays on top of the text.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 25, 2011 at 2:18 am #398312Hi 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] -
AuthorPosts
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