Quote Originally Posted by jay2015 View Post
mc12345678, do you think it is due to the conflict of js?

When I used Abagon template (free version), after installing IH and lightbox, everything was good. But install with other template like HOPE or paid version of Abagon, the problem came out!

I found that the URL is "http://localhost/zcart154hope/images/ch34816/ch34816.jpg" instead of "http://localhost/zcart154hope/index.php?main_page=product_info&cPath=1_2_3&products_id=1&zenid=8r3mnnou420a5sd 9sji8tui1l4" when lightbox improperly displaying.

Thanks
Honestly, there is little that can be determined with that information, but if I may explain a few things. 1) before adding any other plugins that interact with the front end, the template should resolve satisfactorily with an html validator such that the page has no errors. There are some errors that will have no effect on javascript, but it is far easier to say that you are starting with a clean slate that functions.
2) Whatever jquery/javascript or the like is loaded, there should be only one version that is loaded not multiple.
3) The most up-to-date version of whatever software should be loaded which if it is located on github may include some additional fixes that have been discussed either in the forum or perhaps the issues area of the github copy of the program.
4) IH4 as provided on github had been rewritten to make the path to the image "human" readable. Regarding the above, that means that things were done well enough to get the correct filename.
5) If using a merge utility to combine two or more files, understand that javascript can appear to be a minor modification that can end up being ignored instead of say php related code which turns out to be more major changes, so there could be a chance of missing a merge if manually performed at some point.