Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    My mouse over medium image showing top left corner

    Hi.

    I have installe image handler 2 to zen 1.3 but when I mouse over the images in the box it show them right at the top left side of the of the screen.

    where do I control where the image mouseover?

    Thanks
    Downunder QLD

  2. #2
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Idea or Suggestion Re: My mouse over medium image showing top left corner

    Ok thanks fixed by doing this.

    I had this first which made mouse over pop to appear on the top left corner
    <body id="popupAdditionalImage" class="centeredContent" onLoad="resize();">

    <?php
    // $products_values->fields['products_image']
    echo '<a href="javascript:window.close()">' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>';
    ?>

    REPLACED with the original shown below fixed it.

    <body id="popupAdditionalImage" class="centeredContent" onLoad="resize();">
    <div>
    <?php
    // $products_values->fields['products_image']
    if (file_exists($_GET['products_image_large_additional'])) {
    echo '<a href="javascript:window.close()">' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>';
    } else {
    echo '<a href="javascript:window.close()">' . zen_image(DIR_WS_IMAGES . $products_image, $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>';
    }
    ?>
    Downunder QLD

  3. #3
    Join Date
    Sep 2005
    Location
    The Internets
    Posts
    190
    Plugin Contributions
    0

    Default Re: My mouse over medium image showing top left corner

    I am having the exact same problem - where do I enter this code?
    Make regular site and database backups!

  4. #4
    Join Date
    Sep 2005
    Location
    The Internets
    Posts
    190
    Plugin Contributions
    0

    Default Re: My mouse over medium image showing top left corner

    Figured it out, I was missing style_imagehover.css in my override 'css' directory.

    I had installed the Sophy Blue-Gray template over an existing Zen installation, with Image Handler already installed. Makes sense.
    Make regular site and database backups!

 

 

Similar Threads

  1. Top Left Corner
    By jenstudio in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 May 2010, 08:14 AM
  2. Product info shifts left when mouse over nav buttons, but only in IE !
    By bigbadbob in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Mar 2008, 08:32 AM
  3. How to hide the top left corner's Logo and Tagline?
    By tat1973 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Nov 2007, 07:23 PM
  4. Need to 'float' my logo in the top-left corner
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Feb 2007, 03:09 PM
  5. Odd characters at the top left corner
    By dealbyethan.com in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 12:19 AM

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