Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help removing highlighted section in inserted media


unggoy

Recommended Posts

http://discountbulbstore.com/catalog/untitled.bmp



Please check the link above to see photo!


I am trying to remove the red highlighted section on my template. the problem that I may forsee is that it is on every page that you click on. Someone please be kind and help me because I haven't figured out how to actually edit the template to my liking. I would like to remove this section from every page. Any answers or suggestions? Any help, I would be willing to donate via paypal! :) Thanks!
Link to comment
Share on other sites

Chris,

 

It looks like a banner. Check the banner manager in the admin section for a banner named:

 

images/f/banner_top.jpg

 

It is either controlled from the admin, or is hard coded into the index.php

 

 

 

Chris

Link to comment
Share on other sites

Chris,

 

It looks like a banner. Check the banner manager in the admin section for a banner named:

 

images/f/banner_top.jpg

 

It is either controlled from the admin, or is hard coded into the index.php

 

 

 

Chris

 

 

If it is hardcoded coould it still be edited?

Link to comment
Share on other sites

I checked the banner manager... All I found was an oscommerce banner but had nothing to do with banner_top.jpg. I checked index.php but it did not contain any script with that name in it. Please help! :)

Link to comment
Share on other sites

I checked the banner manager... All I found was an oscommerce banner but had nothing to do with banner_top.jpg. I checked index.php but it did not contain any script with that name in it. Please help! :)

That is going to be either...

 

in the index.php file right after the following code:

} else {  // default

 

or, on a template. But without being familiar with your template there is no way to know for sure where.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

That is going to be either...

 

in the index.php file right after the following code:

} else {  // default

 

or, on a template. But without being familiar with your template there is no way to know for sure where.

 

 

So I checked } else { //default

 there is actually no such script. So is there any easy way of finding out or would I have to go through each file individually?
Link to comment
Share on other sites

Chris,

 

I have to say, if you purchased that template, it is not very well written.

 

The code you need to find is this:

 

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

<tr><td><img src="images/spacer.gif" alt="" width="1" height="7" border="0px" style="display:block" /></td></tr>

 

<tr><td valign="top" align="left" style="background-image:url(images/f/banner_top.jpg);height:266px;width:630px; background-repeat:no-repeat">

<div style="margin-left:31px; margin-top:150px;width:240px;" class="ftext">

Lorem ipsum dolor sit amet, consectetuer adipi- scing elit.

Nunc suscipit. Suspendisse enim arcu, convallis non

cursus sed, dignissim et, est. Aenean semper aliquet libero. <div style="line-height:15px"> </div>

<a href="#"><img src="images/f/read.gif" alt="" border="0" /></a> </div>

</td></tr>

<tr><td><img src="images/spacer.gif" alt="" width="1" height="5" border="0px" style="display:block" /></td></tr>

 

Ofcourse, that is the output, but you will be able to find some key indicators in the index.php

 

Post the index.php so we can see it.

 

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...