Page 72 of 120 FirstFirst ... 2262707172737482 ... LastLast
Results 711 to 720 of 1194
  1. #711
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by Steel Rat View Post
    I copied the appropriate files to the trublu folder, yes, but I didn't rename anything.
    Looking at your site, none of the required files seem to be there.

    in the Tabbed Products contrib, when you extract it, all the files and folders are in the correct directory structure needed to just simply upload and they will go into the correct place. The only thing you need to do is change the "YOUR_TEMPLATE" folder inside the includes/template/ folder in the contrib and rename it to trublu. Then upload the entire structure from the root area of the contrib to the matching root area of your zen-cart install and it will copy all the files for you to the correct places.

  2. #712
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Looking at your site, none of the required files seem to be there.

    in the Tabbed Products contrib, when you extract it, all the files and folders are in the correct directory structure needed to just simply upload and they will go into the correct place. The only thing you need to do is change the "YOUR_TEMPLATE" folder inside the includes/template/ folder in the contrib and rename it to trublu. Then upload the entire structure from the root area of the contrib to the matching root area of your zen-cart install and it will copy all the files for you to the correct places.
    Ok, did that, except I couldn't use the root, since that didn't match my root (mine isn't called "catalog"), so i did it from the Includes level. although it really shouldn't have been any different than me copying from the YOUR_TEMPLATE folder into trublu manually.

    And still don't have any tabs

    I have <!--%Product Description%--> and <!--%Features%--> within the text of the description (not using HTMLArea editor).
    [FONT=Comic Sans MS]Steel Rat[/FONT]

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

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

    Is there a way to increase the height of the buttons? I'm using new buttons, which have larger arches, and I'd like the buttons to be taller. I've uploaded my new buttons, and have tried different things to make the tabs taller, but no go. Any ideas?

  4. #714
    Join Date
    Sep 2006
    Location
    Oklahoma City, OK
    Posts
    28
    Plugin Contributions
    0

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

    I'm still having a problem with the information box since I updated to to newest version of Zen.

    I am using Tabbed Lite with TruBlue template, now my information box comes up looking like this:



    All of the links are run together, how do I fix this....

  5. #715
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

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

    Quote Originally Posted by Saberman View Post
    I'm still having a problem with the information box since I updated to to newest version of Zen.

    I am using Tabbed Lite with TruBlue template, now my information box comes up looking like this:



    All of the links are run together, how do I fix this....
    I had the same problem on a fresh Zen install. Here's my fix:

    In includes/templates/trublu/sideboxes/tpl_information.php

    Code:
      for ($i=0; $i<sizeof($information); $i++) {
        $content .= $information[$i] . "<br />";
      }
    
      $content .= '';
    ?>
    I added the <br />, where I think it originally just had emtpy quotes.
    [FONT=Comic Sans MS]Steel Rat[/FONT]

  6. #716
    Join Date
    Sep 2006
    Location
    Oklahoma City, OK
    Posts
    28
    Plugin Contributions
    0

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

    That worked!!!! I've been looking thru the posts for the last few days, and no one seem to address this at all, thought I was the only one. Just shows to go ya.

    Thanks for your help.

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

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

    Quote Originally Posted by Steel Rat View Post
    Ok, did that, except I couldn't use the root, since that didn't match my root (mine isn't called "catalog"), so i did it from the Includes level. although it really shouldn't have been any different than me copying from the YOUR_TEMPLATE folder into trublu manually.

    And still don't have any tabs

    I have <!--%Product Description%--> and <!--%Features%--> within the text of the description (not using HTMLArea editor).
    to confirm,

    can you check if the file:
    /catalog/includes/templates/trublu/jscript/jscript_tablitev3.js
    exists?

    I'm still not seeing it loaded when I view the html source of your product located here: http://www.infinite-realities.com/ze...roducts_id=180

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

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

    Quote Originally Posted by Saberman View Post
    I'm still having a problem with the information box since I updated to to newest version of Zen.

    I am using Tabbed Lite with TruBlue template, now my information box comes up looking like this:



    All of the links are run together, how do I fix this....
    Hmm. I had that problem when I first installed one of the better categories fixes too but Im not sure why my fix for that didnt get copied with the template. Anyway, it is the same fix steel rat used. Maybe I didnt include the tpl_information file.

  9. #719
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    to confirm,

    can you check if the file:
    /catalog/includes/templates/trublu/jscript/jscript_tablitev3.js
    exists?

    I'm still not seeing it loaded when I view the html source of your product located here: http://www.infinite-realities.com/ze...roducts_id=180
    Well, crap. I guess SmartFTP wasn't so smart. It didn't get any of those sub-folders where they needed to be. I usually use WSFTP which never gives me a problem.

    Anyway, I manually re-copied everything, and now my TABS ARE WORKING!! YAY!

    Sorry, Qhome, for the troubles! Loose nut behind the keyboard!

    THANKS!!
    [FONT=Comic Sans MS]Steel Rat[/FONT]

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

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

    Quote Originally Posted by Steel Rat View Post
    Well, crap. I guess SmartFTP wasn't so smart. It didn't get any of those sub-folders where they needed to be. I usually use WSFTP which never gives me a problem.

    Anyway, I manually re-copied everything, and now my TABS ARE WORKING!! YAY!

    Sorry, Qhome, for the troubles! Loose nut behind the keyboard!

    THANKS!!
    You fit right along with us loose screws! enjoy

 

 
Page 72 of 120 FirstFirst ... 2262707172737482 ... 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