Page 76 of 120 FirstFirst ... 2666747576777886 ... LastLast
Results 751 to 760 of 1194
  1. #751
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by BlessIsaacola View Post
    Qhome, where can I change the configuration so that the default tabs are wrapped. I looked includes/module and I do not see where to make the changes. Customer Also Purchased and We Also Recommend are not wrapping out of the box.

    Thanks!
    You change wrapping by adding <br /> to the language file in between words

    define('TEXT_TAB_TITLE_PROD_DESC', 'Product Description');
    define('TEXT_TAB_TITLE_ADD_TO_CART', 'Add To Cart');
    define('TEXT_TAB_TITLE_ADDITONAL_IMAGES', 'Additional Images');
    define('TEXT_TAB_TITLE_CUST_ALSO_PURCHASED', 'Customers Also Purchased');

    becomes

    define('TEXT_TAB_TITLE_PROD_DESC', 'Product<br />Description');
    define('TEXT_TAB_TITLE_ADD_TO_CART', 'Add To<br />Cart');
    define('TEXT_TAB_TITLE_ADDITONAL_IMAGES', 'Additional<br />Images');
    define('TEXT_TAB_TITLE_CUST_ALSO_PURCHASED', 'Customers Also<br />Purchased');

    You can add any html code you want in the tab names.. images, styles, even some tiny flash code if you so choose :)

  2. #752
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    hey qhome, your demo is broken http://www.unbannable.com/zen/index....&products_id=1

    tabs appear all screwy

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

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by getyourgameshere.com View Post
    hey qhome, your demo is broken http://www.unbannable.com/zen/index....&products_id=1

    tabs appear all screwy
    Actually thats my work in progress for my next release But not to worry. I am not planning any feature changes.. just some slightly different layouts for the tabs. They will be 3.8 based.

  4. #754
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Need to see if anyone is seeing something wrong that I cannot see here

    Cant seem to find the hole that is causing the misalignment.

    Any help is appreciated.

    Thanks in advance
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  5. #755
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by knuckle-101 View Post
    Need to see if anyone is seeing something wrong that I cannot see here

    Cant seem to find the hole that is causing the misalignment.

    Any help is appreciated.

    Thanks in advance
    You have some really odd table issues going on. What version of zen cart are you using? i much prefer the newer version with less tables. Anyhoo... you have an issue with closing a table row that doesn't exist, and then starting a row that isn't closed. You'll have to find where theses issues are in your template files, unless you added these in the product description. WHen using firefox, if I use the edit HTML function, and change this:

    Four coasters on each illustrated blistercard.</font></p></div></div></div></div></form></div>
    <font color="#000000" face="verdana" size="2">Winky Pink<br>Elephant Coasters<br>
    Item 10691<br>
    Set of 4
    </font>

    To this:

    That seems to stop the issue.

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

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by knuckle-101 View Post
    Need to see if anyone is seeing something wrong that I cannot see here

    Cant seem to find the hole that is causing the misalignment.

    Any help is appreciated.

    Thanks in advance
    This doesn't seem to be a tabbed lite issue, more so of other design mistakes. backtrack your steps until you find the problem or use winmerge to compare to default tabbed template and slowly add your customizations.

  7. #757
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Yes, I just figured that out, it just seemed bad timing when I installed it and that appeared.

    Just making sure , I couldnt find any solutions. But it was 5:30 am when I noticed this after a 17 hour shift at work and that to go with it didnt make a good cup of tea. But thanks for the help.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  8. #758
    Join Date
    Nov 2005
    Location
    France - Limoges
    Posts
    101
    Plugin Contributions
    0

    Default Version 1.3.6

    Hi,

    I've been using this great contrib on Zencart 1.3.5 and it's really good looking and makes information great to browse for my customers. I've just updated another one of my websites from zencart 1.3.5 to 1.3.6 that was not using the contribution and installing the contribution to this feshly upgraded Zencart does not seem to work. Is there some tweeking to be done ? I'm guessing it's quite possible that there might be as quite a lot of the templating code has been updated with v 1.3.6.

    Do you happen to have any info on this ?

    Thanks in advance.

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

    Default Re: Version 1.3.6

    Quote Originally Posted by mat123slade View Post
    Hi,

    I've been using this great contrib on Zencart 1.3.5 and it's really good looking and makes information great to browse for my customers. I've just updated another one of my websites from zencart 1.3.5 to 1.3.6 that was not using the contribution and installing the contribution to this feshly upgraded Zencart does not seem to work. Is there some tweeking to be done ? I'm guessing it's quite possible that there might be as quite a lot of the templating code has been updated with v 1.3.6.

    Do you happen to have any info on this ?

    Thanks in advance.
    There were no template changes for 1.3.6 so Tabbed Lite is fully compatible. What kind of problems are you having? Do you have a link you could PM me?

  10. #760
    Join Date
    Dec 2004
    Location
    Stockholm
    Posts
    123
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Hi qhome,

    I have now succeed to display tabbed in product info page,
    efter that I add "prefix_" to tables in sql file and run it in
    SQL Query Executor in Zen after that take the "prefix_" off again
    and try again and it works. Why?? I don't know just now.

    But I can't still see more than just the menu "title, value and action" under
    Tabbed Products Config.. If there is someone how could show me a print screen
    from admin side too, or MP...

    meny thanks ..
    Asp..
    Employing version 1.3.X

 

 
Page 76 of 120 FirstFirst ... 2666747576777886 ... LastLast

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 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