Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All infoboxes shift to left column when user is logged in?


inalilbubble

Recommended Posts

A website address would be helpful.

 

Its currently in beta, running off another server, cause im testing out the software before I transfer it to its permanent home. You can see it at www.exhibitorsforum.com/products

 

but you need to register and log in to see everything shift to the left hand column, it only happens when the user is logged in.

 

THANK YOU SO MUCH :)

Link to comment
Share on other sites

you have to log in in order to see the infoboxes shift to the left. when you are a guest everything looks fine but once you log in most of the infoboxes on the right shift under the ones on the left, and I have no clue whats causing that :/

 

you can log in with my account which is [email protected] pw jordan its my testing account.

Link to comment
Share on other sites

No you actually have a mess going on in there. Your source code for index.php is

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>AGC Design</title>
<base href="http://exhibitorsforum.com/products/">

<!-- start get_javascript(applicationtop2header) //-->

<!-- end get_javascript(applicationtop2header) //-->

 <link rel="stylesheet" type="text/css" href="stylesheet.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<style>body{background:#663300}</style>
<body bgcolor="#FFFF99">

That is fine. Any page other than index.php is

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>AGC Design</title>
<base href="http://exhibitorsforum.com/products/">

<!-- start get_javascript(applicationtop2header) //-->
<script language="javascript"><!--
function popupWindow(url) {
 window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res
izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le
ft=150')
}
//--></script>
<!-- end get_javascript(applicationtop2header) //-->

 <link rel="stylesheet" type="text/css" href="stylesheet.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<style>body{background:#663300}</style>

That is wrong. The code

<style>body{background:#663300}</style>

need to be inbetween the

<head></head> tags. Plus there is no opening <body> tag.

It looks like you added a background image in the wrong place. The image after your breadcrumb but before the categories box.

That should have been add in the catalog/includes/header.php file. Is that where you put it?

Link to comment
Share on other sites

nope thats not where I put it, but i see the cluster *ahem* mess I made. lol. thanks much, I'll change that up this evening when I get back to my house and not doing personal work on the company clock hehe.

 

thats a bunch, you are the GREATEST! :)

Link to comment
Share on other sites

I really need help with this anyone please. This is what it looks like for a guest:

 

before.jpg

 

This is what it looks like for a registered user AFTER they have completed a sale and forever there after:

 

after.jpg

 

Anyone PPPPLLLLLEEEAAASSEEE how can I fix this?

Link to comment
Share on other sites

I feel like the lone ranger :'( anyone please?! Still having this issue and no idea how to fix. Thanks!

Absolutely no idea how this can happen. It may have something to do with ssl in each box as to wether it displays or not in the left or right column.

 

Check all of the contribs that you have installed that have to do with info boxes. Otherwise, start from a new install.

 

If you can work it out, it could be a handy feature.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...