-
AuthorPosts
-
rcheesley Friend
rcheesley
- Join date:
- January 2008
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 1, 2010 at 11:55 am #348660Just wondering if there is an ETA on this as I am not able to really continue developing my site until it is resolved, as ALL images including those that create the bullet lists and typography are appearing in the top left hand corner of articles.
Ruth
rcheesley Friendrcheesley
- Join date:
- January 2008
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 1, 2010 at 3:01 pm #348681OK I have made some progress. I removed the line in template.css #468:
.haveimage, .article_column .haveimage { padding-left: 240px !important; }
If someone cares to explain why this is important, I would be most greatful as I don’t want to break things by removing it, but it instantly fixed my image problems.
It has allowed the text to wrap around the image, but has not fixed the fact that I set the image to be right align and it’s left aligned. One thing at a time I guess 🙂
EDIT: Remove the line #472
float: left;
to properly align your article images to where they should be 🙂EDIT: Use the following syntax to use the bulleted lists:
<p class="blocknumber"><span class="bignumber-1">01</span>
– the typography article incorrectly states to useUse <p class="blocknumber-1"><span class="bignumber">01.</span>
Ruth
rcheesley Friendrcheesley
- Join date:
- January 2008
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 1, 2010 at 8:12 pm #348707Not completely resolved, removing float:left; sorted the first image, but subsequent images are not where they should be. Frustration ++.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 5, 2010 at 4:04 am #348932Dear rcheesley!
I could not helpe resolve this issue, pls kindly waiting for fixing by our developers on the issue
Thanks
missyw Friendmissyw
- Join date:
- May 2008
- Posts:
- 171
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 98
- Thanked:
- 2 times in 1 posts
July 9, 2010 at 1:47 am #349379<em>@tienhc 185219 wrote:</em><blockquote>Dear rcheesley!
I could not helpe resolve this issue, pls kindly waiting for fixing by our developers on the issue
Thanks</blockquote>
Thanks, tienhc, for reporting this. I, too, am waiting to go live with this web site template, so it is important for me to know when a fix is available. Can someone advise us??
ekritter Friendekritter
- Join date:
- June 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
July 23, 2010 at 8:25 pm #350561I tried the fix listed above and it did not work for me.
Currently my articles are displaying are displaying properly in some sections and not others. For example I have one front page article in the about section (founders message category) which works just fine on the front page and article layout. But I have a section blog layout section for another section and the images mess up there and also do not properly display with an article layout of the articles within that section (section=press releases).
I don’t understand why it does not consistently work the same way….
I have a client waiting……….. >:(
I’m not thrilled about the “Resolution: Won’t Fix ” on http://pm.joomlart.com/browse/JATCPYRO-59?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel
Please post as soon as you have a fix completed.
What is the ETA on a fix?
Do I need to change templates?
Thank You.
The URL I am working on is http://takeourcountrybackpac.com. You will need to PM me for access I have the site down for maintenance right now.
nihues Friendnihues
- Join date:
- December 2009
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 17
- Thanked:
- 15 times in 5 posts
July 24, 2010 at 1:25 pm #350614I got the same problem with ja-norite, it was resolved with ja-thumbnail and all the image size to 210px in ja-thumbnail plugin.
Did you guys installed JA-Thumbnail? For JA-Norite it wasn’t in the quickstart or download page, so go to JA-Teline III and download JA-Thumbnail from there instead.
ekritter Friendekritter
- Join date:
- June 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
July 25, 2010 at 4:58 am #350639Ok, I went back and installed the JA-Thumbnail plugin which is making my images smaller in the category blog view and the section blog view. But, the image is still showing up on top of my article title and all of the article header info in the Section and Category blog views. But It is displaying properly in the article layout view……..
Oh, and I had to fix my temp permissions again ….. I think I need to start enabling the ftp layer….
I’m now comparing default_item.php with blog_item.php among others……
Edit addition below:
OK, I
Deleted the following code on lines 21 to 29 in blog_item.php (root/templates/ja_pyro/html/com_content/section) and default.php (root//templates/ja_pyro/html/com_content/frontpage)
<?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]);
}
?>Everything seems to be working normally……. I hope …… off to check…….:cool:
BTW: I have JA-Thumb disabled……
September 5, 2010 at 10:47 pm #354675Did you find a solution for this issue? I just got this template as of 09/02/2010, so I’ve got the latest version. If I insert an image onto a frontpage article, I get exactly what you got in this screenshot. I can’t seem to find an answer anywhere.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 6, 2010 at 6:52 am #354697<em>@tman39 192879 wrote:</em><blockquote>Did you find a solution for this issue? I just got this template as of 09/02/2010, so I’ve got the latest version. If I insert an image onto a frontpage article, I get exactly what you got in this screenshot. I can’t seem to find an answer anywhere.
</blockquote>
The problem happened because the layout has the resizing image function which allows rendering a thumbnail from a image source putting in the article’s content. you used a small image for this article, and the text is aligned with a fixing size when this article has a image displaying
So, you must replace this image by other image to resolve this issue 🙂
May 24, 2011 at 11:18 am #392664Any updates on this issue? I am having the same weird thing when I add images to articles. The image is moved to the top of the article, ABOVE any and all text on the the page.
:-*May 24, 2011 at 11:37 am #392666How did you end up fixing the image in article bug with the JA Pyro template? I noticed your site , http://takeourcountrybackpac.com
Looks Good. , Any help would be much appreciated.
Thanks
Jarred Harris
Georgia.John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 24, 2011 at 3:05 pm #392685<em>@1jharris 242298 wrote:</em><blockquote>Any updates on this issue? I am having the same weird thing when I add images to articles. The image is moved to the top of the article, ABOVE any and all text on the the page.
:-*</blockquote>1jharris – Can you provide a URL so I can see exactly what is happening with your site?
One thing to remember is that your originating image must be GREATER THAN or EQUAL to the size of the hole you are trying to put in it. The “Auto Resizer” does great REDUCING image sizes…but is not built to ENLARGE pictures.John.
Sylwester Kowalski FriendSylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
June 22, 2011 at 2:46 am #397742Is there any way to remove the resizing image function. I tried all of the above solutions but nothing is working.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 22, 2011 at 2:26 pm #397871Sly123,
As you are a JMTC Member, perhaps asking your question in a Magento forum area would be more helpful.
If you are indeed having an issue with JA PYRO, then please start a new thread with your issue and a link to your site and a much better description of the issue you are wanting to avoid.Thank you,
John. -
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