Ri,
Here is yellow1912 web site. You may need to contact him.. http:// rubikintegration. com/ products
Good Luck
Printable View
Ri,
Here is yellow1912 web site. You may need to contact him.. http:// rubikintegration. com/ products
Good Luck
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 :D
Any idea?
Try changing "margin" to "padding" in this entry in your stylesheet and adjust to suitQuote:
Originally Posted by Gomlers
Code:#productMainImage {
padding: 0em 0em 0em 2em;
width: auto;
text-align: center;
}
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?
sorry realized this was in the wrong thread....moved!
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.
:smile:
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]
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
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
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.:shocking::shocking:
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
hope this helps - it worked for me and you can see both mods in action at http://www.zainabscollection.comHTML 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)
);
}
this is also the store where the scrolling sidebox does not work
any help will be appreciated
thanks