Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • terence Friend
    #131140

    Good day People…

    Live site url : http://www.veeque.com

    I am trying to put other pictures in the JA Tabs Module and they not showing up.

    I have tried switching the WYSSIWIG Editor off as well as with it on and can’t get the pictures to show up.

    The HTML code I have entered is as follows :

    <a href=”http://www.veeque.com/images/stories/demo/gallery/1_Pentangle_Intro_Overview.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:705, height:437, captionText:’Pentangle’})”> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-2.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-3.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-3.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-4.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-4.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-5.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-5.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-6.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-6.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /></a>

    Any idea why this is happening ?

    terence Friend
    #261455

    anyone ?

    It is a live site and I really need to get this working please….

    terence Friend
    #261922

    Guys please help…

    Its been like 3 days since i posted this… Don’t like nagging and i know everyone is busy…..

    terence Friend
    #262284

    3 Days – no replies –

    Joomlart Developers – please assist us….

    John Wesley Brett Moderator
    #262307

    Terence…you’re going to say, “DOH!” after this one. 😀

    The reason no pictures are showing is because you have left out the image sources for the first two images:

    What you have:

    <em>@terence 68332 wrote:</em><blockquote>
    The HTML code I have entered is as follows :

    <a href=”http://www.veeque.com/images/stories/demo/gallery/1_Pentangle_Intro_Overview.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:705, height:437, captionText:’Pentangle’})”> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-2.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-3.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-3.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-4.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-4.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-5.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-5.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /> </a>
    <a href=”http://www.veeque.com/images/stories/demo/gallery/gl-6.jpg” onclick=”return hs.expand(this, {outlineType : ‘drop-shadow’, width:400, height:260, captionText:’Sample image’})”><img src=”http://www.veeque.com/images/stories/demo/gallery/gl-6.jpg” alt=”Highslide JS” title=”Click to enlarge” height=”55″ width=”85″ /></a>
    </blockquote>

    What you should have:


    <a href="http://www.veeque.com/images/stories/demo/gallery/1_Pentangle_Intro_Overview.jpg" onclick="return hs.expand(this, {outlineType : 'drop-shadow', width:705, height:437, captionText:'Pentangle'})"><img src="http://www.veeque.com/images/stories/demo/gallery/1_Pentangle_Intro_Overview.jpg" alt="Highslide JS" title="Click to enlarge" height="55" width="85" /> </a>
    <a href="http://www.veeque.com/images/stories/demo/gallery/gl-2.jpg" onclick="return hs.expand(this, {outlineType : 'drop-shadow', width:400, height:260, captionText:'Sample image'})"><img src="http://www.veeque.com/images/stories/demo/gallery/gl-2.jpg" alt="Highslide JS" title="Click to enlarge" height="55" width="85" /> </a>
    <a href="http://www.veeque.com/images/stories/demo/gallery/gl-3.jpg" onclick="return hs.expand(this, {outlineType : 'drop-shadow', width:400, height:260, captionText:'Sample image'})"><img src="http://www.veeque.com/images/stories/demo/gallery/gl-3.jpg" alt="Highslide JS" title="Click to enlarge" height="55" width="85" /> </a>
    <a href="http://www.veeque.com/images/stories/demo/gallery/gl-4.jpg" onclick="return hs.expand(this, {outlineType : 'drop-shadow', width:400, height:260, captionText:'Sample image'})"><img src="http://www.veeque.com/images/stories/demo/gallery/gl-4.jpg" alt="Highslide JS" title="Click to enlarge" height="55" width="85" /> </a>
    <a href="http://www.veeque.com/images/stories/demo/gallery/gl-5.jpg" onclick="return hs.expand(this, {outlineType : 'drop-shadow', width:400, height:260, captionText:'Sample image'})"><img src="http://www.veeque.com/images/stories/demo/gallery/gl-5.jpg" alt="Highslide JS" title="Click to enlarge" height="55" width="85" /> </a>
    <a href="http://www.veeque.com/images/stories/demo/gallery/gl-6.jpg" onclick="return hs.expand(this, {outlineType : 'drop-shadow', width:400, height:260, captionText:'Sample image'})"><img src="http://www.veeque.com/images/stories/demo/gallery/gl-6.jpg" alt="Highslide JS" title="Click to enlarge" height="55" width="85" /></a>

    Hope this helps.
    John.

    terence Friend
    #262313

    Works like a charm…

    I appreciate your help 🙂

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

This topic contains 6 replies, has 2 voices, and was last updated by  terence 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum