-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
August 6, 2010 at 4:21 am #153178I am having some issues about the section and category images on the article. The Frontpage images are fine but the images on the section or category pages are not appearing. But if you open the article, the image appears fine.
Here is the link:
How can this be fixed? The Ja Teline II – the images are showing but not on JA Teline III
Please advise:confused:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 9, 2010 at 2:16 am #352071Hello
You did not put the image in the introtext of article, when displayed on the blog layout, only the introtext is showed and you could not see any image in there
to resolve this issue:
1) you re-edit those articles: the image is put at the top of article’s content.
2) you install the ja thumbail plugin and enable the rendering thumbnail function on the blog layout.Goodluck
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
August 12, 2010 at 4:39 pm #352486Thanks ! it works!
el patron Friendel patron
- Join date:
- October 2009
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
August 17, 2010 at 1:02 pm #352941<em>@sergiobras 190623 wrote:</em><blockquote>Hi, I have the same problem. Hi enable the plugin, put the image at the top, but they still missing in blog / cat view
Example
thanks</blockquote>Enusre you have the readmore below the image…you will then have to DUPLICATE the image below the readmore for it to display in the sec/cat blog.
This was a big ISSUE for those of us with 12K articles and we hope that JA will consider those of us that are upgrading and not creating new sites for IV and subsequent relases of Teline..we do and have not had time to change all our articles.
August 17, 2010 at 1:13 pm #352943the images are at the top of the article, it´s the fist thing
<p><img src=”images/stories/2010/ARGANIL/dr_carlos_teixeira.JPG” alt=”” /></p>
<p style=”text-align: justify;”>Comunicado do Presidente da CPC de Arganil do PS, sobre a posição assumida pelo Engº Rui Silva em relação ao processo que envolve vários militantes do PS de Arganil.</p>
<hr id=”system-readmore” />el patron Friendel patron
- Join date:
- October 2009
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
August 17, 2010 at 1:15 pm #352944<em>@sergiobras 190645 wrote:</em><blockquote>the images are at the top of the article, it´s the fist thing
<p><img src=”images/stories/2010/ARGANIL/dr_carlos_teixeira.JPG” alt=”” /></p>
<p style=”text-align: justify;”>Comunicado do Presidente da CPC de Arganil do PS, sobre a posição assumida pelo Engº Rui Silva em relação ao processo que envolve vários militantes do PS de Arganil.</p>
<hr id=”system-readmore” /></blockquote>You HAVE to put the image in twice! Once above the readmore and then again below.:((
August 17, 2010 at 1:24 pm #352945not working
<p><img alt=”” src=”images/stories/2010/ARGANIL/dr_carlos_teixeira.jpg” /></p>
<p style=”text-align: justify;”>Comunicado do Presidente da CPC de Arganil do PS, sobre a posição assumida pelo Engº Rui Silva em relação ao processo que envolve vários militantes do PS de Arganil.</p>
<hr id=”system-readmore” />
<p> </p>
<p><img alt=”” src=”images/stories/2010/ARGANIL/dr_carlos_teixeira.jpg” /></p>August 17, 2010 at 4:48 pm #352959Hi
I have some images, hosted outside my site, and they appear, but the plug-in don’t work. Any idea, to solve this…Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 18, 2010 at 4:07 am #353008<em>@sergiobras 190671 wrote:</em><blockquote>Hi
I have some images, hosted outside my site, and they appear, but the plug-in don’t work. Any idea, to solve this…Thanks</blockquote>
i think that the problem is difference between uppercase and lower case , now, please re-named for folders and images to be lowercase
August 18, 2010 at 9:55 pm #353099<em>@tienhc 190735 wrote:</em><blockquote>i think that the problem is difference between uppercase and lower case , now, please re-named for folders and images to be lowercase</blockquote>
Hi
I have changed all the folders to lowercase, but the problem persists
Example: http://arganil.eu/index.php?option=com_content&view=section&layout=blog&id=1&Itemid=100097Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 19, 2010 at 7:36 am #353138<em>@sergiobras 190849 wrote:</em><blockquote>Hi
I have changed all the folders to lowercase, but the problem persists
Example: http://arganil.eu/index.php?option=com_content&view=section&layout=blog&id=1&Itemid=100097</blockquote>
Ohh,you use the ja teline ii template. not ja teline iii template,
Consider the 2 options below to see which one fits you:1) Your template might be old version, if so please download and upgrade the latest JA News Module and The JA Teline ii template.
2) Instead of upgrade, you’ll install the ja thumbnail plugin and
a) open the file: templatesja_teline_iihtmlcom_contentcategoryblog_item.php and open templatesja_teline_iihtmlcom_contentsectionblog_item.phpFind code:
[PHP]
$this->image = modJANewsHelper::replaceImage ($this->item, $this->img_align, $this->modparams, $this->maxchar, 1, $this->img_w, $this->img_h, $this->hiddenClasses);
[/PHP]
replace with:
[PHP]//$this->image = modJANewsHelper::replaceImage ($this->item, $this->img_align, $this->modparams, $this->maxchar, 1, $this->img_w, $this->img_h, $this->hiddenClasses);
$this->image=”;
$this->maxchar=”;
?>
[/PHP]
Hope that helps.August 19, 2010 at 10:55 am #353163Hi. This is a fresh installation.
I have already the ja thumbnail plugin. when I make the changes. the image apears, but not at the correct size, the plugin don´t put a thumbnail in section or category view.Thanks a lot
-
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by sergiobras 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum