Page 28 of 222 FirstFirst ... 1826272829303878128 ... LastLast
Results 271 to 280 of 2217
  1. #271
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: Default Attribute not selected

    Quote Originally Posted by shocker View Post
    This is a great mod. It allows my products to be displayed in a more compact format-less scrolling.

    One problem I've have is that default attributes are no longer selected if the attributes are radio buttons.

    Anyone else have this problem?

    Odd, huh?
    I should add a note that I have created a customer tab. The attributes tab is a sub tab of my custom tab. I don't know if that is the issue with the default options not defaulting.

  2. #272
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Default Attribute not selected

    Quote Originally Posted by shocker View Post
    I should add a note that I have created a customer tab. The attributes tab is a sub tab of my custom tab. I don't know if that is the issue with the default options not defaulting.
    Nah, It's a known problem. I'm not quite sure yet as to why it doesn't work either. I will look into it.

  3. #273
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: Default Attribute not selected

    Thanks for the response. Still a very good mod. keep us posted on changes.

  4. #274
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Great mod qHome, made layout much simpler.

    2 Layout issues I am struggling w/:

    I am trying to align the Product description to the left.
    If I remove the h1 center alignment of course it works, but throws other h1 lines off in other sections of the site. I have tried adding:

    Code:
    #productName h1 {
    	text-align: left;
    	}
    or

    Code:
    #productName .productGeneral h1 {
    	text-align: left;
    	}
    or

    Code:
    #productName.productGeneral h1 {
    	text-align: left;
    	}
    to stylesheet.css and to stylesheet_tpp.css with no luck. I'm not overly css literate, so I'm sure that I am missing something obvious

    My second question is in regard to the add to cart button. What is that rectangular box surrounding it? Before adding TPP I was playing around w/ the product layout and the ATC lost all dimension, spanning the layout. After adding TPP, that persisted. The only fix I could find was to define the width of #cartAdd, but that left this rectangle.
    I would actually like the ATC to the right of everything else, and not below.

    You can see it here:
    http://localhost/tiptop/index.php?ma...&products_id=3

    TIA for any ideas!
    Last edited by audradh; 4 Mar 2008 at 10:49 AM. Reason: Clarification

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

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by audradh View Post
    Great mod qHome, made layout much simpler.

    2 Layout issues I am struggling w/:

    I am trying to align the Product description to the left.
    If I remove the h1 center alignment of course it works, but throws other h1 lines off in other sections of the site. I have tried adding:

    Code:
    #productName h1 {
    	text-align: left;
    	}
    or

    Code:
    #productName .productGeneral h1 {
    	text-align: left;
    	}
    or

    Code:
    #productName.productGeneral h1 {
    	text-align: left;
    	}
    to stylesheet.css and to stylesheet_tpp.css with no luck. I'm not overly css literate, so I'm sure that I am missing something obvious

    My second question is in regard to the add to cart button. What is that rectangular box surrounding it? Before adding TPP I was playing around w/ the product layout and the ATC lost all dimension, spanning the layout. After adding TPP, that persisted. The only fix I could find was to define the width of #cartAdd, but that left this rectangle.
    I would actually like the ATC to the right of everything else, and not below.

    You can see it here:
    http://localhost/tiptop/index.php?ma...&products_id=3

    TIA for any ideas!
    I cannot see "localhost" as that would be your machine. I'd need ip. :)

  6. #276
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    OMG, it seems everytime I post to this thread I put my foot in my mouth, or is that mouse...

    The old cut and paste

    The live site is www.tiptopcountrystore.com

    Thanks

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

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by audradh View Post
    OMG, it seems everytime I post to this thread I put my foot in my mouth, or is that mouse...

    The old cut and paste

    The live site is www.tiptopcountrystore.com

    Thanks
    Product Description IS left justified by default. Are you saying you want it to be left of the main image? Or am I not understanding what you mean.

    As far as Add-to-Cart.. what box are you referring to? The box inside the tab or the box around it when it is outside the tabs? the #cartAdd is the correct location for the positioning of the atc button in both cases...one of the main properties is float: right; That keeps it right instead of spanning across.

  8. #278
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Yes, productDescription is left justified by default, but I have h1 set to align center. I am looking to except only the productDescription from aligning center. I was led to believe (from another thread I was reading) that
    Code:
    #productName .productGeneral h1 {
    	text-align: left;
    	}
    would except just the product description.

    I am referring to the larger of the two boxes surrounding the ATC button here:

    http://www.tiptopcountrystore.com/in...&products_id=3

    Sorry, I did not remember to send you to the actual product.

    I'm now also having trouble getting text below the tabs. I have added <!--@ @--> then text, but it still shows on the last tab.

    Audra

  9. #279
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by audradh View Post
    Yes, productDescription is left justified by default, but I have h1 set to align center. I am looking to except only the productDescription from aligning center. I was led to believe (from another thread I was reading) that
    Code:
    #productName .productGeneral h1 {
    	text-align: left;
    	}
    would except just the product description.
    I'm sorry, I'm still not following this part.

    Quote Originally Posted by audradh View Post
    I am referring to the larger of the two boxes surrounding the ATC button here:

    http://www.tiptopcountrystore.com/in...&products_id=3
    That is a FieldSet box that I added to keep the atc button on the tab and prevent its float code from floating it off the tab. You could set the border on that to 0 so you don't see it, but I forgot to give it an "id" so I will add that to the next release.

    Quote Originally Posted by audradh View Post
    I'm now also having trouble getting text below the tabs. I have added <!--@ @--> then text, but it still shows on the last tab.

    Audra
    Its not just
    Code:
    <!--@  @-->
    its the full string:
    Code:
    <!--@EndTabs@-->
    I may have been unclear on that in the readme as I was demonstrating the tags.

  10. #280
    Join Date
    Jun 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    I have a little problem....when i use the tabs i lose the bottom "read rewiews"....
    this problem is only my ??

    look here :
    http://www.lalama.eu/index.php?main_...roducts_id=102

 

 

Similar Threads

  1. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  2. v154 Tabbed Prod Pro (TPP): Adding Anchor Links
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 30 May 2016, 07:50 PM
  3. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  4. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  5. Tabbed Products Contrib [WIP]
    By qhome in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 22 Sep 2008, 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