Page 210 of 222 FirstFirst ... 110160200208209210211212220 ... LastLast
Results 2,091 to 2,100 of 2217
  1. #2091
    Join Date
    Jan 2014
    Posts
    14
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Installing the new version takes care of removing any old versions.. (which is CLEARLY stated in the readme)
    Thanks, the uninstall sql did it and I have it working.

    I have another question on whether the custom tabs 1, 2, and 3 can be made to show on certain products. For example I turned off the globals to all 3 custom define pages. I then tried this "<!--%Custom Tab 1%-->" along with other variations of it to show on only certain products. Cannot get it to show up. I read the readme again along with the globals word document but cannot find any reference. I also searched the file in modules/tabbed product pro.php.

  2. #2092
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by mtncycling View Post
    Thanks, the uninstall sql did it and I have it working.

    I have another question on whether the custom tabs 1, 2, and 3 can be made to show on certain products. For example I turned off the globals to all 3 custom define pages. I then tried this "<!--%Custom Tab 1%-->" along with other variations of it to show on only certain products. Cannot get it to show up. I read the readme again along with the globals word document but cannot find any reference. I also searched the file in modules/tabbed product pro.php.
    Short answer is I don't know.. I created those tabs to be global tabs and did not test them to be used on specific products.. Accept for customer tabs, I do not use this particular feature of TPP much so I am going to have to defer to someone in the community..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #2093
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

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

    Quote Originally Posted by mtncycling View Post
    ...

    I have another question on whether the (global) custom tabs 1, 2, and 3 can be made to show on certain products. ...
    Selectively enabling "global tabs" (using content from define pages) on a per product basis is not supported in Tabbed Products Pro 1.10. If one wanted such a feature, one could attempt editing "/includes/modules/tabbed_products_pro.php". Perhaps something similar to (starting on line 106):
    Code:
    		$bMainImageOnTab = strpos($proddata, "<!--#MainImageOnTab#-->");
    		$bCustom1_Tab = strpos($proddata, "<!--#CustomTab1#-->");
    		//###########   SUB TAGS   #############
    But no "guarantee" it will work 100%.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  4. #2094
    Join Date
    Jan 2014
    Posts
    14
    Plugin Contributions
    0

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

    Quote Originally Posted by lhungil View Post
    Selectively enabling "global tabs" (using content from define pages) on a per product basis is not supported in Tabbed Products Pro 1.10. If one wanted such a feature, one could attempt editing "/includes/modules/tabbed_products_pro.php". Perhaps something similar to (starting on line 106):
    Code:
    		$bMainImageOnTab = strpos($proddata, "<!--#MainImageOnTab#-->");
    		$bCustom1_Tab = strpos($proddata, "<!--#CustomTab1#-->");
    		//###########   SUB TAGS   #############
    But no "guarantee" it will work 100%.
    I appreciate the insight. After some brainstorming with the shop owner, she did not like the idea of having to put in that piece of code for all the products that needed the certain custom tabs. Instead I have admin side controls for each of the 3 custom tabs that can either limit the tab to certain categories or manufacturers along with still making it global.

    But if anyone wants the modifications, it just takes a quick sql file to input 3 configs and 9 line adds to the module file. PM me if you would like the feature.

  5. #2095
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by mtncycling View Post
    I appreciate the insight. After some brainstorming with the shop owner, she did not like the idea of having to put in that piece of code for all the products that needed the certain custom tabs. Instead I have admin side controls for each of the 3 custom tabs that can either limit the tab to certain categories or manufacturers along with still making it global.

    But if anyone wants the modifications, it just takes a quick sql file to input 3 configs and 9 line adds to the module file. PM me if you would like the feature.
    How about you just post the code HERE.. that is after all the POINT of this forum.. People SHARE solutions.. Share yours.. that way if you disappear, someone doens't come along 2-3 years later and reply to your post asking for your solution.. (see this happen ALL the time..)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #2096
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    help question Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)

    Hi,

    First of all, THANK YOU for this mod, just what the doctor ordered for my often overcrowded product descriptions, and instructions are great, too. I'm only having a little trouble with the additional images tab. Although in ZC admin I have them set to display 4 per row (and before I installed TPP they were indeed displayed 4 per row) and there's plenty of horizontal room for that, only 3 per row get displayed when there are more than 3 images (2 on first row and 1 on second when there are exactly 3), plus, they are not distributed between rows logically, for instance here's what happens when there are 7 additional images:

    Name:  adtnlimgs.jpg
Views: 205
Size:  21.6 KB
    In the above scenario, I'd want 4 images on row 1 and 3 on row 2.

    How do I fix this?

    Thank you!
    Magz

  7. #2097
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)

    well to begin with you're going to need to post a link can't help you from an image.
    Quote Originally Posted by magz View Post
    Hi,

    First of all, THANK YOU for this mod, just what the doctor ordered for my often overcrowded product descriptions, and instructions are great, too. I'm only having a little trouble with the additional images tab. Although in ZC admin I have them set to display 4 per row (and before I installed TPP they were indeed displayed 4 per row) and there's plenty of horizontal room for that, only 3 per row get displayed when there are more than 3 images (2 on first row and 1 on second when there are exactly 3), plus, they are not distributed between rows logically, for instance here's what happens when there are 7 additional images:

    Name:  adtnlimgs.jpg
Views: 205
Size:  21.6 KB
    In the above scenario, I'd want 4 images on row 1 and 3 on row 2.

    How do I fix this?

    Thank you!
    Magz
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #2098
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)

    Quote Originally Posted by DivaVocals View Post
    well to begin with you're going to need to post a link can't help you from an image.
    Thanks DivaVocals,
    Well, imagine that - I fixed it! I had left and right padding for .additionalImages set to 5px in stylesheet.css - changing those to 0 fixed the problem. Thank you for your offer to take a look, though. Very much appreciated, as usual!
    Take care and talk to you soon on some other thread, I'm certain...,
    Magz

  9. #2099
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)

    Quote Originally Posted by magz View Post
    Thanks DivaVocals,
    Well, imagine that - I fixed it! I had left and right padding for .additionalImages set to 5px in stylesheet.css - changing those to 0 fixed the problem. Thank you for your offer to take a look, though. Very much appreciated, as usual!
    Take care and talk to you soon on some other thread, I'm certain...,
    Magz
    Thanks for reporting back that the issue isn't with TPP, but with your template's stylesheet..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #2100
    Join Date
    Nov 2005
    Location
    France
    Posts
    579
    Plugin Contributions
    8

    Default Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)

    I've read countless pages of this thread and if there is an answer to this question i must have missed it.

    Regarding the reviews tab, if you click the link created by split page results (either the page number or the next) it reloads the page back to the product description tab and you have to click reviews again to see the next bunch of reviews.
    Is there a fix so that the next page of reviews will load and stay showing the reviews tab?

    I'm using the standard files supplied in the latest version of the module from downloads an zc 1.5.1. There has been no customisation to the reviews code anywhere else that i am aware of.

    Thanks

 

 

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