Something sticking
Hey all. I'm having a strange problem in my galleries. Here is my site:
http://jamienewell.smugmug.com
When I click on a thumbnail, the picture previews correctly on the right. If I click on the preview, nothing happens (which is what I intended).
HOWEVER, if I then try to click on another of the thumbnails to look at other pictures, nothing happens. I can leave the page, but I cannot look at any other pictures unless I click "Next." How can I make it so a box doesn't pop up when you scroll over the larger preview without having this problem?
Also, it appears the "pages 1,2" in my galleries next to the word "Next" has disappeared. How do I get that back?
I hope this makes sense.
http://jamienewell.smugmug.com
When I click on a thumbnail, the picture previews correctly on the right. If I click on the preview, nothing happens (which is what I intended).
HOWEVER, if I then try to click on another of the thumbnails to look at other pictures, nothing happens. I can leave the page, but I cannot look at any other pictures unless I click "Next." How can I make it so a box doesn't pop up when you scroll over the larger preview without having this problem?
Also, it appears the "pages 1,2" in my galleries next to the word "Next" has disappeared. How do I get that back?
I hope this makes sense.
0
Comments
Not yet. Please give us an exact direct link to the gallery where we should see this behavior. And, what browser are you using?
Portfolio • Workshops • Facebook • Twitter
I'm using Internet Explorer.
Here is one of the galleries:
http://jamienewell.smugmug.com/gallery/2112618#109185586
As far as I can tell, this is happening in all of them. If you click the enlarged picture in the gallery, then click on a thumbnail to change the enlarged picture, the pictures all freeze. Also, on this particular page I posted, there is no option to switch to page 2 of the thumbnails, even though there are two pages.
Thanks for your help.
in Firebug or Tidy.
In your CSS if you're disabling this, use the /* */ comment enclosure.
Chang the red to the green.
<!--
a {text-decoration:none}
-->
/* a {text-decoration:none} */
Couldn't find any other suspect problems but someone else might have better luck.
BTW, Firefox displays everything fine.
My Website index | My Blog
This is what my text decoration code looks like now:
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 2em;
color: #fff;
background-color: #000000;
}
I'm not sure if that's the problem, or what.
Would you happen to know how to get the numbers for my photogalleries to appear on my wedding page?
http://jamienewell.smugmug.com/gallery/2112618#109185586
It says "1 of 24 Next>" above the pictures, but it doesn't show that I have TWO pages of wedding pictures in the gallery! I think it used to say "1,2" above this gallery, but I don't know how I lost it.
Thanks for your help.
?
Portfolio • Workshops • Facebook • Twitter
Page 1 of 2 Next >>>
My Website index | My Blog
I just noticed on the left corner of my taskbar, it reads "Error on Page."
AGH!
My page: http://jamienewell.smugmug.com/gallery/2112618#166188103
Hi, Andy... unfortunately, I'm still having this problem. I'm afraid I'm going to lose business because of it. I'm using Internet Explorer, and there are no page numbers above my pictures, it only says "1 of 39 Next>" With next only going to the next photo in the group, not pages. You have to actually go to the last picture in the series and click "Next" for it to skip to the next gallery page. I can only assume the problem doesn't show up on the browser you are using. Is there any way I can fix this? I hate to start my website over from scratch. Any advice is helpful.
comments are placed between /* and */.
<!--
a {text-decoration:none}
-->
to this
/*
a {text-decoration:none}
*/
Funny thing is, I see #pageNavigation_top not showing in IE6. Using
CSSVista it's missing there also until I hit edit then shows.
All of these add a space after the gallery number.
example .gallery_2260024SPACE.nophotos
/* html only page for gallery 2260024*/
.gallery_2260024.nophotos {
display: none;
}
.gallery_2260024.pageNav {
display: none;
}
/* html only page for gallery 2313798*/
.gallery_2313798.nophotos {
display: none;
}
.gallery_2313798.pageNav {
display: none;
}
/* html only page for gallery 2314041*/
.gallery_2314041.nophotos {
display: none;
}
.gallery_2314041.pageNav {
display: none;
}
My Website index | My Blog
My Website index | My Blog
http://jamienewell.smugmug.com/gallery/2112618#109200362
I am having one other issue with my website, it's a problem in all galleries, where if I go to click on the enlarged picture, there is a hand cursor like the photo is linked. I thought I disabled that in my CSS-- (to disallow the surfer to see other sizes) if you click on the enlarged picture on the right side of the photos, nothing happens, but it freezes my ability to enlarge any of the other pictures in the gallery. I cannot click on a thumbnail, in other words, and have it enlarged on the right side. I have to refresh the page to unfreeze it. I hope this makes sense. I've tried this trick on other computers using IE and they all have the same issue. I'm already grateful you've fixed my first problem, if you have any advice on this issue, you'd be my total hero.