Page 187 of 222 FirstFirst ... 87137177185186187188189197 ... LastLast
Results 1,861 to 1,870 of 2217
  1. #1861
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by ShopVille View Post
    Hello,

    I installed the mod but this is what i get on a product page:

    HTML Code:
    Warning: Cannot modify header information - headers already sent by (output started at /includes/classes/zen_lightbox/slimbox.php:21) in /includes/functions/functions_general.php on line 45
    Since the file burping up the issue (/includes/classes/zen_lightbox/slimbox.php) belongs to another add-on I'd say your issue lies elsewhere..
    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.

  2. #1862
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

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

    I am having a few problems with this here: http://toolsforchrist.com/index.php?...&products_id=7

    It has included some tabs that I have not created ("TEXT_TAB_TITLE_PROD_DESC" and TEXT_TAB_TITLE_REVIEWS"). Why are these showing up and how can I get rid of them?

  3. #1863
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

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

    I asked the question a little too quickly. I figured it out right after I asked the question. I did not realize this was a seeting in the admin.

  4. #1864
    Join Date
    Dec 2012
    Posts
    13
    Plugin Contributions
    0

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

    I just installed TPP and it has worked ok apart from my main image has disappeared.

    When I click on the additional images, there are 2 of them, I use the lightbox plugin and I see 2 of 3. The 3rd image is always the missing main image within lightbox (3 of 3).

    I also had to remove the additional images from the bottom of the tpl_product_info_display.php as they appeared twice so it was showing 5 images in lightbox.

    I tried moving my main image within the tpl_product_info_display.php but it still won't appear. The only way I can get it to appear is to copy it in twice, I'm sure why that works but now it still shows the missing main image within the lightbox as image 4 of 4 (The 1st being the main image I added, and the 2nd and 3rd being the additional images.)

    Does anyone know a way I can fix this?

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

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

    Quote Originally Posted by leet88845 View Post
    I just installed TPP and it has worked ok apart from my main image has disappeared.

    When I click on the additional images, there are 2 of them, I use the lightbox plugin and I see 2 of 3. The 3rd image is always the missing main image within lightbox (3 of 3).

    I also had to remove the additional images from the bottom of the tpl_product_info_display.php as they appeared twice so it was showing 5 images in lightbox.

    I tried moving my main image within the tpl_product_info_display.php but it still won't appear. The only way I can get it to appear is to copy it in twice, I'm sure why that works but now it still shows the missing main image within the lightbox as image 4 of 4 (The 1st being the main image I added, and the 2nd and 3rd being the additional images.)

    Does anyone know a way I can fix this?
    Sounds like the issue is LESS of an issue with this mod and more of an issue with the lightbox add-on.. Suggest posting your issues in that support thread.. You'll also want to check any file merges you might have done to install these two mods.. Dunno off the top of my head if the lightbox add-on has files in common with TPP.. But if they do, you'll want to check those file merges..
    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. #1866
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

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

    This is a great addition. Thanks.

    On my site it does something a little odd. When you load the page it starts about an inch above where I have placed it. Then after that second it moves to where it is supposed to. I thought maybe it was the share/like buttons I have at the top, but I removed them to test it and it still did this.

    Does anyone know a solition to this? Here is one place I am using it: http://www.toolsforchrist.com/index....&products_id=1

    Thanks

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

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

    Quote Originally Posted by coreyalderin View Post
    This is a great addition. Thanks.

    On my site it does something a little odd. When you load the page it starts about an inch above where I have placed it. Then after that second it moves to where it is supposed to. I thought maybe it was the share/like buttons I have at the top, but I removed them to test it and it still did this.

    Does anyone know a solition to this? Here is one place I am using it: http://www.toolsforchrist.com/index....&products_id=1

    Thanks
    And you know this add-on is the source because you of course tested you product page with TPP turned off right???

    That said you have other stuff loading on your product pages beside the TPP add-on.. It is likely one of these which is clashing with TPP.. (javascript conflict probably)
    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. #1868
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    And you know this add-on is the source because you of course tested you product page with TPP turned off right???

    That said you have other stuff loading on your product pages beside the TPP add-on.. It is likely one of these which is clashing with TPP.. (javascript conflict probably)
    Yes, it works fine with TPP turned off. Javascript is used for the zoom and slider on the pictures. Can Javascript be called too much and slow things down? Should I be minimizing javascript calls? Is there a way to fix this type of thing?

    Thanks for your fast response.

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

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

    Quote Originally Posted by coreyalderin View Post
    Yes, it works fine with TPP turned off. Javascript is used for the zoom and slider on the pictures. Can Javascript be called too much and slow things down? Should I be minimizing javascript calls? Is there a way to fix this type of thing?

    Thanks for your fast response.
    Yes the number of scripts you have loading/running most certainly could hamper page load/performance. So you will need to look at the many javascripts executed on your product pages and narrow down the reason why they are not playing together nicely and causing the page load response you are seeing.. This really isn't the right thread to get that sorted out as it's not specifically related to TPP.. Suggest starting a new thread and see if other members of the community can help you get this all straightened out.
    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. #1870
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Yes the number of scripts you have loading/running most certainly could hamper page load/performance. So you will need to look at the many javascripts executed on your product pages and narrow down the reason why they are not playing together nicely and causing the page load response you are seeing.. This really isn't the right thread to get that sorted out as it's not specifically related to TPP.. Suggest starting a new thread and see if other members of the community can help you get this all straightened out.
    Thanks for your response. I will do some research on this and try to figure it out

 

 

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