[FONT=Arial]Your issue isn't caused by this mod at all, but an incorrect entry in your stylesheet. You've got this in your stylesheet:
This hides ANYTHING inside the H1 tag, not just the category title. I would suggest you try this:Code:/* Centerbox Category Title display */ h1 { font-size: 1.5em; color: #9a9a9a; display: none; /* prevents category title from displaying */ }
[/FONT]Code:h1 { font-size: 1.5em; color: #9a9a9a; } #productListHeading { display: none; /* prevents category title from displaying */ }
Yes, tpl_product_info_display.php. If you haven't already done so, try uploading the page without the tpp code (just take out the code in between the tpp comments in the 3 spots, leave the comments so you know where to put it back in). If it still doesn't show up, post on the General forum to see if someone can figure out why.
DBB!'s problem is a stylesheet issue.. (Please see my post above)
FYI, USUALLY the very last thing you ever want to do is hack at core files just to make style changes.. For most of these issues it's USUALLY a stylesheet resolution that is at the heart of the problem..
I suggest getting the Firefox Web developer tools.. Very useful, and it's how I found out the answer..
wonderful addon...is it possible to get the Products URL (For more information, please visit this product's webpage.) in the details tab?
I kinda figured the issue was that's how things work in the OSC world.. That's why this is called ZEN Cart.. So have some tea (or coffee, wine, beer.. whatever mellows you) and relax my friend..
In my experience with Zen Cart, I have found very few style or layout changes that requires ripping apart core files to achieve.. Now that said, I have run into a few layout changes that required some core file changes, but they are the exception truly and not the rule..
Bada-Bing! Thank you, DivaVocals!
I, too use Firefox Web tools, but without knowing the tag naming conventions, it's can be next to impossible to find what you're looking for. And #productListHeading was not used in the sheet at all - how would I have known that, for example? I've been trying to comment things as I find them, but is there a master listing somewhere that describes all the possible classes and tags?
By the way, if I turn off the TPP Global Reviews, should reviews then show up above the tabbed pages, or would that be a tweak?
Anyway, thank you so much - you've earned your Diva status!
DBB1
There are MANY styles in the code that are not in the stylesheet. You add them as you need them.. I believe in the FAQs or even the stylesheet forum there is a list of all possible styles.. other wise you have to use the Firefox tools to look..
Turning off the reviews in the admin should remove the reviews..
Awwww shuckins.. I didn't do anything special..A view source of your product page revealed the ID in question, and on a hunch I took a quick look at your stylesheet because I suspected you had hidden the H1 tag, and bada bing bada boom
.
Bookmarks