Results 1 to 10 of 2217

Hybrid View

  1. #1
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Quote Originally Posted by qhome View Post
    I'm not seeing this effect. What browser?
    I was using FF2 at the time, I never checked it in IE6

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

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

    Quote Originally Posted by quentinjs View Post
    I was using FF2 at the time, I never checked it in IE6
    Hmm... I checked IE7, FF2, Opera9 and not seeing any problem with the image. Are you saying it flickers when you use align="right" or when you use the string above? I tried both:

    Code:
    <img width="250" align="right" src="http://www.totalgarage.ca/garagemahal/rd_1.jpg" />
    Code:
    <img width="250" style="float: right; margin: 0px 5px 5px 0px;" src="http://www.totalgarage.ca/garagemahal/rd_1.jpg" />
    Neither of them "flicker" for me on any of the above browsers.
    Last edited by qhome; 16 Feb 2008 at 04:03 PM.

  3. #3
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Okay my machine is on drugs and isn't sharing! I just re-did it and its working now.. SO BIZARRE!

    So on to more fun things....
    1. how do I remove the <hr> lines?
    2. using http://www.totalgarage.ca/products/i...products_id=84 I want to have the dimensional information on the "Details" tab. Is this possible, as its just text in the product description currently.
    3. I'm going to look into how I can get the shipping dimension fields added to the tabs, should be interesting...

  4. #4
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Just updated to 1.0.

    Question, why did my product image, name, and prices all move into the first tab? I notice your demo http://www.unbannable.com/zen138a/in...products_id=36 still works as before, how do I move them back?

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

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

    <delete>
    Last edited by qhome; 16 Feb 2008 at 09:20 PM.

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

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

    Quote Originally Posted by quentinjs View Post
    Okay my machine is on drugs and isn't sharing! I just re-did it and its working now.. SO BIZARRE!

    So on to more fun things....
    1. how do I remove the <hr> lines?
    2. using http://www.totalgarage.ca/products/i...products_id=84 I want to have the dimensional information on the "Details" tab. Is this possible, as its just text in the product description currently.
    3. I'm going to look into how I can get the shipping dimension fields added to the tabs, should be interesting...
    1. Those aren't <hr> those are css borders. Edit the CSS file that you are using to set borders to 0px
    2. & 3. You can do it on a product-by-product basis by adding a <!--%Details%--> custom tab, then add that data under it, and use a <!--*sub_DetailsOnTab(1)*--> to put the details on that tab directly below it.

    Quote Originally Posted by quentinjs View Post
    Just updated to 1.0.

    Question, why did my product image, name, and prices all move into the first tab? I notice your demo http://www.unbannable.com/zen138a/in...products_id=36 still works as before, how do I move them back?
    Because you ran the sql file again which sets those as defaults. Simply change them back in your admin area.
    Last edited by qhome; 16 Feb 2008 at 09:19 PM.

  7. #7
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Quote Originally Posted by qhome View Post
    1. Those aren't <hr> those are css borders. Edit the CSS file that you are using to set borders to 0px
    Oh, I didn't run the SQL again, just copied the includes\ files.

    Also on borders... there is 2 places in the CSS
    HTML Code:
    #slidetabsmenu {
      border-bottom:1px solid #2763A5;
    
    .tabcontent{
      border-bottom: 1px solid;
    that have borders noted, like the top one, but if you look at http://www.totalgarage.ca/products/i...products_id=84 you will see that there is additional lines across, and on the reviews page there is even more. These are very distracting, plus you can see that the image/name/price are not where they used to be, and from what I can see in the admin, there is not a specific config to just move those, either I loose the entire first tab or everything is on it.

  8. #8
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Found flag for the header bar in the admin->config that solved that problem. looks much better.

    On "reviews" and "customer purchased" there is still an additional border along the top. Where does this come from?

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

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

    Quote Originally Posted by quentinjs View Post
    Found flag for the header bar in the admin->config that solved that problem. looks much better.

    On "reviews" and "customer purchased" there is still an additional border along the top. Where does this come from?
    These borders are part of the original module. They aren't part of the tabs. You'd have to override them in the zen-cart stylesheet.

    As far as the header bar, your template css is in need of some updating as you are seeing only the border lines because you have no header image set and you have white text on the white background so you don't see the header.
    Last edited by qhome; 9 Apr 2008 at 03:36 AM.

 

 

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

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