Page 12 of 39 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 385
  1. #111
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Ri,
    Here is yellow1912 web site. You may need to contact him.. http:// rubikintegration. com/ products

    Good Luck
    Mark
    Hare Do

  2. #112
    Join Date
    Aug 2008
    Posts
    138
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    This is a perfect mod! Thank you!

    One question though:

    How can I center my image?

    If you take a look here you'll see that the image postitions to the left..

    I would really like to have it centered

    Any idea?

  3. #113
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by Gomlers
    How can I center my image?
    Try changing "margin" to "padding" in this entry in your stylesheet and adjust to suit
    Code:
    #productMainImage {
    	padding: 0em 0em 0em 2em;
    	width: auto;
    	text-align: center;
    	}
    Zen-Venom Get Bitten

  4. #114
    Join Date
    Aug 2008
    Posts
    138
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Thank you for your reply, but won't this just work if all of my images have the same size?

    Some of the images I have are smaller than others, so if this works on small images, the large images will be positioned wrong?

  5. #115
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    sorry realized this was in the wrong thread....moved!
    Last edited by jill8026; 9 Feb 2010 at 06:48 PM.
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  6. #116
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by yellow1912 View Post
    You can disable lightbox. BTW, why do you ask for a version without lightbox? JQlightbox and JQZoom are 2 different modules
    Yes, but yellow, when you download from your site, almost all of the mods come with additional mods included. jqZoom comes with references and files to Lightbox, cjLoader, as well as Ajax includes. I, for one, have to manually compare every single file as my site is heavily customized and I do not want to add anything I don't want/need, or that I already have installed.


    Also...has anyone found a fix to the image swap not working correctly? Specifically getting it to swap with the additional images MED image? I DO NOT have IM2 installed either.

    Please test on my dev site located at http:// eclecticaclothing . com / dev [remove spaces of course]
    Last edited by khopek; 17 Feb 2010 at 12:24 PM.

  7. #117
    Join Date
    Nov 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Hi Everyone,

    I need help ASAP. I changed my theme and had it running onother store for testing. When I replaced my current theme when I mouseover the main image the screen moves down about 3 inches with a 3 inch white space at the top of my site.

    I had jqlightbox and jqzoom installed previously and have since removed all of the files added by these 2 programs. It is still showing as an option in the Admin however but have them disabled. I believe it is related to one or both of these modules because at one time once I rolled over and the screen moved down and I rolled over the picture again, it showed up in the top left of the white space.

    See this at http://stretchalicious.biz

    Thanks in advance

  8. #118
    Join Date
    Nov 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    An update...the rollover still shows the iname at the top of the screen..Click on Gift Cetificates and you can see . The others are too large to rollover and see at the same time.

    http://stretchalicious.biz

    BTW I am running 1.3.8a

    Thanks

  9. #119
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Jquery zoom is not work in my site.

    I have used the default template (classic green) in a default new intsall zencart site. So i have changed the "YOUR_TEMPLATE" name to "classic" name. I have also installed the SQL patch.

    But jquery zoom is not work.

    Is there some wrong in my install ? If someone has successfully installed the JZ, Please tell me the correct steps in.

  10. #120
    Join Date
    Mar 2009
    Location
    Peterborough UK
    Posts
    336
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Hi I have the jquery lightbox and jquery zoom working on my site and they are great.

    I tried to add a new mod which also uses js - its for the scrolling featured - new products sideboxes -

    For some reason the scrolling boxes are not working. I have made a post on the support thread and was replied that the minify script is not pulling the js coding for the scrolling sideboxes.

    I have been advised to post on this forum to see if there is a fix

    thanks

    -----------------------------------------------

    when i installed jquery zoom and lightbox they did not work - it was a file from the jquery lightbox which needed amending - i have copied and pasted the code below for the file in question. The file was given to me by a member of this forum that was able to get details from the developers

    this is the file that needs replacing
    includes/templates/your_template/auto_loaders /loader_lightbox.php

    HTML Code:
    <?php
    /**
     * jqzoom auto_loaders
     *
     * @author yellow1912 (RubikIntegration.com)
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     */
    if(JQLIGHTBOX_STATUS == 'true'){
    $pages = explode(',',JQLIGHTBOX_PAGES);
    
    $loaders[] = array('conditions' => array('pages' => $pages),
    										'jscript_files'			 => array(
    																						'jquery/jquery-1.3.2.min.js' 					=> 1,
                          											'jquery/jquery.lightbox-0.5.min.js' 	=> 11,                                                              
                           											'jqlightbox.php' 											=> 	12                                   
                                                                      
                                                                      ),
                         'css_files'					=> array('jqlightbox.css'								=> 1)
                                                                      );  
    }
    hope this helps - it worked for me and you can see both mods in action at http://www.zainabscollection.com

    this is also the store where the scrolling sidebox does not work

    any help will be appreciated

    thanks

 

 
Page 12 of 39 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. v153 jQuery Scrolling Sideboxes [Support Thread]
    By lat9 in forum Addon Sideboxes
    Replies: 79
    Last Post: 15 Apr 2024, 10:20 PM
  2. v152 Down for Maintenance jQuery Countdown (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Nov 2015, 03:04 PM
  3. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  4. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  5. Is there an add-on combine the functions of AJAX_image_swapper and Jquery Zoom?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Jul 2010, 01:57 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