Set a link on a picture in the slideshow

Hi,

just tried to set a link on a picture in my slideshow like described here:
http://www.joomlart.com/forums/showt…L-and-hit-area

I see the code is populated successfully but unfortunately nothing happens. I rubbed my eyes, i can’t find the reason why the link doesn’t work.

Did anybody of you experienced that behavior before, probably in connection with JM Galaxite?
Many thanks for your help.

3 answers

Profile photo of thangnn1510 0.00 $tone July 21, 2011
Public

Thanks for giving me the login information. Please try doing this:

-- Change this code:

Code:

.maskDesc .jm-slide-desc {
  background-color: #000000;
  bottom: 0;
  color: #B5B5B4;
  font-size: 100%;
  padding: 10px;
  position: absolute;
  right: 805px;
  width: 100%;
}

to

Code:

.maskDesc .jm-slide-desc {
  background-color: #000000;
  bottom: 0;
  color: #B5B5B4;
  font-size: 100%;
  padding: 10px;
  position: absolute;
  width: 100%;
}

in skin/frontend/default/jm_galaxite/joomlart/jmslideshow/css/jm.slideshow.css

-- and change this code:

Code:

.maskDesc {
  background: none repeat scroll 0 0 transparent;
}

to:

Code:

.maskDesc {
  background: none repeat scroll 0 0 transparent;
  width: 245px !important;
}

in skin/frontend/default/jm_galaxite/joomlart/jmslideshow/css/jm.slideshow.css.

That will help you in this case.

#2

This question is now closed

Written By

Comments