Results 1 to 2 of 2

Thread: Simple Controls Gallery does not show

  1. #1
    Join Date
    Jun 2009
    Location
    San Antonio
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple Controls Gallery does not show

    1) Script Title: Simple Controls Gallery v1.

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) Describe problem: Unable to run the "Simple Control Gallery v1". I placed all the codes on the page, reviewed them (before </head> and on the body), but I can find the ploblem. Why does not shows? I think may be a comflict with the other java codes, I have "Accordion Content script", "Pausing up-down scroller" and "DHTML slideshow script" they work fine, but, when I add the "Simple Controls Gallery does not shows in the pages, in fact, I tried to use "Daily iframe content II" with dynamic content, also does not shows, or block the menu. Would you please help?
    Is there a limit on the number of scripts I can use on a page? How I can correct the code?

    Page with the problem is at: http://www.iglesiacristianaemanuel-s...ndex-test.html

    The place where the Gallery code is, is next to the reference "zzz" on the page.

    Thank you in advance for your help!
    Last edited by sergiorivas; 06-20-2009 at 03:06 AM. Reason: typos

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There may be a other errors as well, but at a glance, you need to move the jQuery reference in your HTML page so it's above all other JavaScript references on the page. For example:

    Code:
    <script type="text/javascript" src="js/jquery-1.2.6.pack.js"></script>
    
    <script type="text/javascript" src="js/simplegallery.js">
    
    /***********************************************
    * Simple Controls Gallery- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
    </script>
    DD Admin

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
  •