sharonmiranda
10-29-2015, 07:00 PM
1) Script Title: Flexi Slideshow
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex14/flexislide.htm
3) Describe problem: contentcontainer+='<a target="_blank" href="'+variableslide[currentslide][1]+'">' causes a combining of URLs and thus broken links per Google. I have replaced all variable links with hard coded domain name to avoid this issue but cannot figure out how to correct this one last standing. If I place domainname.com in it causes a doubling up.
href="'+variableslide[currentslide][1]+'"
to
href="www.domainname.com'+variableslide[currentslide][1]+'"
causes
www.domainname.comwww.domainname.com'+variableslide[currentslide][1]+
as is, the combined URL result is that the variableslide href attaches to the end of all posts not related to the slideshow in the google review:
page-Bear_Creek_Salmon_Festival_--_When_-10_/_03_/'+variableslide[currentslide][1]+'
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex14/flexislide.htm
3) Describe problem: contentcontainer+='<a target="_blank" href="'+variableslide[currentslide][1]+'">' causes a combining of URLs and thus broken links per Google. I have replaced all variable links with hard coded domain name to avoid this issue but cannot figure out how to correct this one last standing. If I place domainname.com in it causes a doubling up.
href="'+variableslide[currentslide][1]+'"
to
href="www.domainname.com'+variableslide[currentslide][1]+'"
causes
www.domainname.comwww.domainname.com'+variableslide[currentslide][1]+
as is, the combined URL result is that the variableslide href attaches to the end of all posts not related to the slideshow in the google review:
page-Bear_Creek_Salmon_Festival_--_When_-10_/_03_/'+variableslide[currentslide][1]+'