shattadem Posted May 25, 2009 Share Posted May 25, 2009 The bottom of my page has shifted to the right. I dont remember what I did when this happened. How do I center it? http://www.golifelites.com/testshop Thanks. Link to comment Share on other sites More sharing options...
Guest Posted May 26, 2009 Share Posted May 26, 2009 Post the code that is in the following file: includes/footer.php I believe its an issue with your table, looks like its missing either a <tr> or <td> but could be wrong. Link to comment Share on other sites More sharing options...
shattadem Posted May 29, 2009 Author Share Posted May 29, 2009 This is the code for the footer.php <?php /* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?> </div> but I also remembered that I changed the english/index.php from the default to <?php /* $Id: index.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2007 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', '<table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td align="right">' . tep_image(DIR_WS_IMAGES . 'lingerie web pic.jpg') . '</td>'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', ''); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> THANKS Link to comment Share on other sites More sharing options...
shattadem Posted May 29, 2009 Author Share Posted May 29, 2009 I noticed after I added the paypal logo, the bottom of the page was center again but the image on my page shifted down.... and the border to the right of the paypal image is not there......... Any Ideas??? Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2009 Share Posted May 29, 2009 However you added your paypal logo table is wrong. You have that table inbetween a </tr> and </table> tags. Where did you put that , column_right.php? If so post that code. Link to comment Share on other sites More sharing options...
shattadem Posted May 29, 2009 Author Share Posted May 29, 2009 However you added your paypal logo table is wrong. You have that table inbetween a </tr> and </table> tags. Where did you put that , column_right.php? If so post that code. Here is the code for column_right.php <?php /* $Id: column_right.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_BOXES . 'shopping_cart.php'); if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); if (isset($HTTP_GET_VARS['products_id'])) { if (tep_session_is_registered('customer_id')) { $check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . (int)$customer_id . "' and global_product_notifications = '1'"); $check = tep_db_fetch_array($check_query); if ($check['count'] > 0) { include(DIR_WS_BOXES . 'best_sellers.php'); } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'best_sellers.php'); } if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } require(DIR_WS_BOXES . 'reviews.php'); if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'specials.php'); } ?> <!-- PayPal Logo --><table border="0" cellpadding="0" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo --> Thank you for the help! Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2009 Share Posted May 29, 2009 You have a couple of options. If you don't want that in its own box then just add at the start of <!-- PayPal Logo --> <tr> <td> And after the end <!-- PayPal Logo --> add </td> </tr> If you want it in its own box copy and paste the following code and save it in a file called paypal_logo_box.php in catalog/includes/boxes <?php /* $Id: paypal_logo_box.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <!-- PayPal Logo //--> <tr> <td> <?php //$info_box_contents = array(); //$info_box_contents[] = array('text' => BOX_HEADING_PAYPAL_LOGO_BOX); //new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<table border="0" cellpadding="0" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="#" onclick="java script:window.open(\'https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside\',\'olcwhatispaypal\',\'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350\');"><img src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- PayPal Logod_eof //--> If you want a heading to show uncomment the three lines and add to catalog/includes/languages/your_language_file_here.php define('HEADEING_PAYPAL_LOGO_BOX', 'Your Heading Here'); In catalog/includes/column_right.php remove what you added. Then right before the closing ?> add include(DIR_WS_BOXES . 'paypal_logo_box.php'); One other thing. You do realize you are calling your specials box twice in column_right.php? One more thing make sure the word javascript is one word. It can show up as 2 words in here. Link to comment Share on other sites More sharing options...
shattadem Posted May 29, 2009 Author Share Posted May 29, 2009 Thanks for your help. I added a box but everything shifted to the right. http://www.golifelites.com/testshop Here is the code <?php /* $Id: column_right.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_BOXES . 'shopping_cart.php'); if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); if (isset($HTTP_GET_VARS['products_id'])) { if (tep_session_is_registered('customer_id')) { $check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . (int)$customer_id . "' and global_product_notifications = '1'"); $check = tep_db_fetch_array($check_query); if ($check['count'] > 0) { include(DIR_WS_BOXES . 'best_sellers.php'); } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'best_sellers.php'); } if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } require(DIR_WS_BOXES . 'reviews.php'); if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'paypal_logo_box.php'); } ?> I dont know where the issue is but I noticed that if I add something to the left column, the object that I add moves up to center of the page above my main image. (if this helps) Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2009 Share Posted May 29, 2009 Your problem is in this part. I took from your source code <td class="main"><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td align="right"><img src="images/lingerie web pic.jpg" border="0" alt="" width="632" height="288"></td></td> Your new box on the right is fine. The code above is the problem. I don't know where you haveit. Either in catalog/index.php or catalog/includes/languages/index.php. Link to comment Share on other sites More sharing options...
shattadem Posted May 30, 2009 Author Share Posted May 30, 2009 Thanks a lot for you help, the problem was in my languages/english/index.php file. I Know it has something to do with how I entered the code for the image on the main page. I will try to code it different and make it work somehow. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.