Need quick help with website

kxl

Social Documentary
Local time
12:30 PM
Joined
Feb 29, 2008
Messages
3,187
Could you check my galleries?

Are you seeing 4 columns and 3 rows on the page (you may have to scroll down)?

If you are not seeing 4 x 3 what are you seeing? How many thumbnails?

If you don't mind, please let me know which browser (including version) you are using and the size of your monitor.

While it shows 4x3 on my home monitors using Chrome or Firefox, the display gets funky on my monitor at work (using IE 7.0... yeah, I know). If the root cause is the ancient browser version, then I'm good. But if it's something else, then I have some troubleshooting to do.

Thanks for your help.
 
IE 7 doesn't support CSS media queries (stuff like "@media (min-width: 1200px)" in bootstrap-responsive.min.css), which is probably why it's not working correctly on that machine. You might look into something like this: https://github.com/scottjehl/Respond

The good news is IE8+ and any other modern browser should work correctly.

It does work properly in Safari 6.0.5 on my 15" Retina MacBook Pro on OS X 10.8.4. I can test an array of other browsers if you'd like.
 
IE 7 doesn't support CSS media queries (stuff like "@media (min-width: 1200px)" in bootstrap-responsive.min.css), which is probably why it's not working correctly on that machine. You might look into something like this: https://github.com/scottjehl/Respond

The good news is IE8+ and any other modern browser should work correctly.

It does work properly in Safari 6.0.5 on my 15" Retina MacBook Pro on OS X 10.8.4. I can test an array of other browsers if you'd like.

Thanks for the tip... if that's the case (and sounds like it is), then I don't need to rush to fix it. Thanks for the offer to test... if you don't mind that would be great!

Thanks.
 
Thanks for the tip... if that's the case (and sounds like it is), then I don't need to rush to fix it. Thanks for the offer to test... if you don't mind that would be great!

Thanks.

I'd be happy to. I'm actually out of the house at the moment. When I get back (an hour or so), i have a pile of virtual machines I can test a handful of OS/browser combinations for ya.
 
It's a little messed up in IE 8 (Win XP) as well. You'll probably want to take care of that at least, since anyone on XP is stuck with IE 8 at the latest.

Looks good on the following:
IE 9 on Windows 7
IE 10 on Windows 7/8
IE 11 on Windows 8.1
Latest Chrome on Mac/Windows
Latest Firefox on Mac/Windows
Latest Safari on Mac
Latest Opera on Mac/Windows

If you ever need to do testing on different versions of IE in the future, Microsoft provides virtual machine images with various OS/IE version combinations here: http://www.modern.ie/en-us/virtualization-tools#downloads and you can get virtual machine software at https://www.virtualbox.org
 
It's a little messed up in IE 8 (Win XP) as well. You'll probably want to take care of that at least, since anyone on XP is stuck with IE 8 at the latest.

Thanks - yeah, looks like I need to address this sooner than later. Thanks again for the tip re: testing different IE versions.
 
Back
Top Bottom