Lost page options
JBHotShots
Registered Users Posts: 391 Major grins
I know I brought it up in a another forum and said it didn't bother me that much because viewers on other computers could see it still. Well, that changed late yesterday and I was wondering how to fix it. I don't have the option to go to a page in any of my galleries. Instead, I have to go through to the next page by clicking on the last thumb on the page and clicking next picture to get it to change. Any help would be greatful. BTW, I added a slide show and navbar yesterday and after all that is when it "disappeared". :scratch
Jamie
JBHotShots.com
Facebook
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX
JBHotShots.com
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX
0
Comments
Have you tried clearing your browser cache? The fact that other users can see the page options and you can't implies that it is something environmental (as in something on your computer).
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
JBHotShots.com
Facebook
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX
In IE, go to properties, then to Browsing history. Delete temporary internet files.
In FireFox, Tools, clear private data.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
JBHotShots.com
Facebook
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX
I see the page nav fine myself to. I did look at your customizations and I found one thing worth correcting just to make sure it isn't causing the issue:
In this section of your CSS, you are missing a ; on the margin-top line
#navcontainer ul {
margin: 0;
margin-top:20px
padding: 0;
list-style-type: none;
text-align: center;
}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
JBHotShots.com
Facebook
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX
I posted your current version, not a fixed version. You just need to add a semicolon at the end of the margin-top line. Every CSS directive must end with a semi-colon or the parsing gets messed up.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
JBHotShots.com
Facebook
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX