Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6335877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:56:31+00:00 2026-05-24T18:56:31+00:00

So I have a page using GalleryView 1.1 here . I like the behaviors

  • 0

So I have a page using GalleryView 1.1 here. I like the behaviors just fine except that the left-most item’s onclick event won’t fire for some reason.

I also grabbed the 2.1 version from the GoogleCode page; the author’s page at http://spaceforaname.com/ has gone. So here is a page implementing 2.1.

Since 2.1 has a bunch of behaviors I hate and seems to completely prevent my onclick events I would like to sort out the issue with the left-most item’s onclick in the v1 page.

I have read through the code but failed to find what is interfering.

The function looks like this:

 $('.myslides').click(function() {
    //alert($(this).attr('alt'));
     $('#big_pic').attr("src", $(this).attr('alt'));
     return false;
  });

and the items like this

<li><img src='g/weddings/slides/1.jpg' width='165' height='110' alt='/g/weddings/slides/1_big.jpg' class='myslides'/></li>

I have tried moving the class attribute to the LI, and also adding an anchor around the image and giving it the class but neither of these had a visible effect.

// Edit
The page validates and yes I know the big pics are blurry. Don’t have them from GD so did best I could stretching thumbs.

Does anyone have an idea of how I should pursue debugging this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T18:56:31+00:00Added an answer on May 24, 2026 at 6:56 pm

    So when inspecting the elements in question I found that the working thumbnails were all image elements but the non working first thumbnail was a div with id “pointer”.

    Since the author’s site with the docs has evaporated I can say what function #pointer has in my filmstrip slides but in jquery.galleryview-1.1.js on line 319 I changed its width to 1px in the JS CSS and this resolved the issue of the obstructed onclick. #pointer may have a function I am not employing here. At any rate the issue is resolved.

    Width was previously set to

    'width':opts.frame_width-pointer_width+'px',
    

    Now set to

    pointer.attr('id','pointer').appendTo(j_gallery).css({
                     'position':'absolute',
                     'zIndex':'1000',
                     'cursor':'pointer',
                     'top':getPos(j_frames[0]).top-(pointer_width/2)+'px',
                     'left':getPos(j_frames[0]).left-(pointer_width/2)+'px',
                     'height':opts.frame_height-pointer_width+'px',
                     '1px',
                     'border':(has_panels?pointer_width+'px solid '+(opts.nav_theme=='dark'?'black':'white'):'none')
                });
    

    Also tried adding display:none but this resulted in jerky animation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a registration page using CI that works fine. However, I encoded
I have a page that is using a non-standard font and arial as a
I have a page that is using jQuery tabs. Within one of my tabs
I have this code that fetches some text from a page using BeautifulSoup soup=
I have a page using a Treeview server control like so: <asp:TreeView ID=uxTreeView ShowExpandCollapse=True
I have a page using StackLayoutPanel. In that 3 stacks requires separate CellTables. Currently
I have created a login page using a nice guide that I found about
I have a page that is loaded within another page using jQuery. What I
Using Woodwing, we have a page that has custom html in it, using the
I have a problem here. I'm trying to manipulate a web page using jquery.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.