Page 49 of 222 FirstFirst ... 3947484950515999149 ... LastLast
Results 481 to 490 of 2217
  1. #481
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

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

    Quick Question...my headers are turned on but they are showing white with white text...it's like they are not there but are....where do I find the code to edit the headers? (for my tabs) I looked in the .css files but couldn't find anything....

    Thanks again for your help!!!!
    Chris

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

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

    Quote Originally Posted by cevans73 View Post
    Quick Question...my headers are turned on but they are showing white with white text...it's like they are not there but are....where do I find the code to edit the headers? (for my tabs) I looked in the .css files but couldn't find anything....

    Thanks again for your help!!!!
    Chris
    Headers are using the same code as the newproduct, featuredproduct, etc centerbox headers

    Font: In stylesheet.css look for:
    Code:
    .centerBoxHeading { color: #ffffff !important; }

    BG Images: In stylesheet_new.css look for:
    Code:
    h2.centerBoxHeading, .productListing-rowheading {
    	margin: 0em;
    	background-image: url(../images/tile_back.jpg);
    	font-size: 1em;
    	color: #ffffff;
    	padding: 0.5em 0.2em;
    	}
    Change the background-image to:
    url(../images/az_box_top_m.gif);

  3. #483
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

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

    Perfect, thanks again!!!!
    Chris

  4. #484
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

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

    "Back to the original question then... Can the add to cart be put on the attributes tab? :)"


    I guess it's a NO then?

    That's a shame because if peeps have attributes then it seems logical that the add to cart should appear on the bottom of that tab?

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

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

    Quote Originally Posted by twdhosting View Post
    "Back to the original question then... Can the add to cart be put on the attributes tab? :)"


    I guess it's a NO then?

    That's a shame because if peeps have attributes then it seems logical that the add to cart should appear on the bottom of that tab?
    :) That is how I originally designed it back with TPL. But people constantly asked for them to be separate so I did it, and now people want it back the old way

    I'll whip something up for you.

  6. #486
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    NEW VERSION
    TPP - 1.05


    Ok. I created a new version to add the option of setting the Attribs on the Add to Cart tab.

    2-Aug-2008 - v1.05 (Release) - qhome

    * Added new admin option to merge attributes and add to cart on the same tab.
    * Files Modified:
    o TabbedProductsPro.sql
    o modules/tabbed_products_pro.php
    o doc/readme_tabbed.html

    There is a new admin setting for "Global Attribs on Add-To-Cart tab".

    Read the description for this setting in the admin area to make sure you set it up right.
    The logic is:

    If
    - Global Add to Cart = 1
    - Global Attribs on Tab = 1
    - Global Attribs on Add to Cart Tab = 1,
    then it will merge Attribs and add to cart together.

    If
    - Global Add to Cart = 1
    - Global Attribs on Tab = 0
    - Global Attribs on Add to Cart Tab = 1,
    then attribs will be outside of tabs and the Attrib on Atc is ignored

    If
    - Global Add to Cart = 0
    - Global Attribs on Tab = 1
    - Global Attribs on Add to Cart Tab = 1,
    then the Attribs will just be on their own tab and the Attrib on Atc is ignored

    If
    - Global Add to Cart = 1
    - Global Attribs on Tab = 1
    - Global Attribs on Add to Cart Tab = 0,
    then it will show different tabs. One for Attribs, and one for Atc separately.

    Let me know if you have any problems.
    Q
    Attached Files Attached Files

  7. #487
    Join Date
    Jul 2006
    Location
    St. Charles, MO
    Posts
    30
    Plugin Contributions
    0

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

    Perfect Upgrade Thank you !!!! Solved problem I was having, wanting to move the tabs around.

  8. #488
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

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

    Hi Qhome,

    It's me again...hey this should be a quick easy question....I want to get rid of the margin between the tab header and the side, there is about 1/4" blank space there...I want the header to stretch all the way out to cover this 1/4" space....I though it would be in stylesheet_new.css, and I tried changing some margins to 0 in there but haven't had any luck...can you point me in the right direction?

    here is the link again to my website product page with the headers....
    http://www.bizmug.com/zencart/index....roducts_id=180

    Thanks again for your help!!!!!
    Chris

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

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

    In your stylesheet.css

    You have:

    .az_content_mid {
    padding-left: 5px;
    padding-right: 5px;
    ....

    You gotta change that to 0px. But that will shift other things over as well, so you might want to add 5px to the other elements on the page

  10. #490
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

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

    WOW - the new version is excellent!

    Thank you muchly! :)

 

 

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