Page 55 of 110 FirstFirst ... 545535455565765105 ... LastLast
Results 541 to 550 of 1096
  1. #541

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by caska View Post
    Just upgraded to IH3 from IH2 but I'm still having problem with my zoom. First and second images zoom just fine however the rest of the piccy don't zoom anymore. Anyone knows what the prob with this?
    My site is: http://pinkoholic.co.uk

    Thanks!
    You need to post a link to the exact product page where the issue can be seen. If there's more than one, then just pick one to link. Please don't post your store's main page and then make us search through your site to find a product page that demonstrates the problem.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by digidiva-kathy View Post
    This file:

    admin/functions/extra_functions/functions_bmz_image_handler.php

    is causing my admin home page to go blank. I had it happen three times and finally uploaded the admin folder all over again, then uploaded the files one at a time to see which was the culprit. This is a brand new Fantastico installation of 1.3.9h. When I deleted this file, the admin page came back.
    I would suggest to NOT install Zen Cart via Fantastico, and install it yourself.. The issue is likely related to something in the Fantastico install..
    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.

  3. #543
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Hi all,
    Is there any way to find out the url of the second image in IH?
    For example in categories we have our main image shown as
    "zen_image(DIR_WS_IMAGES . $listing->fields['products_image'], $listing->fields['products_name'], IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT, 'class="listingProductImage"')"
    I need the url of the second small image, thank you!

  4. #544
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by DivaVocals View Post
    I would suggest to NOT install Zen Cart via Fantastico, and install it yourself.. The issue is likely related to something in the Fantastico install..
    I've never had this problem and used Fantastico countless times for Zen installs, but I did upload the whole file set over the original files and it's working now, so thanks!

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by Dan123 View Post
    Hi everybody!
    I am using IH for my shop and I was wondering if anybody has seen a module or knows how to make IH show a second image on a mouse hover on the first image in a catalog.
    Here is an example - http://www.yoursclothing.co.uk/C/All_Dresses-(18).aspx
    Just hover on any image and the second one will appear.
    Thank you!
    Are you sure you have IH3 installed? I have not seen it behave like yours does where you hover over the image...slightly move to the right edge and the second image appears WITHOUT a pop up.

    since you also have a no js coding and the store coding looks different...are you sure the template is not geared differently

    what I did was hover to make it change to 2nd image then right-click the image and choose view image...the url is in the location bar and does not go to bmz_cache folder like it should be

    so therefore either your no-js script has nulled the use of IH3 or not all files are uploaded to their proper places or the template won't allow it to be use (which is the case of paid for --readjusted templates).

  6. #546
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    DarkAngel, thank you for your help! I am sorry I was not clear on the subject, that store is just an example what I want to do, it is not run by Zen Cart. So my question - is there any direct link to the additional image of the product, something like - "zen_image(DIR_WS_IMAGES . $listing->fields['products_image'], $listing->fields['products_name'], IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT)", but for the second image, I need to show both images in my categories pages.
    Thank you!

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by Dan123 View Post
    DarkAngel, thank you for your help! I am sorry I was not clear on the subject, that store is just an example what I want to do, it is not run by Zen Cart. So my question - is there any direct link to the additional image of the product, something like - "zen_image(DIR_WS_IMAGES . $listing->fields['products_image'], $listing->fields['products_name'], IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT)", but for the second image, I need to show both images in my categories pages.
    Thank you!
    LOL ok, then a link to your store products would be better.

    I am not still clear on what exactly you want...if it is to show both lmages as that sample store then not sure how to do that. the zen carts store software will always show the main image on your product page with the additional image near the bottom of the page.

    To have the IH3 popup window you set it in the admin section but you can also install lightbox module to have the image open to the larger size in a nice "blacked out" window that also will allow the viewing of the second or however many more images you have for the products.

  8. #548
    Join Date
    Jul 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by caska View Post
    Just upgraded to IH3 from IH2 but I'm still having problem with my zoom. First and second images zoom just fine however the rest of the piccy don't zoom anymore. Anyone knows what the prob with this?
    My site is: http://pinkoholic.co.uk

    Thanks!

    The problem is throughout the page, on the main page, sub categories, the side nav bar, everywhere.. Noticeable once you hovered through the first 2 lines of thumbnails on the main page.

    I don't think I have anything installed that might cause a conflict.

  9. #549
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    DarkAngel, thanks again. My store - http://www.klybni4ka.net. What I want to do is to show the first additional image when a customer hovers over the main image in a catalog just like in that store. There is an easy way to do it with JQuery but in order to do so I need both images, the main and the first additional. Since I am not a Php developer I have no idea how get the url of the additional first image. As far as I understand how IH works, additional images are generated on the fly, so I need to insert the code that looks for the additional images in my product_listing module. Could somebody give me a hint what exactly I need to do. Or if by any chance there is a direct link to the first additional image, that would be awesome!
    Thank you!!!

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by caska View Post
    The problem is throughout the page, on the main page, sub categories, the side nav bar, everywhere.. Noticeable once you hovered through the first 2 lines of thumbnails on the main page.

    I don't think I have anything installed that might cause a conflict.

    did you fix this because I just went there and it works...the first row load immediately but the others do load after a few seconds.

    I use the latest (not too happy with) Firefox...lol What browser are you using?

    Checked in IE8, Google Chrome and Safari and they all seem to be having a popup image.

 

 

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

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