Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pls help... Footer Layout Problem, IE not working


melveile

Recommended Posts

Posted

Hi,

 

I'm having the same problem with the page footer, that it is shifted to the right on some pages (for example individual product page)

 

 

ex:

http://www.aloegift.com/catalog/product_in...f269203a96e2013

 

 

Also, for some reason when i load my store with internet explorer, all the images and the css files do not load. Is it just my internet explorer or does everyone get that same text only??

 

What's the cause of those problems and how could i fix it?

 

Thanx in advance,

mel

Posted

try this

 

PAGE DISPLAYS WRONG ON FIRST LOAD

 

catalog/includes/application_top.php

 

on the line below <?php at the very beginning of the file, add

 

ini_set ( 'session.use_trans_sid', 0);

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

I had the same problem, on the configure i add th domain and it's fixed

 

define('HTTP_SERVER', 'http://mydomain.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'http://mydomain.com');

Posted

From what I can see, your base href isn't set, so it can't find your stylesheet for those pages. did you modify product_info.php and delete something on accident?

 

Specifically this line:

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

 

Should be right above this line:

<link rel="stylesheet" type="text/css" href="stylesheet.css">

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...