Page 127 of 222 FirstFirst ... 2777117125126127128129137177 ... LastLast
Results 1,261 to 1,270 of 2217
  1. #1261
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

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

    We just installed Numinix Product Fields and would like to make a separate tab to display the products_description2 field from the products table. Just wondering if there is a quick and easy way to do this globally?

    Emily

  2. #1262
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

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

    Quote Originally Posted by MatchSupply View Post
    We just installed Numinix Product Fields and would like to make a separate tab to display the products_description2 field from the products table. Just wondering if there is a quick and easy way to do this globally?

    Emily
    Got - forgot about the pdf in the download!

    Code:
    			// ===> Description2 Content
    				$tabcontent .= "\n" . '<!--bof Additional_Info sc'.$a.'-->';
    				$tabcontent .= "\n" . '<div id="sc'.$a.'" class="tabcontent" style="display:block;">';
    				$tabcontent .= AddHeader ("Additional Info", $a, $bShowHeaders);
    				$tabcontent .= $products_description2;
    				$tabcontent .= CheckSubTags($a);
    				$tabcontent .= "\n" . '</div>' . "\n" . '<!--eof Warranty sc'.$a.'-->' . "\n\n";
    				$a++;
    			}

  3. #1263
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

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

    Trying to use the examples in the .pdf have only broken TPP for me.

    I am trying to hard code a tab for the Wish List module.
    Actually, what I'd like to have is just the tab "Wish List", and when it's click on it will add the product to a customers list.

    Thanks

  4. #1264
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Hey qhome it's been awhile since I had to ask any questions about figuring something out but I am having issues with the additional images tag showing up. Here is the link http://registeredcoonass.com/index.p...&products_id=5
    Do I need to have a contrib installed for it to work? if so could someone point me in the right direction please?

    Thanks
    USBRX

  5. #1265
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

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

    Quote Originally Posted by tncproweb View Post
    Hey qhome it's been awhile since I had to ask any questions about figuring something out but I am having issues with the additional images tag showing up. Here is the link http://registeredcoonass.com/index.p...&products_id=5
    Do I need to have a contrib installed for it to work? if so could someone point me in the right direction please?

    Thanks
    USBRX
    I've had this installed for a while, you mentioned tag but if you are speaking of the tab go to Admin>Config>TPP> Global Additional Images Tab Set it to 1

  6. #1266
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Quote Originally Posted by jabbawest View Post
    I've had this installed for a while, you mentioned tag but if you are speaking of the tab go to Admin>Config>TPP> Global Additional Images Tab Set it to 1
    It is set to 1, still not working. I'd like each image to be clickable to enlarge!

  7. #1267
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

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

    I know this may seem like a stupid question but, do you have more than one image per item? Do you have Image Handler installed to add axtra images?
    The tab won't appear until you have extra images.

  8. #1268
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Quote Originally Posted by jabbawest View Post
    I know this may seem like a stupid question but, do you have more than one image per item? Do you have Image Handler installed to add axtra images?
    The tab won't appear until you have extra images.
    I have this ( additional_product_images_1 ) installed and I did have more than one image installed when I asked the question, I am now redoing all of the images so that they are the same size. Will update my question when I am done with the new images

  9. #1269
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Stupid question - Do I upload the images to the image folder instead of in the catalog page? Do they have to be named the same to work?

  10. #1270
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

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

    I am not sure why its happening, but I've lost the 'tabs' on my product info page. I made PMd qHome back in July but no response and DivaVocals says its definately a CSS issue here but I'm starting to think otherwise.

    I just downloaded a fresh copy of tpp (106b) and ftpd the css file w/o any changes and I still have the same issue.

    The tabs display in a 'block' format *INSTEAD OF* an 'inline' format. They do function correctly *BUT DO NOT* display correctly

    When I use my Web Developer (F12) on FF, in the box to the right, the first thing that shows is:

    PHP Code:
    element.style {
         
    displayblock;
         } 
    and then the css file begins.

    Here is the current css (I've made some changes):

    PHP Code:
    #slidetabsmenu {
      
    float:left;
      
    width:100%;
      
    font-size:100%;/*93*/
      
    border-bottom:1px solid #005599;/*solid 2763a5 9a9a9a 00008b*/
      
    line-height:normal;
      }
    #slidetabsmenu ul {
      
    margin:0;
      
    padding:10px 10px 10px 10px;
      list-
    style:none;
      }
    #slidetabsmenu li {
      
    display:inline;
      
    margin:0;
      
    padding:0;
      
    font-weightbold;
      }
    #slidetabsmenu a {
      
    float:left;
      
    /*background:url("../../images/tpp/tableft13.gif") no-repeat left top;*/
      
    margin:0;
      
    padding:0 4px 0 4px;/*0 0 0 4px*/
      
    text-decoration:none;
      }
    #slidetabsmenu a span {
      
    float:left;
      
    display:block;/*block*/
      /*background:url("../../images/tpp/tabright13.gif") no-repeat right top;*/
      
    background-color:#d7d7d7;/*added 535357 eeeeee*/
      
    padding:5px 13px 4px 6px;
      
    color:#005599; /*3b3b3b 00008b ffffff*/
      
    margin:2px 4px 2px 4px;/*added 20px 40px 20px 40px*/
      
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #slidetabsmenu a span {float:none;}
    /* End IE5-Mac hack */
    #slidetabsmenu a:hover {
      
    background-position:0% -125px;
      }
    #slidetabsmenu a:hover span {
      
    background-position:100% -125px;
      
    color#005599; /*black ff6600 ffffff*/
      
    }
    #slidetabsmenu a.current {
      
    background-position:0% -125px;/*100% -125px;*/
      
    }
    #slidetabsmenu a.current span {
      
    background-position:100% -125px;/*100% -125px*/
      
    background-color#005599;/*added 00008b*/
      
    color#ffffff; /*red ff6600 535357*/
      
    }
    .
    tabcontent{
      
    clearboth;
      
    float:left;
      
    width:100%;
      
    border-bottom1px solid #d7d7d7;/*9a9a9a*/
      
    border-left1px solid #d7d7d7;/*added*/
      
    border-right1px solid #d7d7d7;/*added*/
      
    background#ffffff;/*white*/
      
    color#000000; /*black*/
      
    display:none;
      
    padding:0px 0px 5px 0px;/*added*/
      
    margin:0;/*added*/
      

    Can someone review the CSS and tell me if it is a CSS for sure. Some fresh eyes may see the problem.

    *OR*

    Is it a code issue?

    Any help is greatly appreciated.
    Thank you,
    autoace

 

 

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