Results 1 to 10 of 786

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I'm having problem whit this mod in Internet Explorer.
    As you can see live at: http://www.brollopsnatten.se/index.p...&products_id=8 there is no image aper in Internet Explorer. But it works great in Fier fox. Can some one please help?

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: AJAX IMAGE Swapper support thread

    Problems in IE are no surprise. IE is a curse on the surfing public.

    If it looks good in Firefox, it's generally because Firefox is more forgiving of our code sins. Start by fixing all the code errors on the site.

    And, while you're at it. You may want to remove lightbox as well.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: AJAX IMAGE Swapper support thread

    Hy!
    I need my small images to be shown vertical on the left and medium picture on the right.
    I've managed to get it working through css
    Code:
    #image_viewer {
    	width: 500px;
    	border: 1px solid #cccccc;
    	margin:5px;
    	padding:5px;
    }
    
    #image_medium_container {
    	float : right;
    	width : 370px;
    	height: 380px;
    	text-align:center;
    }
    
    .image_small {
    	border: none;
    	text-align:center;
    	margin-left:3px;
    	margin-right:3px;
    	cursor: pointer;
    	display: block;
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    
    .image_medium {
    	cursor: url(../images/zoomin.cur);
    }
    
    #image_nav_container {
    	float: left;
    	width: 100px;
    	height: 380px;
    	padding-top:5px;
    	text-align:center;
    but have a problem. I still have some empty spacing under the containers. I've narrowed it down to this: my config settings are medium_height=380px and small_height=75px nad I get image-viever height 465px. So, it calculates med_height+small_height+padding=total_height
    How do I make it not calculate height but use a predefined value? I've tried adding height: 390px under #image_viever but nothing happened.

    What can I do?

    Here's a screenshot of the problem...

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: AJAX IMAGE Swapper support thread

    Doup!
    Where else would it have been? Is there an easier solution?

    OK, changed it under includes/templates/MY_TEMPLATE/templates/tpl_modules_ajax_image_viewer.php on line 4...

    Now I just have to play around with my other values to make it perfect...

  5. #5
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    After installing this mod, my product information does not show up. When I click on a category with a product, there isn't anything where the description of product should be...just a blank page in the middle..no images, no product description...no nothing where there should be at least the basics of the product.
    Has anyone had this issue? If so, could you please direct me in the correct way of fixing this?? I am not sure I installed this correctly...apparently not or I wouldn't be having this issue.

    Thanks

  6. #6
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Update:

    I reinstalled the mod, at least my product description is showing up!
    Where the image should be, I have a large empty box with the little circle going around and around, but no image. What do I do now?

    Thanks,

  7. #7
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I figured it out...I had to upload the images I wanted to use in the admin "Ajax Swapper Manager" in the admin catalog. Looks like I'm on the right track now.

 

 

Similar Threads

  1. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  2. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  3. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  4. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM
  5. AJAX Image Swapper Basic Support
    By jaycode in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 31 Dec 2007, 06:48 PM

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