Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
brushwoodnursery
Good news! I've also gotten Numinix Fields to work with TPP and it's just about perfect for my needs.
I was wondering where I would find the style for the background and border of the display for TPP. I found tabs that look great with my site but the rest needs work.
Take a look at the TPP stylesheet..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ah, probably because I'm on an older version (1.0.4) to be sure it works with my store. Only the tab selection is in there now. I'll try loading a more recent version to see what happens.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
In stylesheet_tpp.css this is all I have:
[SCR]@import "tpp/alt_tpp_tabs11.css";[/SCR]
Looks like I'll have to load the entire Mod again? Anybody have any suggestions how I can do it with 1.0.4? Been coding for days now and really don't want to muck around with it much more.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Is there any way to disable a tab on certain products?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
brushwoodnursery
In stylesheet_tpp.css this is all I have:
[scr]@import "tpp/alt_tpp_tabs11.css";[/scr]
Looks like I'll have to load the entire Mod again? Anybody have any suggestions how I can do it with 1.0.4? Been coding for days now and really don't want to muck around with it much more.
OK, so the quote didn't show up. Here's what I have:
@import "tpp/alt_tpp_tabs11.css";
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
brushwoodnursery
OK, so the quote didn't show up. Here's what I have:
@import "tpp/alt_tpp_tabs11.css";
It's a command to call another stylesheet.. you would edit the stylesheet being called..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ah. Thanks! I had assumed it was just calling for information about the tabs. Found and fixed!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Can anyone show me an example of how to hard code a tab.
I'd like to have Clydes un_wishlist mod as one of the tabs so I can discard the sidebox.
As I said before, I've tried the examples in the TPP instructions but I haven't been able make them work for me.
Thank you
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Can someone please attach a demo link of how this works?:blink:
-Lee
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I followed the pdf file included in the zip to add hard-coded tabs, and it works!
Does anyone know how to make the hard-coded tabs dynamic - have the same behavior as the default tabs (Product Description, Details, Reviews, etc)?