Page 1 of 2 12 LastLast
Results 1 to 10 of 7098

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Could someone please take a look at the following?

    http://jollofe.com/index.php?main_page=index&cPath=1

    Imagehandler is fantastic. But I would like the nice javascript hover. I've set everything to 'yes' in the config/images for IH but still doesn't seem to be working.

  2. #2
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ed89 View Post
    Could someone please take a look at the following?

    http://jollofe.com/index.php?main_page=index&cPath=1

    Imagehandler is fantastic. But I would like the nice javascript hover. I've set everything to 'yes' in the config/images for IH but still doesn't seem to be working.
    You only need one. I would remove the one red.
    Code:
    <script type="text/javascript" src="includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://jollofe.com/includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    M

  3. #3
    Join Date
    Mar 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    You only need one. I would remove the one red.
    Code:
    <script type="text/javascript" src="includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://jollofe.com/includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    M
    Thanks, but I had this before and it did not work. I only added the second to be sure it was definitely pointing to the right location. All files are uploaded.

  4. #4
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ed89 View Post
    Could someone please take a look at the following?

    http://jollofe.com/index.php?main_page=index&cPath=1

    Imagehandler is fantastic. But I would like the nice javascript hover. I've set everything to 'yes' in the config/images for IH but still doesn't seem to be working.
    Config/images
    The following need to have the same image size setting if you want to use the hover/popup with that feature:
    Small Image Width
    Small Image Height
    Image - Product New Listing Width
    Image - Product New Listing Height
    Image - New Products Width
    Image - New Products Height
    Image - Featured Products Width
    Image - Featured Products Height
    Image - Product All Listing Width
    Image - Product All Listing Height

    You can leave either width or height fields blank or zero. This will allow the image to scale correctly.

    HTH,
    M

  5. #5
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Sorry that my first post here is a help-request, but i couldnt find a solution to this problem by myself ;)
    I installed Image Handler 2 for zen cart 1.3.x and the install worked flawless, until i uploaded a picture to a pruduct. now everytime i open the product in image handler i get the message
    Code:
    Warning: preg_match() [function.preg-match]: Unknown modifier 'p' in /mnt/web7/21/67/51778667/htdocs/shop/admin/products_image_manager.php on line 948
    I found nothing like this via the search, so i hope you can help :)

  6. #6
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by thunderhans View Post
    Sorry that my first post here is a help-request, but i couldnt find a solution to this problem by myself ;)
    I installed Image Handler 2 for zen cart 1.3.x and the install worked flawless, until i uploaded a picture to a pruduct. now everytime i open the product in image handler i get the message
    Code:
    Warning: preg_match() [function.preg-match]: Unknown modifier 'p' in /mnt/web7/21/67/51778667/htdocs/shop/admin/products_image_manager.php on line 948
    I found nothing like this via the search, so i hope you can help :)
    Okay, found the problem and eliminated it ;)

  7. #7
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by thunderhans View Post
    Okay, found the problem and eliminated it ;)
    And the problem was..?

    So others will know.

    M

  8. #8
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    And the problem was..?

    So others will know.

    M
    My hoster had a serious problem with the chmod-command und always when i set permissions of the cache folder to 777 it was set back to 600. Emptying image cache and chmod with filezilla solved that. Now i have another Problem, I uploaded images and i get this error on the product-page:
    Code:
    Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in /mnt/web7/21/67/51778667/htdocs/shop/includes/modules/clean_business/additional_images.php on line 47
    I already removed double backslashes in the image-path through editing main_product_image.php but without any effect except the right image-path.

    This is my additional_images.php in the /includes/modules/additional_images.php folder:
    http://www.xup.in/dl,14463267/additional_images.php/

    thanks for your help in advance :)

  9. #9
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by thunderhans View Post
    My hoster had a serious problem with the chmod-command und always when i set permissions of the cache folder to 777 it was set back to 600. Emptying image cache and chmod with filezilla solved that. Now i have another Problem, I uploaded images and i get this error on the product-page:
    Code:
    Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in /mnt/web7/21/67/51778667/htdocs/shop/includes/modules/clean_business/additional_images.php on line 47
    I already removed double backslashes in the image-path through editing main_product_image.php but without any effect except the right image-path.

    This is my additional_images.php in the /includes/modules/additional_images.php folder:
    http://www.xup.in/dl,14463267/additional_images.php/

    thanks for your help in advance :)
    Any specific reason you've removed the "/i"?

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

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Config/images
    The following need to have the same image size setting if you want to use the hover/popup with that feature:
    Small Image Width
    Small Image Height
    Image - Product New Listing Width
    Image - Product New Listing Height
    Image - New Products Width
    Image - New Products Height
    Image - Featured Products Width
    Image - Featured Products Height
    Image - Product All Listing Width
    Image - Product All Listing Height

    You can leave either width or height fields blank or zero. This will allow the image to scale correctly.

    HTH,
    M
    I was having an issue with the full size images being shown instead of the thumbnails for my additional product images. This fixed that problem, but I still do not see the hover effect working properly. Am I missing something?? (TOTALLY possible!)

 

 
Page 1 of 2 12 LastLast

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. 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
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 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