Shape 5

Joomla Club Extensions => Image Slide - Club => : sensory February 12, 2012, 03:42:49 PM



: S5 image slide v2 - Hyperlinks AND Text Overlay?
: sensory February 12, 2012, 03:42:49 PM
If it matters, I'm using Sienna template, but this applies to all templates probably...

In "image mode" I understand how to enter images and assign a hyperlink to each image that allows navigation by clicking on the image, AND
 I also like that in "module mode" that text heading and subheading can be overlayed over each image via custom html module for the image.
Is there some way to do BOTH--Allow visitors to click on a slide image to navigate to another page (like in "image mode"), and ALSO allow us to overlay text info on image like in "module mode" (without having to put that text info right in the image itself via photoshop)?

If this is not possible, do you recommend any other image slider extensions out there that would work well within S5 joomla templates?
Thanks.


: Re: S5 image slide v2 - Hyperlinks AND Text Overlay?
: jonahh February 13, 2012, 02:49:54 PM
Yes in module mode you can just add a hyperlink around the image or text.  Or add an onclick with following example code:

Javascript open links in new windows:
-----
onclick="window.open('http://www.yoursite.com')"

usage: <div onclick="window.open('http://www.yoursite.com')"> Your text here </div>



Javascript open links in same windows:
-----
onclick="window.document.location.href='http://www.yoursite.com'"

usage: <div onclick="window.document.location.href='http://www.yoursite.com'"> Your text here </div>