-
AuthorPosts
-
June 28, 2009 at 12:41 pm #142309
Hie,
I have a problem with the template Sulfur and Tube, certain images do not appear or badly (i try some gift and jpeg), don’t appear or appear but badly ONLY on the frontpage. So if i clic in the article title, the images will weel appear. I have the same problem when I use the quickstart pack.
Thanks a lot and sorry for my english.
ThibaudAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 28, 2009 at 3:58 pm #309320Hi disjoncteur
I fixed your issue. Open templates/ja_sulfur/ja_templatetools_1.5.php file, at about line 423, find following code section:
if (count($images)) {
$image = trim($images[1]);
$params = JA_Tools::parseParams ($image);
}and add following code to below of this code:
if (isset($params['height'])) {
unset($params['height']);
}if (isset($params['width'])) {
unset($params['width']);
}1 user says Thank You to JA Developer for this useful post
June 28, 2009 at 5:56 pm #309334Thanks for your help but the problem isn’t fixed. The frontpage article is suppose to look like this :
and it’s not realy the case….
Thanks again for your help.
ThibaudJune 30, 2009 at 10:36 am #309539Any idear ? :confused:
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 1, 2009 at 9:31 am #309637Hi disjoncteur
In this page, the system will get the real image in your content to display. Please see the link to image: http://www.m2fiscaliteinternationale.com/test1/images/stories/besoin.jpg
July 1, 2009 at 9:48 am #309638Ok, but why the template change the link to my image and resize it ?? (http://www.m2fiscaliteinternationale.com/test1/images/stories/besoin.jpg become http://www.m2fiscaliteinternationale.com/test1/images/resized/images/stories/besoin_140_105.jpg )
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 1, 2009 at 10:11 am #309641Hi disjoncteur
We overwrited the com_content component of joomla. In our template, we will fillter the content of article to find the first image and resize it. And then get the resized image to display into the frontpage. It is cause the link which is embeded in the image is disabled.
July 1, 2009 at 10:32 am #309644Thanks for your answer, but how can i do to display correctly my image on the frontpage ?
July 1, 2009 at 7:29 pm #309687I find the solution by reaseaching on the forum -> i renamed the folder templatesja_quartzhtmlcom_content and now it perfectly work.
goyat Friendgoyat
- Join date:
- September 2007
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
July 3, 2009 at 9:42 am #309888Please see the following
http://www.joomlart.com/forums/topic/auto-resizing-on-front-page-issue/) -
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by goyat 15 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum