Image Intro showing broken icon
For some articles I dont need an Intro Image, so I let my "Intro Image" field empty... then I get some broken image icons showing like this :
http://img217.imageshack.us/img217/322/introimg.png Firefox is correct, but Chrome and Explorer show "broken image icon", how can I get rid of this ? (Not sure if this is a Joomla 2.5 problem or a yougrid/template problem) Are you sure your are posting in product assigned forum?: Yes What is your CMS version?: Joomla 2.5 MySQL Version: 5.x PHP version: 5.x Link to installation: google.com Have you edited any files? If yes tell us which ones.: No |
Hello dilemtl.
Follow the link bellow, the same issue you have, and the issue is solved in that thread. http://www.youjoomla.com/joomla_supp...4183#post44183 |
Quote:
I'm using the free version of YouGrids template |
Here you go. ;)
To fix it, go to templates/template_name/html/com_content/featured/default_item.php line #127 Code: <?php if ($jvcheck && isset($images->image_intro)) : ?> change to this: Code: <?php if ($jvcheck && !empty($images->image_intro)) : ?> Same thing in templates/template_name/html/com_content/category/blog_item.php #line 129 Code: <?php if ($jvcheck && isset($images->image_intro)) : ?> change to this: Code: <?php if ($jvcheck && !empty($images->image_intro)) : ?> |
It's all right now !
Thank you sir |
Your welcome. Soled and closed is then.
|
| All times are GMT -4. The time now is 06:50 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.