Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new products bar


kennylee

Recommended Posts

OK, stupid question..

:blush:

 

If you remove the header bar how does anyone know what's "in the box"?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

OK, stupid question..

:blush:

 

If you remove the header bar how does anyone know what's "in the box"?

:unsure:

 

Good question! But I dont want to remove the text only the grey/blue bar....

Kenny Lee

Link to comment
Share on other sites

The gray bar is there to make the text "New Products For February" show up (you have white text on a white background :o )

 

So what color do you want the "New Products For February" text to be when you remove the gray bar?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

The gray bar is there to make the text "New Products For February" show up (you have white text on a white background :o )

 

So what color do you want the "New Products For February" text to be when you remove the gray bar?

:unsure:

Black would be great, i still have to go into the stylesheet and correct some of those..

Kenny Lee

Link to comment
Share on other sites

In the stylesheet:

 

TD.infoBoxHeading {
FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #bbc3d3; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, sans-serif
}

Change to:

 

TD.infoBoxHeading {
FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif
}

Sometimes after changing the stylesheet you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Wow i didnt know that. Thanks Jim I will edit the stylesheet and let you know....by the way i have seen many post on here that you have replied to and dont think that we can ever say thank you enough for the time you guys save us. anyway ill lrt you know..

Kenny Lee

Link to comment
Share on other sites

In the stylesheet:

 

TD.infoBoxHeading {
FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #bbc3d3; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, sans-serif
}

Change to:

 

TD.infoBoxHeading {
FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif
}

Sometimes after changing the stylesheet you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

 

Worked Like a charm Thanks Man !!!!

Kenny Lee

Link to comment
Share on other sites

Well, gee..

:blush:

 

You're welcome.

 

I guess I'm just a forum junkie.

 

I used to help people remove virus's and browser hijackers on another forum.

 

I had 13,000 posts over a four year period (there abouts).

 

I enjoy the mental stimulation of problem solving.

:lol:

 

The brain is just like a muscle - use it or lose it (IMHO ;) )

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Not sure what you're talking about.

 

The header of the category box that says "Categories"?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Not sure what you're talking about.

 

The header of the category box that says "Categories"?

:unsure:

<_< Dooogh sorry when you cliack a category link and it pulls up the new info that has headers on it as well.

Kenny Lee

Link to comment
Share on other sites

In your header you have 4 images that don't show in Firefox because they're using the wrong slash in the code:

 

<a href="http://bagbully.com/catalog/index.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m1.jpg" width=156 border=0></a>
<a href="http://bagbully.com/catalog/products_new.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m2.jpg" width=158 border=0></a>
<a href="http://bagbully.com/catalog/specials.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m2.5.jpg" width=126 border=0></a>
<a href="http://bagbully.com/catalog/specials.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m3.jpg" width=126 border=0></a>

Those should all be the "other slash" --> /

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

In the stylesheet:

 

.productListing-heading 		{font-family: Verdana, Arial, sans-serif;font-size: 10px;background: #b6b7cb;color: #FFFFFF;font-weight: bold;}

Change to:

 

.productListing-heading 		{font-family: Verdana, Arial, sans-serif;font-size: 10px;background: #ffffff;color: #000000;font-weight: bold;}

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

In your header you have 4 images that don't show in Firefox because they're using the wrong slash in the code:

 

<a href="http://bagbully.com/catalog/index.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m1.jpg" width=156 border=0></a>
<a href="http://bagbully.com/catalog/products_new.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m2.jpg" width=158 border=0></a>
<a href="http://bagbully.com/catalog/specials.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m2.5.jpg" width=126 border=0></a>
<a href="http://bagbully.com/catalog/specials.php"><IMG height=45 alt="" src="images1[b][color="#FF0000"]\[/color][/b]m3.jpg" width=126 border=0></a>

Those should all be the "other slash" --> /

Thanks man i dont use firefox but a freind does and those same 4 images were not shoing up when i vied it on her machine today. Wow your good man. Also for some reason the stylesheet doesnt seem to be totaly talking to the html. i used a template to creat this site and then combines it with sts. that still has me boggled. I will go and update the html with the lines of code. ;)

Kenny Lee

Link to comment
Share on other sites

The code in the header probably won't look like what I posted.

 

Just look for the wrong slash.

:)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Thanks man i dont use firefox but a freind does and those same 4 images were not shoing up when i vied it on her machine today. Wow your good man. Also for some reason the stylesheet doesnt seem to be totaly talking to the html. i used a template to creat this site and then combines it with sts. that still has me boggled. I will go and update the html with the lines of code. ;)

Sorry for the mis spelled wording makes you wonder why my html and php are always look like I made a "F" in class..lol :rolleyes:

Kenny Lee

Link to comment
Share on other sites

  • 3 weeks later...

not too stay on subject but how does one remove the new products from the page? totally gone

Thank you in advance for your help I thought i had finally found the answer after days of searching

Link to comment
Share on other sites

click me

 

It wil tell you that (and more) there.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...