Page 706 of 710 FirstFirst ... 206606656696704705706707708 ... LastLast
Results 7,051 to 7,060 of 7099
  1. #7051
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    What version of zencart are you using?

    The product disabled thing is an old bug (in IH2) that doesn't actually mean anything, it is fixed in the more recent versions (or at least i am fairly sure I fixed it), as to it going back to the admin page, is an error message being generated in the yoursite/cache folder?
    Webzings Design
    Semi retired from Web Design

  2. #7052

    Default Clearing Bmz-Cache

    How often is it necessary to clear the bmz-cache? And I read that with my version I may need to reupload its .htaccess and .keep files after clearing, but I don’t even see those in the file at all. Should I have them?
    I have IH2.0, Rev8b running on ZC1.3.9h

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

    Default Re: Clearing Bmz-Cache

    Quote Originally Posted by carol2848 View Post
    How often is it necessary to clear the bmz-cache? And I read that with my version I may need to reupload its .htaccess and .keep files after clearing, but I don’t even see those in the file at all. Should I have them?
    I have IH2.0, Rev8b running on ZC1.3.9h
    those are invisible files which sometimes--depending on your ftp orogram--do not show up, but you should be able to see them in your c-panel file mamager.

    I have not cleared mine in ages...it helps the store load images quicker for the customers and the only time I emptied that cache was when i upgraded o version for 1.3.9h...IH3

    the only cache I try to keep down is the main cache folder in your stores folder...it can grow enormously.

    and since you are using 1.3.9h then this should be in that versions support thread.

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

    Default Re: Clearing Bmz-Cache

    Quote Originally Posted by DarkAngel View Post
    and since you are using 1.3.9h then this should be in that versions support thread.
    This is the right support thread for IH2..

    Quote Originally Posted by carol2848 View Post
    I have IH2.0, Rev8b running on ZC1.3.9h
    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. #7055
    Join Date
    Jun 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Clearing Bmz-Cache

    I have problem with ShopMania and shopmania facebook mod. Can't load images from my shop.They used the Automated Datafeed but can't linked the images from Image handler2 bmz folders ..how i fix this in our Datafeed ?
    Link for this shopmania Datafeed php.
    http://www.zen-cart.com/downloads.php?do=file&id=460

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

    Default Re: Clearing Bmz-Cache

    Quote Originally Posted by nikstoun View Post
    I have problem with ShopMania and shopmania facebook mod. Can't load images from my shop.They used the Automated Datafeed but can't linked the images from Image handler2 bmz folders ..how i fix this in our Datafeed ?
    Link for this shopmania Datafeed php.
    http://www.zen-cart.com/downloads.php?do=file&id=460
    I don't think this might be an IH2 problem...but rather look at this line in your file for this mod:

    $show_image = (@$_GET['image'] == "off") ? "off" : "on";

    Did you set the word in red to on

    you might also try changing this to on also

    echo "<b>Display image options</b> - possible values on, off default value on<br />";
    echo "image=on (on,off) <a href=\"" . $script_basepath . "?image=off" . "\" >" . $script_basepath . "?image=off" . "</a><br /><br />";

    keep a copy of the original to replace if it does not work. change the duplicate to say on then reupload to your server files then test it to see if it gives results wanted. If yes great, if not then put back the original and come back for just in case it is an IH2 otherwise you may need to start a thread in "other contributions" to get better help

  7. #7057
    Join Date
    Jun 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: Clearing Bmz-Cache

    Hi all,

    I have quite a problem with lightbox. Before installing lightbox, I installed a custom template and everything works fine.

    And then I installed the latest version of lightbox and everything still works fine except the text 'larger image' appears on my main product and additional product images.

    I tried to replace tpl_modules_main_product_image.php back to the old one but doesn't work.

    I tried define('TEXT_CLICK_TO_ENLARGE', 'larger image');
    to
    define('TEXT_CLICK_TO_ENLARGE', '');

    and I can't get into any pages of my website as it creates error. I put everything back to how it was and my lightbox seems to still go haywire. Whenever I enlarge an image the container fills up my whole page even though the image is smaller. And I still have the 'larger image' text.

    May I know if there's any way to install the latest lightbox without overwriting the old ones in the product pages? I was trying to apply the latest lightbox to a media page i created in ezpages.

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

    Default Re: Clearing Bmz-Cache

    Quote Originally Posted by accel89 View Post
    Hi all,

    I have quite a problem with lightbox. Before installing lightbox, I installed a custom template and everything works fine.

    And then I installed the latest version of lightbox and everything still works fine except the text 'larger image' appears on my main product and additional product images.

    I tried to replace tpl_modules_main_product_image.php back to the old one but doesn't work.

    I tried define('TEXT_CLICK_TO_ENLARGE', 'larger image');
    to
    define('TEXT_CLICK_TO_ENLARGE', '');

    and I can't get into any pages of my website as it creates error. I put everything back to how it was and my lightbox seems to still go haywire. Whenever I enlarge an image the container fills up my whole page even though the image is smaller. And I still have the 'larger image' text.

    May I know if there's any way to install the latest lightbox without overwriting the old ones in the product pages? I was trying to apply the latest lightbox to a media page i created in ezpages.
    do you have IH2 installed? That is where you are posting, if you don't then you will need to go to the support thread for the lightbox mod you have installed.

    That said -- have you made sure that all files are uploaded to their proper places.

    which template and link to store would be extremely helpful for better help instead of guess work.

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

    Default Re: Clearing Bmz-Cache

    Quote Originally Posted by DarkAngel View Post
    do you have IH2 installed? That is where you are posting, if you don't then you will need to go to the support thread for the lightbox mod you have installed.

    That said -- have you made sure that all files are uploaded to their proper places.

    which template and link to store would be extremely helpful for better help instead of guess work.
    and all of that information should be posted in the right support thread (for the lightbox)
    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. #7060
    Join Date
    Nov 2012
    Location
    Glasgow
    Posts
    8
    Plugin Contributions
    0

    Default Re: Clearing Bmz-Cache

    We have installed IH2 but it is not coming up in the admin/tools section. We do get the purple icon next to the products but when clicked it comes up with this:

    http://seventyfourdegrees.com/image-handler.jpg

    I have followed the instructions exactly and have uploaded both individually and by renaming the folders and uploading the folders fully.

    Our site is located here: http://seventyfourdegrees.com/shop/i...products_id=92

    Any help with this would be much appreciated thanks.

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  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

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