Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Horizontal Scroll


sweetfreedom

Recommended Posts

Posted

I have this same problem; however, it seems that if I refresh it clears it up??

Posted

well i dont know where but you need to set your width smaller or put in a no scroll on width im on 600x800 and it is just a small scroll

Posted

with regards to that i have used that mod here

how can i set the edges to a different colour? like you have?

"because it'll hurt more"- the greatest film of all time?

Posted

Do you mean the rounded corners?

 

Just as the original OSC template uses for the top corners, they are actually images in their own cells. If you right click on them, you will be able to see that they are 40x40 gifs. Is that what you were talking about?

Contributions I used : Updated 06-13-04 23:42

----------------

Vote on My Graphis Poll

Posted

Here is a screen shot of my site with borders around the header so you can see what I mean. I used a FFFFFF bg color for the outside cells and then align=center valign=top for the alignment of the corner images, which makes the table appear rounded...

 

headerscreenshot.jpg

 

HERE is the web site that gave me the idea.

Contributions I used : Updated 06-13-04 23:42

----------------

Vote on My Graphis Poll

Posted

no i literally mean where you haveblue, i want my store to be cream on white

"because it'll hurt more"- the greatest film of all time?

Posted

Ahh, that's in

 

1) includes/languages/english/center_shop.php

define('CENTER_SHOP_BACKGROUND_COLOR_OUT',"080063"); // Use what bgcolor for the outside of the shop

 

2) includes/header.php

    <table width="100%" cellpadding="<?php echo CENTER_SHOP_PADDING; ?>" cellspacing="0" border="0" bgcolor="<?php echo CENTER_SHOP_BACKGROUND_COLOR_OUT; ?>">
<tr>
<td width=100% height=10 bgcolor=080063 align=center></td></tr>

 

3) includes/footer.php

<td width=100% height=10 bgcolor=080063 align=center></td></tr>
<tr>
<td width=100% bgcolor=080063 align=center>
<?php
   }
 }
// WebMakers.com Added: Center Shop
?>

 

Anywhere it says "080063", replace it with your color.

 

 

 

 

 

Let me know if that's what you were looking for.

Contributions I used : Updated 06-13-04 23:42

----------------

Vote on My Graphis Poll

Posted

but thats not part of the contrib?

 

i dont have center_shop.php

 

i just added the div tags

"because it'll hurt more"- the greatest film of all time?

Posted

oh, well the contribution that you have linked to doesnt use Centershop.php either though?

im confused :blink:

"because it'll hurt more"- the greatest film of all time?

Posted

ah can i install that "over" the one that i have got?

 

which is the one you did have a link to

"because it'll hurt more"- the greatest film of all time?

Posted

sorry about this coding but here are the two files, they look a bit too different!

<?php
/*
?$Id: header.php,v 1.42 2003/06/10 18:20:38 hpdl Exp $

?osCommerce, Open Source E-Commerce Solutions
?http://www.oscommerce.com

?Copyright (c) 2003 osCommerce

?Released under the GNU General Public License
*/
define('DIR_WS_TEMPLATE_IMAGES', 'templates/Original/images/');


?>
<div style="text-align: center; background: #f5f5dc; margin: 0;">
<div style="text-align: left; margin: 8px auto; width: 760px;">

<?
// WebMakers.com Added: Down for Maintenance
// Hide header if not to show
if (DOWN_FOR_MAINTENANCE_HEADER_OFF =='false') {

if (SITE_WIDTH!='100%') {
?>
? ?<table width="100%" cellpadding="10" cellspacing="0" border="0" BGCOLOR="#ffffff">
? ? ?<tr><td>
? ? ? ?<table BORDERCOLORLIGHT="2F4F2F" CELLSPACING="2" CELLPADDING="4" BORDER="2" width="<?php echo SITE_WIDTH;?>" align="center" BGCOLOR="FFFFFF" align="center">
? ? ? ? ?<tr><td BORDERCOLOR="FF0000">
? ? ? ? ? ?<table border="0" width="100%"><tr><td>
<?php
}
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
?<tr class="header">
? ?<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_TEMPLATE_IMAGES . 'logo.gif', 'Store Logo') . '</a>'; ?></td>
? ?<td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>
?</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1">
?<tr class="headerNavigation">
? ?<td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>
? ?<td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>
?</tr>
</table>

<?php
}
?>
<!-- header_eof //-->

 

and the contrib is this

<?php
/*
 $Id: header.php,v 1.36 2002/08/15 17:29:47 dgw_ Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2001 osCommerce

 Released under the GNU General Public License
*/

// check if the 'install' directory exists, and warn of its existence
 if (WARN_INSTALL_EXISTENCE == 'true') {
   if (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install')) {
     tep_output_warning(WARNING_INSTALL_DIRECTORY_EXISTS);
   }
 }

// check if the configure.php file is writeable
 if (WARN_CONFIG_WRITEABLE == 'true') {
   if ( (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) && (is_writeable(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) ) {
     tep_output_warning(WARNING_CONFIG_FILE_WRITEABLE);
   }
 }

// check if the session folder is writeable
 if (WARN_SESSION_DIRECTORY_NOT_WRITEABLE == 'true') {
   if (STORE_SESSIONS == '') {
     if (!is_dir(tep_session_save_path())) {
       tep_output_warning(WARNING_SESSION_DIRECTORY_NON_EXISTENT);
     } elseif (!is_writeable(tep_session_save_path())) {
       tep_output_warning(WARNING_SESSION_DIRECTORY_NOT_WRITEABLE);
     }
   }
 }

// check session.auto_start is disabled
 if ( (function_exists('ini_get')) && (WARN_SESSION_AUTO_START == 'true') ) {
   if (ini_get('session.auto_start') == '1') {
     tep_output_warning(WARNING_SESSION_AUTO_START);
   }
 }

 if ( (WARN_DOWNLOAD_DIRECTORY_NOT_READABLE == 'true') && (DOWNLOAD_ENABLED == 'true') ) {
   if (!is_dir(DIR_FS_DOWNLOAD)) {
     tep_output_warning(WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT);
   }
 }
?>
<?php
// BOF: WebMakers.com Added: Center Shop
// This goes before any other table of the shop
 if ( CENTER_SHOP_ON=='1' ) {
// Is a bgroundcolor set for around the shop
   if ( CENTER_SHOP_BACKGROUND_ON=='1' ) {
?>
   <table width="100%" cellpadding="<?php echo CENTER_SHOP_PADDING; ?>" cellspacing="0" border="0" bgcolor="<?php echo CENTER_SHOP_BACKGROUND_COLOR_OUT; ?>">
     <tr><td>
<?php
    }
// Center the shop to what size and what bgcolor
?>
   <table CELLSPACING="4" CELLPADDING="6" BORDER="3" width="<?php echo CENTER_SHOP_WIDTH; ?>" align="center" BGCOLOR="<?php echo CENTER_SHOP_BACKGROUND_COLOR; ?>">
     <tr><td BGColor="FFFFFF">
<?php
  }
// The rest of the <td> at the end of the footer
// EOF: WebMakers.com Added: Center Shop
?>


<table border="0" width="100%" cellspacing="0" cellpadding="0">

<?php
// Defined image and link from center_shop.php
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
<?php
 if (HEADER_IMG_LINK_ON=='1') {
?>
   <td valign="middle"><?php echo '<a href="' . HEADER_IMG_LINK . '">' . tep_image(DIR_WS_IMAGES . HEADER_IMG_PIC, HEADER_IMG_ALT) . '</a><BR>'; ?></td>
<?php
 } else {
?>
   <td valign="middle"><?php echo tep_image(DIR_WS_IMAGES . HEADER_IMG_PIC, HEADER_IMG_ALT) . '<BR>'; ?></td>
<?php
}
?>

   <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>
 </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1">
 <tr class="headerNavigation">
   <td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>
   <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>
 </tr>
</table>
<?php
 if ($HTTP_GET_VARS['error_message'] != '') {
?>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr class="headerError">
   <td class="headerError"><?php echo urldecode($HTTP_GET_VARS['error_message']); ?></td>
 </tr>
</table>
<?php
 }

 if ($HTTP_GET_VARS['info_message'] != '') {
?>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr class="headerInfo">
   <td class="headerInfo"><?php echo $HTTP_GET_VARS['info_message']; ?></td>
 </tr>
</table>
<?php
 }
?>

 

any one like to try integrating them?

"because it'll hurt more"- the greatest film of all time?

Posted

lol that is the most awesome software i have seen for a long while :D

"because it'll hurt more"- the greatest film of all time?

Posted

argh, got it working somewhat but i have lost me Main logo, any ideas what im missing or what have you?

 

LINKYPOO

"because it'll hurt more"- the greatest film of all time?

Posted

seems ok

 

Does anyone know where abouts i need to add in the code for my logo cos its gone :(

"because it'll hurt more"- the greatest film of all time?

Posted

It is to far to the left... and everything is align=center or right. It is like I have some mysterious margin on the right and I cannot figure out what it is.

Archived

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

×
×
  • Create New...