Slideshow block, changing link url
Permalink
I updated the view.php to change the href link on the image to point to a specific page and pass the File ID. but when I did this the link text for the image is being displayed under the image. the change I made is below.
the link i changed works fine, and the images display fine also, but just have the text being displayed now.
el.innerHTML='<a class="wotrslideshowimage" href="/projects/project-photo-page?fID='+ this.imgInfos[num].fID+'" '+clickEvent+' >'+el.innerHTML+this.imgInfos[num].url +'</a>';
the link i changed works fine, and the images display fine also, but just have the text being displayed now.
that was from the orig code I just changed what was in the href tag for the link. the other url to the image was there from the view.php i copied. but that is also what is being display, If I remove that, then nothing is displayed.
frank
her is the site: dev.dadeservice.com
top right of the page
frank
her is the site: dev.dadeservice.com
top right of the page
Ok, I must have added that earlyer for test, but they thought it was already there.
Thanks for pointing that out..
Thanks for pointing that out..
-Steve