-
AuthorPosts
-
July 21, 2008 at 5:43 pm #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 ?
July 22, 2008 at 9:28 am #261455anyone ?
It is a live site and I really need to get this working please….
July 24, 2008 at 6:02 am #261922Guys please help…
Its been like 3 days since i posted this… Don’t like nagging and i know everyone is busy…..
July 25, 2008 at 12:57 pm #2622843 Days – no replies –
Joomlart Developers – please assist us….
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 25, 2008 at 2:54 pm #262307Terence…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.1 user says Thank You to John Wesley Brett for this useful post
-
AuthorPosts
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