Page 26 of 120 FirstFirst ... 1624252627283676 ... LastLast
Results 251 to 260 of 1194
  1. #251
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by IntelCos
    Hi got a strange problem and not sure if it is this or the css flyout addon.

    With the css flyout menu it places the submenu links under the window of the tabs(floats under). If no tabs are used the flyout menu is fine. So it is as if the tabs have priority of display (on top) and the rest renders under.

    Any ideas ?
    Perhaps a Z-order thing with the flyout is needed. I dont think they were designed to flyout over an image.. but Im not sure how all that works.. does it happen the same on ALL browsers ?

  2. #252
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    755
    Plugin Contributions
    1

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome
    Perhaps a Z-order thing with the flyout is needed. I dont think they were designed to flyout over an image.. but Im not sure how all that works.. does it happen the same on ALL browsers ?
    Yep, all browsers (fox and ie)
    IntelCos

  3. #253
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    got a link? I could play with some settings to see if i can see in the source where the problem is.

  4. #254
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    For products without attributes the Add to Cart box still does not display in the tab container in Firefox.

    I'm parsing thru the logic right now to see what's up.

  5. #255
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Woodymon
    For products without attributes the Add to Cart box still does not display in the tab container in Firefox.

    I'm parsing thru the logic right now to see what's up.
    GRR.. That add to cart box is a real ##############. If I put that add to cart at the bottom of the of the order it also shows up off the tab.. even tho it is actually associated with the tab, (i.e. if you click a new tab, it will hide the add to cart box. For some reason, because of the way it floats, I think it runs out of room on the screen or something and floats below the line. Not sure why it didn't do that do that on the old tablite version.

    I know if the older version there was more div nesting, I wonder if that did it, or if maybe there was some CSS in one of the outer divs that prevented things from floating outside of it. I will look into it more. Maybe if the addto cart box isn't set to float but I really want to avoid having to make core css changes.

  6. #256

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Should we be moving over to that new V3 Javascript file?

    if so, do we just replace the current one, or is there more too it?


    any help would be great.
    thanks
    Benjamin

  7. #257
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by wickedklown
    Should we be moving over to that new V3 Javascript file?

    if so, do we just replace the current one, or is there more too it?


    any help would be great.
    thanks
    Benjamin
    use the v3 file with the v3.1b versions. You can delete the v2 version or you can leave it. they wont conflict eachother, but I wont support th v2 anymore as the code was too bloated for simple tabs.

    and UPDATE about that damn add to cart button. It seems the diagnoses is known as a "FloatDrop"

    see here: http://nemesis1.f2o.org/aarchive?id=11

    Its seems floats do not have definite mass and simply "float" over things, which makes sense. It appears the best fix is to surround the float by a table which has a definite mass to it. If you remember I added a table and td tags to the last version for something else and I guess that indirectly fixed this problem too so thats why you didnt see it then.

    So I tried it out and I got it working. its a minor fix and it seems to work on all 3 main browsers (Opera, IE, FF) But i'd have to add table tags around the add to cart stuff.

  8. #258
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Alright. it seems to work pretty good actually.

    its a simple table putting the product details, attrib options, and Qty Discount table on one side, and the add to cart button on the other side. In fact, this is what the core zc template SHOULD have looked like even without tabs.

    see all 3 demo products at the demo link in my signature.

  9. #259
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome
    Alright. it seems to work pretty good actually.

    its a simple table putting the product details, attrib options, and Qty Discount table on one side, and the add to cart button on the other side. In fact, this is what the core zc template SHOULD have looked like even without tabs.

    see all 3 demo products at the demo link in my signature.
    Very good! Has the download been updated with the fix?

  10. #260
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    3.1 Release Candidate 1!

    Here you go. Give it a whirl.

    • Fixed more javascript errors. That should be all of them now
    • added ability to hide headers when javascript is on OR off
    • Merged the Cross Sell version with the main version to make it easier to maintain. Now you can set a flag if you have CrossSell installed. Don't enable it if you don't have it installed or you will get errors.
    • Made the whole Add to cart, Attribute Options, Product details (Stock, Model, etc), and Qty Discounts in a table now to fix the floating problem. Looks and works 10 times better now :)
    • Enabled Additional Images, Customers Also Purchased, and Cross Sell to check if there is any content for them. If not, then don't load the tabs for that product even if the global is set to true.
    • If there are no tabs at all I hide the entire tab container to prevent extra border lines from the empty shell.
    Last edited by qhome; 21 Jul 2006 at 03:50 AM.

 

 
Page 26 of 120 FirstFirst ... 1624252627283676 ... LastLast

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR