Page 95 of 169 FirstFirst ... 45859394959697105145 ... LastLast
Results 941 to 950 of 1688
  1. #941
    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 21yanks View Post
    i really don't think is a template issue because i do have another website with image handler install and it works awesome www.fashionistaclub.com. The Image handler i use before was like around may 2013 it work flawlessly and is still working ,but now this is a new update i think something is missing. As you can see this website is working but my new one dont =[ help
    and is the same theme

    1_installation i rename the admin folder to may admin name then i drag drop to my admin folder
    next i drag and drop this files without making any changes.
    includes
    images
    bmz_cache
    This is indeed a template conflict.. IH4 when installed in 99% of the Zen Cart templates works out the box.. Somewhere your template overwrites some of the same files that are overwritten by IH4, and you will need to figure out what modified files are in common between IH4 and your template and to follow the readme instructions for merging these common files..

    BTW there is ZERO indication that IH4 is installed on this site AT ALL: www.fashionistaclub.com
    Last edited by DivaVocals; 1 Oct 2013 at 11:30 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.

  2. #942
    Join Date
    Sep 2013
    Location
    Pittsburgh, PA USA
    Posts
    3
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Installed imagehandler 4 on zencart 1.5.1. I used the install script. Install messages showed success when I went to admin section. All files installed and permissions are correct.

    My problem is that all of my product images are on a dedicated server. When I modified the zencart config.php file to point the image directory to the server, it does pull the images correctly, but does not resize them.

    Is imagehandler not able to resize images from an external server?

  3. #943
    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 jimrlynn View Post
    Installed imagehandler 4 on zencart 1.5.1. I used the install script. Install messages showed success when I went to admin section. All files installed and permissions are correct.

    My problem is that all of my product images are on a dedicated server. When I modified the zencart config.php file to point the image directory to the server, it does pull the images correctly, but does not resize them.

    Is imagehandler not able to resize images from an external server?
    Not without modifications to the IH4 core codebase.. and honestly I don't know what this will entail, only that it's not a simple change..
    Last edited by DivaVocals; 2 Oct 2013 at 05:50 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.

  4. #944
    Join Date
    Sep 2013
    Location
    Pittsburgh, PA USA
    Posts
    3
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Unless someone else can think of a better work-around, I think my best bet would be to do a check for a local image, and if it doesn't exist, do an scp to get a local image, then turn pass through to imagehandler.

    Thanks for the response,
    Jim

    Quote Originally Posted by DivaVocals View Post
    Not without modifications to the IH4 core codebase.. and honestly I don't know what this will entail, only that it's not a simple change..
    pendent opera interrupta...
    Step-Dad's computers glowed because they contained vacuum tubes.
    mine glow because the power supply burned... again.....

  5. #945
    Join Date
    Oct 2012
    Posts
    39
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    just solved the problem i install a fresh copy of zentcart again then i re-uploaded all my mods and image handler as well. once everything was
    working correctly i uploaded my theme and voila everything work perfectly.. not sure what went wrong last installation.

    thank you for your help and really good mod.

  6. #946
    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 21yanks View Post
    just solved the problem i install a fresh copy of zentcart again then i re-uploaded all my mods and image handler as well. once everything was
    working correctly i uploaded my theme and voila everything work perfectly.. not sure what went wrong last installation.

    thank you for your help and really good mod.
    Right..

    I'm not sure what constitutes "working" for you, but NEITHER of the sites you posted look like they have IH4 installed.. I don't see any cached images nor do I see the CSS or JS files that are part of IH4 on either of the sites you posted..

    But.. if you "think" everything is fine, then so be it.. Glad you got it "working" for 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.

  7. #947
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Image Handler 4 Support Thread

    Having used all of the Image Handler Versions over the years.
    I have noticed that the IH3 and IH4 admin tools
    Clear Image Cache command has never worked consistently.
    It deletes a few files, but never deletes them all and the folders as well.

    I tend to play with the images sizes and quality a lot which generates lots of cached images that I need to manually go in and delete. It has always just been an annoyance not an essential feature of this mod.

    So if you want this feature to work correctly here is the solution.
    Edit file YOUR_ADMIN\includes\functions\extra_functions\functions_bmz_io.php
    Find line 25
    PHP Code:
        while ($file $dir->read()) { 
    Change to:
    PHP Code:
        while (false !== ($file $dir->read())) { 
    Save and upload.
    The Clear Image Cache command will now work correctly.

  8. #948
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    image problem Main product medium image does not display, but additional images do in product view

    Here is the url of my problem

    Installation:
    1. zen-cart-v1.5.1-full-fileset-09182012
    2. ckeditor-412-for-zencart
    3. column_layout_grid_2_3_1
    4. CSS Horizontal Dropdown Menu With jquery
    5. Easy Attributes 1.3.91.5.0
    6. Flexible Return Authorizationv1_2
    7. friendly-bulk-upload-of-coupons
    8. quick_updates-v2.06a
    9. ultimate_seo_urls_212
    10. Image_Handler4_v4_3_2


    Information from DOM source:
    Main Image url:
    Code:
    src="images/medium/dir_name/458_MED.jpg"
    Additional Images url:
    Code:
    src="images/dir_name/458_01.jpg"
    In image handler admin:
    Product: #34 Blazer Leather Jacket - 458
    Model: Style - 458 Base directory: dir_name

    Image name File Type
    458 .jpg
    458_01 .jpg
    458_02 .jpg
    etc
    see attached screen shot
    Name:  IH_4.jpg
Views: 395
Size:  18.6 KB

    Shop Config:
    Code:
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    Admin Config:
    Code:
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    What is wrong with my configuration?

    Many thanks,

    Goshawk

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

    Default Re: Main product medium image does not display, but additional images do in product v

    Upload the largest image and IH4 will do the rest.. as has been stated many times DO NOT upload images to the medium and large folders DO NOT use the _med or _lrg in the image file name.
    Quote Originally Posted by Goshawk View Post
    Here is the url of my problem

    Installation:
    1. zen-cart-v1.5.1-full-fileset-09182012
    2. ckeditor-412-for-zencart
    3. column_layout_grid_2_3_1
    4. CSS Horizontal Dropdown Menu With jquery
    5. Easy Attributes 1.3.91.5.0
    6. Flexible Return Authorizationv1_2
    7. friendly-bulk-upload-of-coupons
    8. quick_updates-v2.06a
    9. ultimate_seo_urls_212
    10. Image_Handler4_v4_3_2


    Information from DOM source:
    Main Image url:
    Code:
    src="images/medium/dir_name/458_MED.jpg"
    Additional Images url:
    Code:
    src="images/dir_name/458_01.jpg"
    In image handler admin:
    Product: #34 Blazer Leather Jacket - 458
    Model: Style - 458 Base directory: dir_name

    Image name File Type
    458 .jpg
    458_01 .jpg
    458_02 .jpg
    etc
    see attached screen shot
    Name:  IH_4.jpg
Views: 395
Size:  18.6 KB

    Shop Config:
    Code:
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    Admin Config:
    Code:
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    What is wrong with my configuration?

    Many thanks,

    Goshawk
    Last edited by DivaVocals; 20 Oct 2013 at 05:38 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.

  10. #950
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: Main product medium image does not display, but additional images do in product v

    Hooray!!
    Fixed it!

    Somehow I had an original copy of additional_images.php inside my includes/modules/my_template, that ofcourse was not overwritten by IH.

    I found it by searching for medium/ in the Developers Tool Kit inside admin.

    Here is the culprit inside additional_images.php
    Code:
    Line #22 : $products_image_medium = DIR_WS_IMAGES . 'medium/' . $products_image_base . IMAGE_SUFFIX_MEDIUM . $products_image_extension;
    So anyone with a similar problem, this may help you solve this problem.

    Pfew!

    Goshawk

 

 

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: 711
    Last Post: 10 May 2025, 02:13 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 PM
  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

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