test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • chowdhryrc Friend
    #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 Friend
    #218055

    chowdhryrc;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

    chowdhryrc Friend
    #218069

    Hi
    the IE version being used is IE6 sp2

    URL for the site is
    http://www.psorcure.com/clinic

    raj

    chowdhryrc Friend
    #218514

    Hi there

    Any body having any thoughts or suggestions on what to do
    I am stuck to this problem.

    Raj

    cssyeah Moderator
    #218530

    Hi 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>

    🙂

    chowdhryrc Friend
    #218550

    Hi 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 believing

    it 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 Moderator
    #218582

    Hi 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">

    🙂

    clivecchi Friend
    #238008

    I 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

Viewing 8 posts - 1 through 8 (of 8 total)

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