Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    red flag Disabling the Pop Up Images

    How do I disable the pop up images?

  2. #2
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    Can anyone help me?

  3. #3
    Join Date
    Feb 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    are you saying that you want to disable the link "view larger image" ?
    ~B.

  4. #4
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    Yes, I want to disable the link "View Larger Image"

  5. #5
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    Can anyone help me on this????

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Disabling the Pup Up Images


  7. #7
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    Misty I tried the code on the previous thread and still will not work for me here is the code from includes/templates/templates_default/templates/tpl_module_main_product.php:

    Code:
    <?php
    /**
     * Module Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_modules_main_product_image.php 3208 2006-03-19 16:48:57Z birdbrain $
     */
    ?>
    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?> 
    <div id="productMainImage" class="centeredContent back">
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '\\\')">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
    //--></script>
    <noscript>
    <?php
      echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
    ?>
    </noscript>
    </div>

  8. #8
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    Ok I have disable the Clickable Image but I do have a major probem on the website and you can see the problem at http://www.mtechama.com/index.php?ma...products_id=32 how can I fix this.

    P.S. I am using Cherry Zen Template

  9. #9
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Disabling the Pup Up Images

    Post to follow is
    http://www.zen-cart.com/forum/showpo...39&postcount=3
    You should not be altering this file
    Code:
    includes/templates/templates_default/templates/tpl_module_main_product.php
    but make a copy, and add this copy to folder
    includes/templates/NAMEOFYOURTEMPLATE/templates/

  10. #10
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Disabling the Pup Up Images

    Thank you misty I got it fixed now,,,,,, Can you help me with this http://www.zen-cart.com/forum/showthread.php?t=85114 its Sub Categories Counts..

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Disabling Attribute Images
    By TurtleDove in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 1 Sep 2010, 11:49 AM
  2. Disabling Pop-Up Image
    By dpet102 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 1 Aug 2009, 06:15 PM
  3. Disabling Image Pop Ups.
    By wmorris in forum General Questions
    Replies: 2
    Last Post: 1 Nov 2008, 07:17 AM
  4. How to scroll the pop-up images
    By tuysaqw2 in forum General Questions
    Replies: 5
    Last Post: 30 Mar 2008, 09:55 PM
  5. Changing the background in pop-up images and windows
    By lukemcr in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 10 Jul 2007, 03:14 AM

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