Page 3 of 222 FirstFirst 123451353103 ... LastLast
Results 21 to 30 of 2217
  1. #21
    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.

  2. #22
    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.

  3. #23
    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

  4. #24
    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

  5. #25
    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
    Keep in mind that Zen-cart uses a 95% div-based layout. Meaning that you can manipulate the layout of the product page using just css.

    Take a look at www.csszengarden.com (not related to zen-cart). You can see there how people have taken the same simple div-based page and using only css have created hundreds of different looks, all without changing the page code. At some point I hope ZC makes it this easy. The problem however is with fallibility of "the holy grail" 3-column layout and the existing table based structure in place of it that prevents it.

    I was sure to give the tab block a div id (id="tpptabBlock") for that reason. So if you have some css experience, you can easily change things around.
    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

  6. #26
    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. #27
    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. #28
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Ok... Just a couple of things...

    1)How do I change the order of the tabs. I think Additional Images should go after Description then Attributes.

    2) Can I add a space before and after the large line on the bottom?

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

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

    Argh

    I noticed one thing. (I dont know if others get this as well)
    After installing this mod my Lightbox mod only worked for the additional images and not the main image.

    I re installed the Lightbox mod to see if it would fix the problem. It did but left some characters next to the main image....

    (Sorry for all the posts... Really into this mod 8o)

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

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

    just to be sure.. what version of ZC are u running? those numbers are the same as the model number in the title.. something is fishy with those

 

 
Page 3 of 222 FirstFirst 123451353103 ... 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

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