Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What's New Here Header?


ace21gabriel

Recommended Posts

Posted

Hi, I was wondering is there a quick way to just remove this off the home page, I dont mind about the other pages, but if I could just at least remove it from the hope page that would be awsome.

 

If you look at my site www.mrairsoft.com I want the Classic Army and the Feature image to be at the very top. So I need to remove the whats new here header, and move the welcome message below it. If anyone could do that I would greatly appriciate it.

 

Thanks & have a great day!

Posted
Hi, I was wondering is there a quick way to just remove this off the home page, I dont mind about the other pages, but if I could just at least remove it from the hope page that would be awsome.

 

If you look at my site www.mrairsoft.com I want the Classic Army and the Feature image to be at the very top. So I need to remove the whats new here header, and move the welcome message below it. If anyone could do that I would greatly appriciate it.

 

Thanks & have a great day!

 

From my understanding you want to get rid of the "What's New Here?" text andget rid of the top heading image, and move everything else up a little bit. I don't know whether you want to also move the whole page up from the height of the top image or not, but here is what I would do:

 

Don't remove anything. I hate needing something later on, so I would rather comment out stuff in case something changes later and this will make it easier to see where things go and put them in faster. However, in your store/index.php, there will be some code after the </head><body> tags that will have <?php require(DIR_WS_INCLUDES . 'header.php'); ?>. You just need to put // right in front of require to get rid of the header. The space will move up automatically.

 

For the "What's New Here?" text and it's image on the right, this will be a similar comment. Go to the line that has:

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>, and do // just before echo

Do the same thing for the line below it, as it is the image to the right of the What's New Here? text.

 

You might want to go through your code and see where else <?php echo HEADING_TITLE; ?> is located, because the page will change depending on what the user is looking to do. However, there is an else statement that moves to a default page, in which case you can change the cells in which your two pictures are located.

 

I hope that helps a little bit.

Posted

Ok, I got the words gone, now how do I make the little image delete too... And how do I move the welcome user thing down, I want it below my 2 images.

Archived

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

×
×
  • Create New...