Results 1 to 10 of 1096

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 3

    Quote Originally Posted by gandalfsmith View Post
    I am using
    Zencart V1.3.9h
    I have the following addons:
    Google Analytics
    Editable Centerboxes
    Column Layout
    Slideshow

    I have just installed Image Handler 3 - which works great (thank you for all the hard work put into this)
    my only problem is that on my larger images in the product_info_layout - when you click on larger image, the popup opens but does not display an image - my guess is it is not finding an image and I am not sure why (pulling out my hair here)

    For an example you can see: http://mefyshop.com/shop/index.php?m...products_id=44

    In the popup window it opens a tiny little box and puts in the words (xxxx-productname - click image to close)

    Please help, I am now totally lost as to what the actual problem could be - even compared certain template files with the origional template default ones and cannot find the error.

    Thanks
    it says: /shop/corpribbon.png can not be found

    so try there first...it might also be a typo somewhere or maybe you did not get all files uploaded

  2. #2
    Join Date
    Oct 2011
    Location
    Toronto Canada
    Posts
    67
    Plugin Contributions
    0

    Default Re: Image Handler 3

    Quote Originally Posted by DarkAngel View Post
    it says: /shop/corpribbon.png can not be found

    so try there first...it might also be a typo somewhere or maybe you did not get all files uploaded
    Thanks for the reply - I did check that - all the files are there
    the code it is giving is: /shop/books.png
    INSTEAD OF
    /shop/images/books.png

    Where do I find where it is reading that source code from? It is missing the /images/ folder when trying to read that image?
    Lead•Empower•Motivate
    Catherine S.
    Go2Guru

  3. #3
    Join Date
    Oct 2011
    Location
    Toronto Canada
    Posts
    67
    Plugin Contributions
    0

    Default Re: Image Handler 3

    so for that one it should be reading it as /shop/images/corpribbon.png
    Lead•Empower•Motivate
    Catherine S.
    Go2Guru

  4. #4
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 3

    Quote Originally Posted by gandalfsmith View Post
    so for that one it should be reading it as /shop/images/corpribbon.png
    Have you tried going into admin and uninstalling, clearing out bmz cache folder then reinstalling via admin again?

    I am trying to find where it is found in the files but I don't think I can help that---adding code I hit/miss at for editing but other stuff is smarter than me at times...lol

    totally forgot that you were using a TM template....which I tell all that they may be pretty but they do mess up more than you know, then find out when trying to add mods.

    pica-flur has some nice templates just like what this one looks like--prettier in my opinion and there are many free ones here that do not screw up stuff
    Last edited by DarkAngel; 27 Nov 2012 at 06:51 AM.

  5. #5
    Join Date
    Oct 2011
    Location
    Toronto Canada
    Posts
    67
    Plugin Contributions
    0

    Default Re: Image Handler 3

    Quote Originally Posted by DarkAngel View Post
    Have you tried going into admin and uninstalling, clearing out bmz cache folder then reinstalling via admin again?

    I am trying to find where it is found in the files but I don't think I can help that---adding code I hit/miss at for editing but other stuff is smarter than me at times...lol

    totally forgot that you were using a TM template....which I tell all that they may be pretty but they do mess up more than you know, then find out when trying to add mods.

    pica-flur has some nice templates just like what this one looks like--prettier in my opinion and there are many free ones here that do not screw up stuff
    I may have to do that, I am one of the few that does actually sit and read through every help file, installation file, config etc when installing a mod. I know that for this one, the installation files cover everything, and I did do a comparison with WinMerge on the core edit files. My guess is it may have to do with the main_product_image.php file in modules. I will go and check it again. Drives me crazy when these guys mess with the core coding of zencart - why they don't just comment out what they change (so at least we know what they did) is beyond me.

    I do wonder though if it has anything to do with a jscript conflict? I also installed Tab Products Pro (version for 1.3.9) and I see that it is not putting the tabs up, rather just displaying as list items.
    Lead•Empower•Motivate
    Catherine S.
    Go2Guru

  6. #6
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Image Handler 3

    IH3 and TPP should work together. I have used it many times together. It is more likely it has something to do with your TM template

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

    Default Re: Image Handler 3

    Quote Originally Posted by Design75 View Post
    IH3 and TPP should work together. I have used it many times together. It is more likely it has something to do with your TM template
    Ditto.. TPP and IH work perfect together..

    I am POSITIVE that your Template Monstrosity template is the root cause of your issues.. Try another template.. I'm positive your issues will disappear.. Picaflor Azul or Brandon Turpin's templates are the way to go IMHO if you are not going to "grow your own" template and you want something nice..
    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. #8
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 3

    Quote Originally Posted by gandalfsmith View Post
    I may have to do that, I am one of the few that does actually sit and read through every help file, installation file, config etc when installing a mod. I know that for this one, the installation files cover everything, and I did do a comparison with WinMerge on the core edit files. My guess is it may have to do with the main_product_image.php file in modules. I will go and check it again. Drives me crazy when these guys mess with the core coding of zencart - why they don't just comment out what they change (so at least we know what they did) is beyond me.

    I do wonder though if it has anything to do with a jscript conflict? I also installed Tab Products Pro (version for 1.3.9) and I see that it is not putting the tabs up, rather just displaying as list items.

    Have you tried uninstalling the tabs mod and seeing if that makes a difference---using the default template?

    I have had to work on a couple of TM templates and trust me they are no joy to fix. You could just add the drop down menus to the one that is already there instead of the added tabs at the top, maybe? Depends on their drop menu coding too if it is in a separate file it might maybe can be done.

    You could also use win-merge to check the original zen cart file you suspect with the one from tm template to see what is different too and that could give you an idea---or just use another template totally.

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

    Default Re: Image Handler 3

    Quote Originally Posted by DarkAngel View Post
    I have had to work on a couple of TM templates and trust me they are no joy to fix.
    That's why my policy is this. I don't do Template Monstrosity templates at all!! Period.. no exceptions.. IMHO, Template Monstrosity is the go to crutch folks like to run to for "pretty" templates.. No reason to anymore.. there are now LOTS of good options available.. I also "grow my own" because it totally is easy enough to do.. Barebones is a nice template to use as a starting point for "growing your own" template IMHO..
    Last edited by DivaVocals; 28 Nov 2012 at 02:56 PM.
    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.

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  3. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  4. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM

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