AvidLebon
11-17-2014, 02:46 PM
1) Script Title: CMotion Image Gallery
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm
3) Describe problem: When the gallery strip reaches the end of the images it normally shows the message "End Gallery". In the motiongallery.js file it says //5) Set message to show at end of gallery. Enter "" to disable message.
var endofgallerymsg='<span style="font-size: 11px;">"End Gallery"</span>';
So I changed the code to //5) Set message to show at end of gallery. Enter "" to disable message.
var endofgallerymsg='<span style="font-size: 11px;">""</span>'; which does not disable the message, but instead changes the message to ""
Removing the "" entirely doesn't work either, an empty yellow box still appears. Removing that section of code entirely breaks the bar so it no longer scrolls on a mouse-over. How can I disable this message box completely?
My site with the code being used is here (near the bottom): https://dl.dropboxusercontent.com/u/23808236/Tainted%20Enterprises%20Portfolio/Webpages/GalleryPages/2D/fnaavids.html
Being able to center it on the page would be really great too, the directions say to uncomment the entry but that didn't seem to work. Please help!
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm
3) Describe problem: When the gallery strip reaches the end of the images it normally shows the message "End Gallery". In the motiongallery.js file it says //5) Set message to show at end of gallery. Enter "" to disable message.
var endofgallerymsg='<span style="font-size: 11px;">"End Gallery"</span>';
So I changed the code to //5) Set message to show at end of gallery. Enter "" to disable message.
var endofgallerymsg='<span style="font-size: 11px;">""</span>'; which does not disable the message, but instead changes the message to ""
Removing the "" entirely doesn't work either, an empty yellow box still appears. Removing that section of code entirely breaks the bar so it no longer scrolls on a mouse-over. How can I disable this message box completely?
My site with the code being used is here (near the bottom): https://dl.dropboxusercontent.com/u/23808236/Tainted%20Enterprises%20Portfolio/Webpages/GalleryPages/2D/fnaavids.html
Being able to center it on the page would be really great too, the directions say to uncomment the entry but that didn't seem to work. Please help!