Page 1 of 2 12 LastLast
Results 1 to 10 of 2217

Hybrid View

  1. #1
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    What I am looking for is to make JUST the attributes tab a different color.
    Would that be possible? Or would that need a style sheet change?

  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 milobloom View Post
    What I am looking for is to make JUST the attributes tab a different color.
    Would that be possible? Or would that need a style sheet change?
    The tab image or the tab text?

    The tab text would be easy. You could even add a little icon to the tab like this example:

    http://www.unbannable.com/zen/index....&products_id=4

    (notice the Attention tab)
    Last edited by qhome; 22 Jan 2008 at 08:29 PM.

  3. #3
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Okay. That works. How do I do that?
    (Sorry I am not much of a programmer...)
    I like the way the different color looks.. Is this all HTML??

    Also. I checked Configuration -> Product Listing -> Display Product Model
    is set to 0

    This only popped up when I installed the mod.

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

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

    Quote Originally Posted by milobloom View Post
    Okay. That works. How do I do that?
    (Sorry I am not much of a programmer...)
    I like the way the different color looks.. Is this all HTML??

    Also. I checked Configuration -> Product Listing -> Display Product Model
    is set to 0

    This only popped up when I installed the mod.
    Ok, that is probably something new with 1.3.8a then (I assume you are still using 1.3.7?) I will assess the differences between 1.3.7 and 1.3.8a

    To make the colors and add images and stuff it is fully HTML.

    Step 1: Edit the /includes/languages/english/extra_definitions/tabbed_products_pro.php file

    (I assume you already changed the language file from 'Attributes' to be 'Step 2: Customization\Options' or something like that)

    Change this:
    Code:
    define('TEXT_TAB_TITLE_ATTRIBS', 'Attributes');
    To this:
    Code:
    define('TEXT_TAB_TITLE_ATTRIBS', '<b><font color="#FF0000">A</font>t<font color="#660066">t</font>r<font color="#00ff00">i</font>butes</b>');
    assuming you are familiar with basic html, that will bold that tab, and make the first few letters be colored. follow along with as many other colors that you want. Just be sure you don't change the surrounding define('TEXT_TAB_TITLE_ATTRIBS', ' or '); parts

  5. #5
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    heh heh Tried and achieved somewhat... Now the format looks a little off.
    I borrowed your image...

    http://www.allforyourwedding.com/~no...oducts_id=1682

  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 milobloom View Post
    heh heh Tried and achieved somewhat... Now the format looks a little off.
    I borrowed your image...

    http://www.allforyourwedding.com/~no...oducts_id=1682
    Looks like you are missing a closing </font> tag at the end cuz the rest of the font on that page is purple. But the tab text looks good. The other problem you appear to be having is that your template is fixed width and your tabs are wrapping around because they ran out of room. A good fix for this would be to put <br/> tags in between all the language file definitions. It will make it look something like this:
    http://www.unbannable.com/zen/index....&products_id=5

    Quote Originally Posted by Berserker View Post
    I just tried changing the layout using css and did managed to get it to the way I wanted but looked a bit messy and compact. I guess im sticking with what I had before.

    I installed the latest version and im getting "done, but with errors on page" on the product page?

    thanks
    can u Pm me your site link.. or copy/paste the error it shows when you double click on that little x next to "Done, but with errors". It's usually just a javascript object is null or something small but I want to make sure I catch them all.

  7. #7
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Oh thanks for the </b> advise! It looks great now!

    No I just need to play around with the layout a bit more...

    Awsome though... Thanks for the great mod!

  8. #8
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Looks like you are missing a closing </font> tag at the end cuz the rest of the font on that page is purple. But the tab text looks good. The other problem you appear to be having is that your template is fixed width and your tabs are wrapping around because they ran out of room. A good fix for this would be to put <br/> tags in between all the language file definitions. It will make it look something like this:
    http://www.unbannable.com/zen/index....&products_id=5



    can u Pm me your site link.. or copy/paste the error it shows when you double click on that little x next to "Done, but with errors". It's usually just a javascript object is null or something small but I want to make sure I catch them all.
    The error is no longer there after fresh install. It might have been in the way I installed it before as I had all files uploaded to my own template.

  9. #9
    Join Date
    May 2007
    Posts
    36
    Plugin Contributions
    0

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

    I have just installed this add on and I think it is very nice. What works by default is great but I am having a problem changing the layout with the tags. I cannot change it from the image I have attached. I have turned off HTMLArea were ever I can find it and incidently I had to turn it off in ezpages as well before I stopped seeing it in the products page.

    I have added the following tag just above the word capacity as seen in the image but it will not change the appearance.

    <!--#DetailsOnTab#-->


    What else do I need to do?

    ps the above post does not work for me.
    Attached Images Attached Images  
    Last edited by leg; 13 Apr 2010 at 10:33 AM.
    http://www.glasys.co.uk
    Noli Illegitimi Carborundum

  10. #10
    Join Date
    May 2007
    Posts
    36
    Plugin Contributions
    0

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

    Quote Originally Posted by leg View Post
    I have just installed this add on and I think it is very nice. What works by default is great but I am having a problem changing the layout with the tags. I cannot change it from the image I have attached. I have turned off HTMLArea were ever I can find it and incidently I had to turn it off in ezpages as well before I stopped seeing it in the products page.

    I have added the following tag just above the word capacity as seen in the image but it will not change the appearance.

    <!--#DetailsOnTab#-->


    What else do I need to do?

    ps the above post does not work for me.
    It seems to be that using

    <!--%DetailsOnTab%-->

    instead of the tag above works. This puts the text DetailsOnTab on the tab so I can edit that.
    http://www.glasys.co.uk
    Noli Illegitimi Carborundum

 

 
Page 1 of 2 12 LastLast

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