Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I am using the "Main categories in front page" contribution and it works beautifully. The client I am building the site for however wants the text generated underneath the product category images removed as the images they provided have said-text for the categories on them already.

 

I have gone through the file for hours now trying to find where/how to remove the text. Or atleast make it white so it appears invisible.

 

How can I accomplish this?

 

 

 

 

Main categories in front page

Posted
The client
Should employ someone who knows how to search a site for a text string.

 

Assuming you do not have command line access or know how to use grep.....

 

Copy the site to your pc and use something like editplus to search the entire directory structure for part of the text.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
includes/main_categories.php

 

remove from line 178

<a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new, 'NONSSL') . '">' . $categories['categories_name'] . '</a>

 

Awesome! That's exactly what I needed. Thanks so much!

  • 9 months later...
Posted

I am using the "Main categories in front page" contribution and it works beautifully. The client I am building the site for however wants the text generated underneath the product category images removed as the images they provided have said-text for the categories on them already.

 

I have gone through the file for hours now trying to find where/how to remove the text. Or atleast make it white so it appears invisible.

 

How can I accomplish this?

 

 

 

 

Main categories in front page

 

 

I've used the same contribution and basically the 'category' header background color doesn't match the other headers like the what's new box etc. (i.e. the grey box) can someone help me locate where I can update the classes that the category header background should be grey?

"Be who you are and say what you feel, because those who matter don't mind, and those that mind, don't matter." (Theodor Seuss Geisel)

Posted

I've used the same contribution and basically the 'category' header background color doesn't match the other headers like the what's new box etc. (i.e. the grey box) can someone help me locate where I can update the classes that the category header background should be grey?

 

 

I figured it out!

the line in the page: main_categories.php

 

new infoBoxHeading($info_box_contents, false, false);

change to this:

new contentBoxHeading($info_box_contents);

"Be who you are and say what you feel, because those who matter don't mind, and those that mind, don't matter." (Theodor Seuss Geisel)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...