Quote Originally Posted by jettrue View Post
The bottom of your index.php should look like this (this is blank):

} elseif ($category_depth == 'top') {
// This section deals with the "home" page at the top level with no options/products selected
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', '');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', '');
}
?>
I followed this direction, still the same problem. When I turned on the Category on Main Menu, the welcome messages shows, but when I turned it off, the message will not show but instead this "HEADING_TITLE" will show. You can see it on my site now.

Can you please do step by step guideline on how to solve the problem, such as actual demonstration of it. I have played with the codes above, but nothing works.

thanks,

Isvara