387 comments found.
Hey really great slider!
i need to change the circle position, by default it is on right-top corner, i need it on the right-button corner. thanks in advance.
Hello,
In this file ‘bannerscollection_zoominout.css’ you can modify this class ‘mycanvas’. Try to add some margin-top
Regards
Hi Hello I want to implement “Slider Zoom In/Out Effect” with extended license in a site that has already jquery 1.8.3 included and I cant change the version (used for megamenu.js). Will slider work fully with this jquery version?
Regards Susanne
Hello,
Yes, it will work with jquery 1.8.3
Regards
P.S. If you intend to resell the website you need to buy Extended License but if it’s only your website or client website, the Regular License is enough
Regards
Hi great slider, is there any way to add shadows on sides of the slider!
Thanks
Hello,
You can insert the slider inside a div and add the shadow for that div
Regards
I would really appreciate it if you could help me,
Kindest regards, xrisxal2000
Hello,
You are loading jQuery multiple times on your page and this creates conflicts. Please delete these 2 lines from your footer
<script type="text/javascript" src="js/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
Regards
Dear Lambertgroup.
Thanks for the excellent support and help, one last think pls…
visit… http://tinyurl.com/p273gmy i have install the slider ok with your hrlp, but i want the slider to be behind the form that you see there, i want the form in front…
how i can do that pls?
I really appreciate yoir help and effort, KIndest regards, xrisxal2000
Add a z-index for the form. Please note that z-index also requires position:absolute or position:relative to work
Regards
AWESOME SUPPORT!!! Thanks guys. 5 stars support
Hi LambertGroup – What’s the upgrade policy if we already have a license for an earlier version? Can we simply replace the version we have with the new version or do we need to buy a new license and then use it instead of the old version?
Hello,
All the updates are free. Just go to your account and download the product again so you’ll get the latest version
Regards
First, I want to thank you for the latest improvement ‘zoomEasing’. This works great.
Second, I was wondering what causes a weird modulation effect during the Ken Burns motion. This happens mainly with pics that have straight parallel lines like a fence. I did not see this effect at all in the demos so I was hoping it had something to do with my settings.
Thanks, Bob
Hello,
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
Hello! Today I downloaded the new version of the slider. And in all ... FullWidth.html examples I have horizontal scrolling bottom of the page
http://joxi.ru/Pin3Uv3JTJCGeTrqKfE http://joxi.ru/cSz3Uv3JTJCpeZqvJmgOS Windows 7
http://joxi.ru/ci33UhjKTJD7XEm1pVY http://joxi.ru/4S33Uv3JTJBkedD5nOYHello,
In the html file we forgot to add
<style type="text/css">
body {
width:100%;
margin:0;
padding:0;
overflow-x:hidden;
}
</style>
You can add it in the head section
We’ll update the example in a few days.
Regards
What exactly was done to improve the Ken Burns effect and transitions.
The image still comes to a dead stop before the next image starts up. I thought you were going to look at trying to maintain a continuous Ken Burns motion while one image fades into the next.
If I am overlooking something with the settings, please advise.
Hello,
In the older version, when you clicked next button, the previous image zoom effect was stopped and the next image zoom effect was started only after the fade effect (between the 2 slides) was ended.
In the new version, when you click next button, the next image zoom effect starts and the previous image zoom effect continues, both while the fade effect (between the 2 slides) takes place.
A new parameter was added which is called ‘scrollSlideDuration’. Set it to a higher value to see the transition more clearly. Example:
jQuery('#bannerscollection_zoominout_opportune').bannerscollection_zoominout({
skin: 'opportune',
autoPlay:10,
width: 960,
height: 400,
circleRadius:8,
circleLineWidth:4,
circleColor: "#ffffff", //849ef3
circleAlpha: 50,
behindCircleColor: "#000000",
behindCircleAlpha: 20,
thumbsWrapperMarginTop:30,
scrollSlideDuration:4
});
Regards
I am interested in auto play only (NOT next or previous buttons). I used your parameters above and it worked the way I want it to, but only for the first slide and the first transition. After that it appears that you have to wait for the previous slide to finish the Ken Burns Effect (and in essence, come to a dead stop) before the fade begins and the new slide appears.
If you refresh, it works correctly for one transition only, and then back to the dead stops
Hello,
You are right, thank you for pointing this out. We fixed the problem and updated the product. Please download the product again from your account and overwrite the ‘js’ folder. To see the transition more clearly, set these 2 JS parameters something like this:
autoPlay: 5
scrollSlideDuration:4
Regards
This is it, yes!!!! Thank you. I also had to make the duration longer (about 7). One last thing. Can I set the Ken Burns motion to be linear (instead of ease in and ease out). Is there a parameter or do I need to do this in the Js. Thanks
This is it, yes!!!! Thank you. I also had to make the duration longer (about 7). One last thing. Can I set the Ken Burns motion to be linear (instead of ease in and ease out). Is there a parameter or do I need to do this in the Js. Thanks
This is it, yes!!!! Thank you. I also had to make the duration longer (about 7). One last thing. Can I set the Ken Burns motion to be linear (instead of ease in and ease out). Is there a parameter or do I need to do this in the Js. Thanks
Hello,
Yes, you have ‘scrollSlideEasing’ JS parameter. You can set scrollSlideEasing:’linear’ whne you initialize the slider.
Please check help documentation, ‘JS Options’ section, to see all available options.
Regards
I think this parameter ‘scrollSlideEasing’ controls how the transition (fade in my case) is applied. Which parameter controls the Ken Burns Motion. Currently it appears that this motion starts off very slowly, picks up speed, and then slows down at the end. I want the Ken Burns motion to be linear (constant speed throughout). I will time the fade so that there is no abrupt stop at the start or end of the motion – Slide will be faded out before KB motion reaches it’s final destination and next slide will be faded out prior to starting the KB motion.
I think this parameter ‘scrollSlideEasing’ controls how the transition (fade in my case) is applied. Which parameter controls the Ken Burns Motion. Currently it appears that this motion starts off very slowly, picks up speed, and then slows down at the end. I want the Ken Burns motion to be linear (constant speed throughout). I will time the fade so that there is no abrupt stop at the start or end of the motion – Slide will be faded out before KB motion reaches it’s final destination and next slide will be faded out prior to starting the KB motion.
I think this parameter ‘scrollSlideEasing’ controls how the transition (fade in my case) is applied. Which parameter controls the Ken Burns Motion. Currently it appears that this motion starts off very slowly, picks up speed, and then slows down at the end. I want the Ken Burns motion to be linear (constant speed throughout). I will time the fade so that there is no abrupt stop at the start or end of the motion – Slide will be faded out before KB motion reaches it’s final destination and next slide will be faded out prior to starting the KB motion.
I think this parameter ‘scrollSlideEasing’ controls how the transition (fade in my case) is applied. Which parameter controls the Ken Burns Motion. Currently it appears that this motion starts off very slowly, picks up speed, and then slows down at the end. I want the Ken Burns motion to be linear (constant speed throughout). I will time the fade so that there is no abrupt stop at the start or end of the motion – Slide will be faded out before KB motion reaches it’s final destination and next slide will be faded out prior to starting the KB motion.
Hello,
This parameter is not available. We’ll add it in a few days.
Regards
Thank you again!
Hello,
Product updated.
There’s a new parameter called ‘zoomEasing’ which by default is ‘ease’ Please check help documentation, ‘JS Options’ section, to see all available values for this new parameter
Also, you can set for each slide a particular easing value using ‘data-zoomEasing’ parameter. Please check help documentation, ‘Slider Content Definition’ section, for additional details
Regards
When will the next release of the slider be ready. I believe it was due out in the fall of 2013. Thanks,
Hello,
Next week, we are preparing the new preview.
Regards
The slider is very smooth and responsive (great work!), but the timer on the first slide begins before the image is loaded. This causes the slideshow to jump to the second slide too fast. It looks like a glitch to the viewer. Is there anyway to delay the timer until the first slide loads properly?
Hello,
The slider waits until the first image loads. You might have a JS error on your page.
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
Thanks for the quick reply. I sent the web address via email.
Where is the appropriate place to get support? I am trying to implement the slider and the first image shows correctly as do all the thumbnail images. But the rest of the images are not loaded correctly.
http://local18.ca/test.aspI will be using this on a dynamic asp page, will that cause any problems?
Hello,
Please comment in this file http://local18.ca/styles/tablet.css height:auto for this class
img.photo {
max-width: 98%;
height: auto;
}
If you still have problems, please send me on office@lambertgroup.ro a temporary FTP login data, to take a look
Regards
Hi there,
I’ve purchased your slider and have it working perfectly, however my client recently decided they’d like the zoom effect disabled. How do I go about doing this? Currently I have:
initialZoom:0.5, finalZoom:0.5, duration:0, durationIEfix:0,
as I found it on the demo with the zoom disabled, and while that works, the each image loads at 0% zoom and then instantly “jumps” to a closer zoom, on every slide. I’d like each image to remain at 0% zoom.
Any help is greatly appreciated!
Thanks, Mike
I should note that I’m using the full-screen majestic theme.
Hello,
You should set initialZoom:1, finalZoom:1, duration:0, durationIEfix:0,
Please check help documentation, ‘How To Disable Zoom In/Out Effect’ section.
Regards
I have that set, but it still instantly zooms in each slide. See: http://islandfinekitchens.com/new/
Hello,
You’ve left initialZoom and finalZoom for each slider. Example:
<li data-text-id="#bannerscollection_zoominout_photoText1" data-bottom-thumb="img/slides/thumbs/1.jpg" data-horizontalposition="center" data-verticalposition="center" data-initialzoom="0.78" data-finalzoom="1">
<img src="img/slides/1.jpg" alt="" width="2500" height="1570" />
</li>
Delete data-initialZoom="0.78" data-finalZoom="1"
Regards
Bah, I figured it’d be something stupid I overlooked. Thank you for pointing that out. After playing with the width and removing all of the data- attributes, it works flawlessly. Thanks!
Hi, I have problem about using your slider with bootstrapt min.css. when I remove bootstrap css theres no problem. and my problem is the slider can not call the other images. it can show only 1.st
Hello,
Bootstrap has a general definition for img tags in the css. Please comment height:auto; for img tag, from the bootstrap .css file
Regards
I just wrote img{ height:auto !important; } in bootstrap css to the bottom. but it did’not solve my problem. and I do not want to use important for img tag. can you write me img in class with css codes please.
Hello,
I didn’t say to write !important but to comment/delete height:auto
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
here you can see
http://tercihyazilim.com/bellona-web/
In this file http://tercihyazilim.com/bellona-web/css/bootstrap.min.css you have
img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
Replace it with
img{width:auto\9;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
Regards
thanks. the problem gone away
I just have one little problem too. I really do not understand why? first oppening in my browser the bottom scrol bar being visible. but when I change the browser size the bottom scrollbar invisible,
and the slider width bigger than 100% before resizing the browser.
Add the following, just before head ending tag
<style>
html,body {
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
</style>
is it my fault? our your slider needs that overflow-x: hidden;? I am testing in the original files, but I saw the same problem.
Hello,
It’s not your fault. Please add the css definition which is required for a full width website
Regards
I have read most comments here but can not seem to find the answer. I have a photo gallery with 200 images. How do i get only lets say 50 to appear at the bottom and then scroll it to the next set. Right now the thumbnails are stretching across the page. hope this makes sense.
Hello,
I don’t quite understand.
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
Hi,
There appears to be an issue when there is only one image in the slider. It initialises fine and then stops, which is correct. But if you then try to advance to the next or previous slide, then the slide goes blank and the text overlays animate. It’s then impossible to get the slide back.
Is there something I’m doing wrong or is this a legitimate issue?
Thanks
Hello,
A slider should have at least 2 slides.
We’ll add the option to have only one slide with the next update
Regards
hi!!
please let me know if the fullwidth slider can includes a line of thumbnails at bootm that moves when you click on last visible one, so make appear new ones thumbs. and: can the slider auto-restart when it comes to the last slide???
thanks!!!!!!!!!!
Hello,
Yes, we have 2 skins with thumbnails. Please check these 2 examples:
Majestic Skin: http://www.zoompanningeffectslider.com/type_FullWidth_skin_majestic.html
Generous Skin: http://www.zoompanningeffectslider.com/type_FullWidth_skin_generous.html
Regards
Hello! Help me please. Why do I see only the first and third slide?
http://joxi.ru/ibHFUhjKTJAsAUMaZyQ http://joxi.ru/mrHFUv3JTJCzEVftXEU http://joxi.ru/p7HFUhjKTJBNAWoiGXo http://joxi.ru/tLHFUv3JTJCxEUBfr3E http://joxi.ru/yrHFUv3JTJCSETpfVvo http://joxi.ru/17HFUv3JTJCiEVtiZ-oimg height = 0
http://joxi.ru/ILLFUhjKTJBCAU6DXqgAll scripts and css included
http://joxi.ru/mLLFUhjKTJBQASMTqFMHello,
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
Need some help cannot seem to get loaded… can you advise as to why here is the url…
http://madorganics2.gostorego.com/Hello,
You are loading jQuery after our bannerscollection_zoominout.js file.
Please move these lines
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lato:400,700,700italic' rel='stylesheet' type='text/css'> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
after this line
<link rel="stylesheet" type="text/css" href="http://s52c04e532e714.img.gostorego.com/809E82/cdn/media/s5/2c/04/e5/32/e7/14/css/a14f63f701739041dd0832f98debf71d.css?r=7" media="print" />
Regards
Can I group my images in some way and link them. My requirement is I want to create 3 different set of images and link images to these three headers. When user click on particular header, images of that particular set will be loaded. Please help ASAP.
Hello,
The only link you can add is to the main slide image.
You have data-link and data-target parameters. Please check help documentation, ‘Banner Content Definition’ section
Regards
is it passible to make random image to start with?
Hello,
This option is not available
Regards