Page 211 of 222 FirstFirst ... 111161201209210211212213221 ... LastLast
Results 2,101 to 2,110 of 2217
  1. #2101
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

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

    Quote Originally Posted by strelitzia View Post
    ... 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? ...
    Not a simple one. To make a specific tab open one would need to add something to the URL and then read it from the URL (for each tab). Then one would need to read the URL (when processing in Zen Cart), determine a tab needed to be open (and which tab), and then generate the appropriate code to show the correct tab open when the page is loaded. Next one would need to replace all of the URLs generated by the reviews template (to add which tab needs to be open when).

    Not saying it cannot be done (work may already be in progress to allow direct links which open the page with a specific tab showing - in a future version). Just letting you know this is not a simple change and may require someone talented in HTML, PHP, CSS, and / or JS to implement such a feature.
    Last edited by lhungil; 3 Jun 2014 at 10:07 PM.
    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

  2. #2102
    Join Date
    Apr 2014
    Location
    Bronx, New York, United States
    Posts
    83
    Plugin Contributions
    0

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

    This module works fine on my wampp ............. but when i install it to my live site its not working what the problem ?

  3. #2103
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

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

    Quote Originally Posted by strelitzia View Post
    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
    You are correct TPP does not touch the core reviews files. It only grabs the associated header and tpl files for product reviews and uses those to show reviews on the product page. As someone posted above, it would not be an easy fix.

    But there are a few workarounds you could do.

    Options 1 - in the product_reviews header file you will see a define of "MAX_DISPLAY_NEW_REVIEWS'. This is set to allow the max display per page. So what you could do is make a conditional statement to set the "MAX_DISPLAY_NEW_REVIEWS" to ALL for the product info pages and act as normal on the main product review pages.

    Option 2 - there is a plugin called "dgreviews" bascially combines the header and tpl in 1 file. A few changes has to be done in this route:

    1) In modules/tabbed_product_pro.php find the section that pulls the requires for the product_review header and tpl files. Block out that code and insert the tpl_dgreviews.php in its place.

    2) In tpl_dgreviews.php, change "MAX_DISPLAY_NEW_REVIEWS" to a large number such as "100".

    3) Depending on which version of ZC you are using currently at this moment you may have to modify the code structure to align. For instance, I have used dgreviews for a 1.51 site and went and merged the same structure as some minor things have changed. Also, I think I recall that there was an extra div in their throwing off alignment issues on newer ZC versions.

    Either of these options will solve your problem.

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

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

    Quote Originally Posted by jennydutch View Post
    This module works fine on my wampp ............. but when i install it to my live site its not working what the problem ?

    Don't know.. Might help if you can say WHAT isn't working.. did you install it and stars now shoot out of your monitor??

    check your install... Make sure you've got all the right files in place.. post a link to your site.. otherwise all we can do is lob guesses at you..
    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.

  5. #2105
    Join Date
    Apr 2014
    Location
    Bronx, New York, United States
    Posts
    83
    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
    Don't know.. Might help if you can say WHAT isn't working.. did you install it and stars now shoot out of your monitor??

    check your install... Make sure you've got all the right files in place.. post a link to your site.. otherwise all we can do is lob guesses at you..

    Same data base same file..............
    in wamp Click image for larger version. 

Name:	working.png 
Views:	63 
Size:	3.5 KB 
ID:	14157


    any my live site...
    Click image for larger version. 

Name:	not working.png 
Views:	58 
Size:	1.3 KB 
ID:	14158

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

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

    Quote Originally Posted by jennydutch View Post
    Same data base same file..............
    in wamp Click image for larger version. 

Name:	working.png 
Views:	63 
Size:	3.5 KB 
ID:	14157


    any my live site...
    Click image for larger version. 

Name:	not working.png 
Views:	58 
Size:	1.3 KB 
ID:	14158
    Screenshots are NOT helpful.. a URL to the live site is..
    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.

  7. #2107
    Join Date
    Apr 2014
    Location
    Bronx, New York, United States
    Posts
    83
    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
    Screenshots are NOT helpful.. a URL to the live site is..
    Here is my site url...please take a look......


    http://allhdd.tk/

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

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

    Quote Originally Posted by jennydutch View Post
    Here is my site url...please take a look......


    http://allhdd.tk/
    Don't make me dig through your site looking for a product.. can you provide a specific URL??
    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.

  9. #2109
    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

    nevermind.. this is some kind of conflict with the CSS/JS Loader.. If you turn off the CSS/JS Loader and things work, then the issue is with the CSS/JS Loader, and you will need to seek support from the authors/supporters of the CSS/JS Loader.. Not sure if there is an "official" support thread on this forum for the CSS/JS Loader, but there is an unofficial thread.. You can do a search to find it..
    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. #2110
    Join Date
    Apr 2014
    Location
    Bronx, New York, United States
    Posts
    83
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    nevermind.. this is some kind of conflict with the CSS/JS Loader.. If you turn off the CSS/JS Loader and things work, then the issue is with the CSS/JS Loader, and you will need to seek support from the authors/supporters of the CSS/JS Loader.. Not sure if there is an "official" support thread on this forum for the CSS/JS Loader, but there is an unofficial thread.. You can do a search to find it..
    Thanks a lot ... when i turn off css/js loader it works .. can you tell me what is css and js loader do actually ?

 

 

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