jdebonth Posted April 10, 2013 Posted April 10, 2013 I can scroll on all pages on my oscommerce site apart from this: http://www.chananes.com/create_account.php (which is a bit problematic as users cannot create new accounts!!!) Thanks for any help!
Guest Posted April 10, 2013 Posted April 10, 2013 @@jdebonth First problem, in admin under MY STORE, turn OFF 'Use search engine safe URLs'. This function has NEVER worked in osCommerce. Secondly, I had no problem scrolling using the most current versions of FF and IE. However, I would suggest reducing your product image size so that the pages load WITHOUT any scroll. This would be the best solution and all the customer to see the entire page immediately. Chris
jdebonth Posted April 10, 2013 Author Posted April 10, 2013 Thanks for the reply. I have modified the admin setting you recommended. The problem is with the create_account page, this cannot be resized to fit on an entire page, so scrolling is enivitable. I am using Chrome and on this page (create_account.php) (and also account_edit.php), I simply am not able to scroll down the page. I expect a large number of customers would use google Chrome to visit the site. It may be a Chrome related issue then with the way the user input data table has been coded..... Thanks again for the feedback edit: I confirmed that infact this is only a google chrome issue....
nottheusual1 Posted April 11, 2013 Posted April 11, 2013 the html, body rule (line 1) in constants.css sets the body height to 100%. In Chrome, this will disable the scroll bar. Removing it didn't seem to have any negative effect on the other browsers. And you are right -- Chrome is THE biggest browser now. http://www.w3schools.com/browsers/browsers_stats.asp :not_the_usual1 [you decide] -- Trying to figure it out, just like everyone else --
jdebonth Posted April 11, 2013 Author Posted April 11, 2013 yes that worked! thanks alot for the help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.