Results 1 to 10 of 1688

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    66
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Hello, I would like to format the hover function of this addon - particularly the position of the larger 'floating' image when displayed. I wondered if that was simple to acheive?

    I have disabled the hover function for all pages except Product Info, so when hovering over the small additional images a large image is displayed. I would ideally like for this to be displayed over the main product image, rather than alongside the mouse pointer / cursor. Or perhaps limit the size and have in a fixed position rather than following the mouse.

    Thanks for any help!

  2. #2
    Join Date
    Apr 2010
    Posts
    900
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Hi,

    Hope this isn't a dumb question but... how often does BMZ cache rebuild?

    I am adding some pages and would like to copy/paste category grids into source. For instance:
    <table align="center" border="0" cellpadding="1" cellspacing="15" width="100%">
    <tbody>
    <tr>
    <td align="center" valign="top" width="32.5%">
    <div class="categoryListBoxContents" style="width:100%;">
    <a href="/Solder_Fluxes_Chemicals/Solder_Paste/Lead_Free"><img alt="Lead Free" height="150" src="bmz_cache/5/52004ec3453bf98d01fe0f7ae8026da9.image.150x150.JPG" title=" Lead Free " width="150" /><br />
    Lead Free</a></div>
    </td>
    <td class="vDotLine" rowspan="4">
    &nbsp;</td>
    <td align="center" valign="top" width="32.5%">
    <div class="categoryListBoxContents" style="width:100%;">
    <a href="/Solder_Fluxes_Chemicals/Solder_Paste/No_Clean"><img alt="No Clean" height="150" src="bmz_cache/c/c0833ee64e8a63a882782f8b4cbd4879.image.150x150.jpg" title=" No Clean " width="150" /><br />
    No Clean</a></div>
    </td>
    <td class="vDotLine" rowspan="4">
    &nbsp;</td>
    <td align="center" valign="top" width="32.5%">
    <div class="categoryListBoxContents" style="width:100%;">
    <a href="/Solder_Fluxes_Chemicals/Solder_Paste/Rosin_Based"><img alt="Rosin Based" height="150" src="bmz_cache/c/c8c89121bab52d61a3894e77b22a85cd.image.150x150.jpg" title=" Rosin Based " width="150" /><br />
    Rosin Based</a></div>
    </td>
    </tr>
    <tr>
    <td class="hDotLine">
    &nbsp;</td>
    <td class="hDotLine">
    &nbsp;</td>
    <td class="hDotLine">
    &nbsp;</td>
    </tr>
    <tr>
    <td align="center" valign="top" width="32.5%">
    <div class="categoryListBoxContents" style="width:100%;">
    <a href="/Solder_Fluxes_Chemicals/Solder_Paste/Water_Soluble"><img alt="Water Soluble" height="150" src="bmz_cache/d/da0b60f64afaaa3dc29431c72df80304.image.150x150.jpg" title=" Water Soluble " width="150" /><br />
    Water Soluble</a></div>
    </td>
    </tr>
    </tbody>
    </table>
    I have about 30 such pages to build. If I can just copy/paste those grids, the work will go super fast, look great, and have the benefits of IH.

    But if the cache updates automatically or changes for some reason, it will be extremely painful to clean up.

    Am I safe to use the cached images?

  3. #3
    Join Date
    Feb 2008
    Location
    Western Australia
    Posts
    192
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    I'm having some issues with IH4 on my site. It was working perfectly but for some reason now, she's broken. One category still displays in admin>tools>image handler4 but if I click one any of the other categories it comes up with this only:

    Image Handler4
    No Image Handler information found.
    Image Manager Admin Tools Preview About/Help
    Uninstall Image Handler. (Please backup your site and database first)
    Clear image cache
    Scan for old IH 0.x and 1.x original images


    No mods were done in between it working as it should to now.

    My work mate had added some images that were far too large, so I deleted all of them with filezilla and re uploaded drastically reduced ones.

    I've emptied the cache and bmz_cache

    But none of the above seemed to have worked.

    The website is fabbedart.com.au - has anyone come across this before?

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by Feznizzle View Post
    Hi,

    Hope this isn't a dumb question but... how often does BMZ cache rebuild?

    I am adding some pages and would like to copy/paste category grids into source. For instance:


    I have about 30 such pages to build. If I can just copy/paste those grids, the work will go super fast, look great, and have the benefits of IH.

    But if the cache updates automatically or changes for some reason, it will be extremely painful to clean up.

    Am I safe to use the cached images?
    I wouldn't.. My suggestion is to write this HTML using php to call the image for the specific product you are trying to display.. if you use Zen Cart image functions, then IH4 should use those to display the correct cached image..

    I also suggest not using tables to build these grids.. Grids can be accomplished using a number of CSS methods..
    Last edited by DivaVocals; 25 Jan 2016 at 06:23 AM.
    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. #5
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    66
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Hello, I now have the same problem as Crooked_Halo (above) and others - Image Handler was working fine, now when I go to the admin page it states:

    "No Image Handler information found."

    ...which is pretty odd. I have added a few mods etc since last using IH admin but nothing that should have interfered.

    I have checked through all the IH installation files and the only one that has been changed recently / is missing is this:

    admin/includes/auto_loaders/config.image_handler.php

    ...which is missing, I assume this gets removed during install and isnt the problem?

    So any idea what this could be? I guess a potential database issue?

    Has anybody else managed to solve the "No Image Handler information found." problem?

    This is very frustrating! Thanks for any help!

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by fobes77 View Post
    Hello, I now have the same problem as Crooked_Halo (above) and others - Image Handler was working fine, now when I go to the admin page it states:

    "No Image Handler information found."

    ...which is pretty odd. I have added a few mods etc since last using IH admin but nothing that should have interfered.

    I have checked through all the IH installation files and the only one that has been changed recently / is missing is this:

    admin/includes/auto_loaders/config.image_handler.php

    ...which is missing, I assume this gets removed during install and isnt the problem?

    So any idea what this could be? I guess a potential database issue?

    Has anybody else managed to solve the "No Image Handler information found." problem?

    This is very frustrating! Thanks for any help!

    See #1427 . This was fixed in the latest release of IH4 if remember correctly

  7. #7
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    66
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by Design75 View Post
    See #1427 . This was fixed in the latest release of IH4 if remember correctly
    Code:
    INSERT INTO configuration ('configuration_title', 'configuration_key', 'configuration_value', 'configuration_description', 'configuration_group_id', 'sort_order', 'last_modified', 'date_added', 'use_function', 'set_function') VALUES ('IH version', 'IH_VERSION', '4.3.2', 'IH Version is stored but not shown on configuration menus', '6', '10000', NULL, '0001-01-01 00:00:00.000000', NULL, NULL);
    Cheers Design75. I tried inserting that SQL (above) through the Zen Cart admin and got a 'WARNING: An Error occurred, please refresh the page and try again.' message.

    Checking my logs it says that there is a syntax error in the SQL code? I'm not great with SQL syntax, is there an obvious error?

    Also I am using Image Handler v4.3.2 - it seems to be the latest version?

    Thanks for your help!

  8. #8
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    66
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Just to add to the above -

    I have entered the code into the database manually via phpMyadmin...

    Code:
    INSERT INTO `MYDATABASENAME`.`configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`, `configuration_tab`) VALUES (NULL, 'IH version', 'IH version', '4.3.2', 'IH Version is stored but not shown on configuration menus', '6', '10000', NULL, '0001-01-01 00:00:00.000000', NULL, NULL, 'General');
    Which seemed to work ok but I still get the "No Image Handler information found." message when going to the IH Zen admin page!

    Very strange?!

  9. #9
    Join Date
    Oct 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by Design75 View Post
    See #1427 . This was fixed in the latest release of IH4 if remember correctly
    My Image handler 4 was working perfectly until this morning it just stopped with that error. Turns out i had changed PHP version and it didn't like it. Changed PHP version back and it worked again.

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by mybaby View Post
    My Image handler 4 was working perfectly until this morning it just stopped with that error. Turns out i had changed PHP version and it didn't like it. Changed PHP version back and it worked again.
    There is a new version, Image handler 5. this one is compatible with php 7.x

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 749
    Last Post: 20 May 2026, 03:47 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 176
    Last Post: 14 Dec 2025, 12:55 AM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. 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
  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