Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ShopVille
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..
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?
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.
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?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
leet88845
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..
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
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
coreyalderin
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)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
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.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
coreyalderin
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.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
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