Re: Tabbed Products ''LITE'' version - Delimiter based
Hmm well i got the unfocused tab right side to go transparent:
http://www.unbannable.com/zen/index....&products_id=1
it looks like i may have to cut part of the right image off.. or maybe pad it so it doesn't fall behind the left side image.. cuz thats the problem with the left images.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Pauls
There is some difficulty creating the transparent images for this, the long background images are where it seems the issue is. I found a good article on using no images whatsoever and instead using javascript and css to produce the magic.
Click the link
I think that might be an option? Especially nifty tabs #4
Please refer to the updated version of the above: Niftycube
For more of Rounded Corners of similar approach, also with easy implement, please refer to:
1.
RUZEE.Borders
2.
Transparent custom corners and borders
.
Re: Tabbed Products ''LITE'' version - Delimiter based
:unsure: How come I can't see the tabs in IE and I can see them in FF?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by barco57
:unsure: How come I can't see the tabs in IE and I can see them in FF?
I see the tabs in FF, Opera, and IE.
Re: Tabbed Products ''LITE'' version - Delimiter based
Nope still can't get your demo site to show me the tabs in IE:wacko: Must be something stupid but I can't seem to figure it out
Re: Tabbed Products ''LITE'' version - Delimiter based
Here's an idea.
To make things more customizable.. I could add some hardcoded tags that tell the template page to load certain sections as tabs, instead of doing it globally from the tpl file.
For example... instead of setting the true/false bit inside the template configuration, I could set it up to search for certain tags that you would put at the bottom of the product decription.
example:
Code:
Text Above the tabs
<!--%TabName1%-->
Hello this is tab 1
<!--%TabName2%-->
Hello this is tab 2
<!--%TabName3%-->
Hello this is tab 3
<!--%AdditionalImages%-->
<!--%ProductDetails%-->
<!--%CustAlsoPurchased%-->
The last 3 tags would activate those items as tabs. If you omit certain ones, then they appear down where they normally would.
This would allow you to set those 3 on a per product basis instead of globally as well.
Thoughts?
Re: Tabbed Products ''LITE'' version - Delimiter based
No problem here in IE 6.
.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by seethrou
The problem with nifty cube, is that it uses targets instead of id's to display the tab data. So each time you hit a tab in FF or Opera, it records it as a whole new page.. so if you click 5 tabs.. you have to hit the back button 5 times to go back to the REAL previous page. Try it here: http://www.html.it/articoli/niftycube/index.html (nifty tabs #4)with each browser. Oddly enough, IE is the only one that actually handles it properly.
Tabbed Products ''LITE'' version - Delimiter based
hi Q,
what are the differents between these Lite version with the one that you already uploaded to the ZC downloadable section?! :thumbsup:
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by tajul_ashyqin
hi Q,
what are the differents between these Lite version with the one that you already uploaded to the ZC downloadable section?! :thumbsup:
That version I hope to get removed. It is the original idea that I had for tabs, but it is very limited because you have to add a new database field for each tab you want, which currently only supports one extra tab. I will no longer be maintaining or supporting that version.
The idea behind this version came to be in a dream :P And it is based on Delimiter tags that the code parses and splits. It creates a tag for each tag that it finds. Tags are entered right through the admin panel when you are creating or modifying your product description.
There are no database changes... and everything is handled from a single template file that uses the product info, so you can customize each product with any amount or name of tabs.
Recently I made the addition above that I was toying around with, that lets you add the core tags to the product description so you choose from there which products set the additional images. product details, and customers also purchased as tabs.
I will upload the "release" version today to the contrib area.