Results 1 to 3 of 3

Thread: Cannot make "End of Gallery" message box go away

  1. #1
    Join Date
    Nov 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Cannot make "End of Gallery" message box go away

    1) Script Title: CMotion Image Gallery

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...iongallery.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/.../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!
    Last edited by AvidLebon; 11-18-2014 at 06:12 AM. Reason: Trying to mark as solved

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    And I thought I was too literal (I am often). In any case it means for you to do this:

    Code:
    var endofgallerymsg="";
    to be rid of it completely.
    Last edited by jscheuer1; 11-18-2014 at 04:25 PM. Reason: English Usage
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much! I don't know a lick of Java but this fixed it and it looks fantastic now

Similar Threads

  1. How to add "Lightbox" to "Simple Controls Gallery" links?
    By CJ Romix in forum Dynamic Drive scripts help
    Replies: 9
    Last Post: 01-28-2012, 05:47 PM
  2. Make your "Simple Controls Gallery v1.4" Stretch Images to Fit
    By Enmanuel Soria in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 01-25-2012, 06:22 AM
  3. Replies: 5
    Last Post: 02-20-2009, 12:26 PM
  4. Replies: 2
    Last Post: 11-10-2006, 05:22 PM
  5. Replies: 5
    Last Post: 10-01-2005, 12:08 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •