-
AuthorPosts
-
April 16, 2007 at 11:29 am #119687
Hi Every one
I am using JA Villadi template for my new site.One problem I am facing is the image display in module position
the image gets correctly displayed in firefox browser but it is not displayed at all in Internet explorer.
I checked at Safari and Opera and image display is correct.. Only in Internet Explorer the image does not display.I am using the following code for image display in module.
<a href=”<?php echo $link; ?>”><img src=”<?php echo $file; ?>
” alt=””width=”” height=”” border=”1″ class=””>
<p align=”left”><span class=”style1″><?php echo “$caption”; ?></span>
</p></a>The image is in jpg format.
Can some one suggest the changes I should make in this code so that image should also display in internet explorer also?
thanks
Raj
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 16, 2007 at 12:15 pm #218055chowdhryrc;12812Hi Every one
I am using JA Villadi template for my new site.One problem I am facing is the image display in module position
the image gets correctly displayed in firefox browser but it is not displayed at all in Internet explorer.
I checked at Safari and Opera and image display is correct.. Only in Internet Explorer the image does not display.I am using the following code for image display in module.
<a href=”<?php echo $link; ?>”><img src=”<?php echo $file; ?>
” alt=””width=”” height=”” border=”1″ class=””>
<p align=”left”><span class=”style1″><?php echo “$caption”; ?></span>
</p></a>The image is in jpg format.
Can some one suggest the changes I should make in this code so that image should also display in internet explorer also?
thanks
Raj
AS always a live url gives us a chance to test using browser with standardised settings etc please post a url, and what version of internet exploiter are you referring to
April 16, 2007 at 1:20 pm #218069April 20, 2007 at 1:08 am #218514Hi there
Any body having any thoughts or suggestions on what to do
I am stuck to this problem.Raj
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
April 20, 2007 at 7:21 am #218530Hi chowdhryrc,
Login in to backoffice of your site and do some steps:
1. Choose “Site Golbal configuration Default WYSIWYG Editor ( no WYSIWYG Editor )”
2. Open some module on the right side( Ex: Doctor profile, Treatment Process, Psoriasis Free Life…) and delete two div tags ( flexcontent and flexcontentitem ).
<div class="flexcontent">
<div class="flexcontentitem">
<img src="http://psorcure.com/clinic/images/stories/about-doctor-img.jpg" alt="" title="Doctor Profile" />
<p> Dr Shailender Dhawan has specialization in Psoriasis, Scalp Psoriasis, Guttate, Pustular, Plaque, Psoriatic arthritis, and other diseases where hyperkeratosis takes place</p>
<a class="readon" href="http://psorcure.com/clinic/index.php?option=com_content&task=view&id=12&Itemid=1">Read more...</a>
</div>
</div>
3. Add this CSS code section in the template_css.css file.
#ja-rightcol a.detail {
padding: 2px 5px;
background: #16A9CD;
text-decoration: none;
}#ja-rightcol a.detail:hover, a.detail:active {
background: #000000;
color: #FFFFFF;
text-decoration: none;
}
4. Change class link of some module on the right side:
<a class="readon" href="http://psorcure.com/clinic/index.php?option=com_content&task=view&id=12&Itemid=1">Read more...</a>
to:
<a class="detail" href="http://psorcure.com/clinic/index.php?option=com_content&task=view&id=12&Itemid=1">Read more...</a>
🙂
April 20, 2007 at 12:38 pm #218550Hi Trungch
Thanks for this detailed reply.I will apply the suggestions on the right column and see the effects
but my question was on spotlight module
which means I am talking about 3 modules bellow the header image
which on my website show 3 links at present
1. psoriasis free life 2. psorcure vs. biologics 3. seeing is believingit is these 3 modules which are not displaying image in IE6 but the image is displayed when I use firefox.
thanks for your help
raj
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
April 21, 2007 at 1:58 am #218582Hi chowdhryrc,
You open three modules ( 1. psoriasis free life 2. psorcure vs. biologics 3. seeing is believing ) modify some properties of <img…> tag.
<img src="images/stories/freelifeimage.jpg" alt="" class="" border="1" height="" width="">
<img src="images/stories/freelifeimage.jpg" alt="Module name" class="" border="1" height="80" width="63">
🙂
February 2, 2008 at 4:03 pm #238008I would like to try the above fix however, I am rather news to Joomla. Where do you find the module code once it is implemented. I can find the intitial code within the directory structure (ex: www > modules > ja_slwi). I have copied the modules 3 times and used it three times on our wite http://www.hisinfluence.com.
So as an example the box that says Charity I have named as Charity Spotlight. where would I find the code to make the changes you reccomend above?
Thank You
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by clivecchi 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum