400 comments found.
Hi, there! My customer wants to run the ken burns slider in a lightbox, when the user is clicking a link on a website. Is this possible by any chance? THX in advance for your reply! Cheers, Nick
Hello,
Only if you open a .html file in the lightbox.
You can use the jQuery plugin http://codecanyon.net/item/jquery-slider-zoom-inout-effect-fully-responsive/2457203 and create the slider in a separate .html file which you’ll load in the lightbox
Regards
Hi, there! THX for your reply! I’ve purchased the plugin already. Do you have a workin’ example and/or is it part of the documentation, how to hook the slider up with the lighbox? Cheers, Nick
Hello,
You need a loghtbox which opens a .html file
Upload the plugin files on your server in a folder, and load in the lightbox one of the example .html files
Regards
Hi, there! THX for your reply and efforts! I will check out,if this solution is working properly. Cheers, Nick
Hi,
If my image is smaller than the slider size, is there option to make the default to always stretch the image instead of showing at its actual resolution?
thanks!
Hello,
The image should be at least as the slider size.
If you’ll not use the zoom effect, you can set a bigger Final Zoom value
Regards
Hello!! Why my slider looks like? http://www.gosto.com.mx/
Hello,
You are trying to insert a full width slider in a centered layout.
Also, the recommended settings for the slider is width: 1920, height: 600 and the image should have width:2500, height:782
Regards
Hi, I am migrating my website to a new server. The website uses this plugin with a lot of sliders and their zoom animations. Is there a way to export/import the sliders along with its playlists so I dont have to rebuild the entire thing in the new server? It is a lot of contents and very difficult to match it!
Hello,
All the sliders are saved in the databases. Export these tables:
wp_lbg_kenburnsslider_css_definitions
wp_lbg_kenburnsslider_playlist
wp_lbg_kenburnsslider_settings
wp_lbg_kenburnsslider_texts
Regards
how do you do that? i have no idea how
Hello,
Use phpMyAdmin. You can find multiple video tutorials on YouTube, like this one: https://www.youtube.com/watch?v=ffmCGVse8yg
Regards
Thanks, that would work well except that my client’s current server is so crappy we have problem getting into the cPanel. That is why we are moving out of it. So, is there another way? e.g. can I transfer the sliders using the xml file spat out from Tools>Export?
Hello,
All the sliders are saved in the databases, so no other way.
Regards
Hey there!! We have a problem with the plugin: zoominout
We installed the plugin on page gosto.com.mx (does not work). We did tests, and install the plugin on another website, and does work !!!!! We have already thought a lot … and do not know why !!!
The problem is that we need the plugin on the website which does not work lol …
Please help 
In the gosto.com.mx page to display the slider, only the charger (charging circle) appears 
Thank you! Greetings from Mexico.
Hello,
You are loading jQuery multiple times on your page and this creates conflicts:
<script type='text/javascript' src='http://www.gosto.com.mx/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
</style><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script type="text/javascript">
In order to respect the WordPress rules of how to include jQuery on the page, replace the second loading with:
<?php wp_enqueue_script("jquery"); ?>
Please also check this link: http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
Hi, I am using your LBG-ZOOMINOUT plugin for picture slideshow with zoom. Now I want to put video as the background, is it possible to do with this plugin? If not, what plugin should I get? Please see this link (http://www.astorianevents.com/), this is what I want to do. THis is the current page I have with your plugin, where I want to place a video background (http://citadelonkirby.com/intro/). If I need another plugin, would it conflict with this plugin? (I will use both). As you see, I will place text and graphic overlay on it.
thanks, Jeff
Hello,
It is not designed as full-screen video background.
We recommend you this plugin: http://codecanyon.net/item/video-player-fullscreen-video-bgd-wp-plugin/9323381 . The text & graphic which you’ll add over it, will be part of your layout, because this plugin only offers the video background.
No conflict between them, so you can use them both.
Regards
Hello, is PHP7 supported please?
Hello,
PHP 7 has just been launched, on Dec 3. We didn’t test it with PHP7, yet
Regards
Hi there,
I really like your plugin! I’d like to have fullscreen backgrounds with kenburns effect on my new site. Am I going to be able to set 3-4 different photos for specific pages/posts or it’s all general and every page would have the same backgrounds? I’d like to have different background images on every page!
Thank you! 
Hello,
You can define many different fullscreen sliders.
The product is designed to be set as fullscreen background for the entire website. You can add a custom script to load different background sliders in connection with the page ID
Example:
<?php
global $post;
//echo "i: ".$post->ID;
if ($post->ID==100) {
echo do_shortcode("[lbg_zoominoutslider settings_id='1']");
}
if ($post->ID==200) {
echo do_shortcode("[lbg_zoominoutslider settings_id='2']");
}
?>
Hello again, I have problem with responsivity on iPad. I have no padding from right side. Please, have a look here: http://www.lipowski.pro/problem.jpg
Hello,
Set Responsive Relative To Browser – false
Regards
It didn’t help. I will send you an email.
Hello, thank you for nice plugin. It needs some extra work on admin
How I can turn on random show of slides please?
Hello,
Random option is not available.
Regards
Hi!
I am dealing with an old website which runs on Wordpress 3.6 and uses your previous version of this plugin, witch is not responsive. My job is to make it responsive. So this is my question:
Is buying this newer version of plugin the good (or the easiest) method for that? The other way is to hard code the home page, because I didn’t manage to make the slider responsive…
The home page have full screen slider, and every picture has caption that fades in by moving from left to right.
Thanks for help!
Hello,
Yes, is the easiest way to make it responsive
Regards
Hi, Is there a way to add static layers, so that one layer stays static throughout all slides?
Hello,
Each slide comes with its layers. You can’t have a layer over all slides.
You can define a div outside our slider with position absolute/relative and a z-index
Regards
Hi. Presale question. Can I use different sliders per page or just one slider for the whole site?
I posted a comment in your other product’s comment page without checking if it’s for Wordpress.
Hello,
Yes, you can use different sliders per page.
Regards
Or even on the same page
it dose not works in my wordpress after install, just wonder why? it should have the first slide show up in “Manage Sliders” list, but I got the empty list, even if I click “Add new (Slider)”, it still not adding anything to the list.
can someone help?
thanks
Hello,
Most probably the database was not initialized
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin, to take a look.
Regards
Hello Thanks a lot for your quick respond, Information had been send to your email.
Thanks a lot
Can you provide a function hook for creating sliders automatically? Either by image attachments to a particular post id, or via custom fields on save_post?
Hello,
I’m sorry, this option is not available
Regards
THANKS. I will give it a try And let you know how I get on. I’m not coder. Might be a nice feature to add to your settings like Justified Grid Gallery do on thier plugin. I know plenty if clubs in the photograph world that look for this feature.
Sajes question – Does this slider have the option to disable the right-click save image’ function. I want to buy this for a Photography club but won’t touch it if the images are vulnerable. Cheers
Hello,
You can disable right-click with a JS script. Please check this link: http://www.dynamicdrive.com/dynamicindex9/noright.htm
Regards
Hi,
I want to put the slider hardcoded in the php header, to replace this slider: http://citadelonkirby.com/The width is full from left to right, and the height follows the ratio when the browser is resized. How to do that?
thanks!
Hello,
To include the shortcode in a template page, for example header.php you need to use do_shortcode() function: http://codex.wordpress.org/Function_Reference/do_shortcode
For example:
<?php echo do_shortcode("[lbg_zoominoutslider settings_id='1']");?>
Regards
Hi,
I have difficulty setting the zoom of my photos As you see http://citadelonkirby.com the original photos. When I apply the photos in the slider http://citadelonkirby.com/home-2/ it got cropped too much. What is the zoom value for the farthest/least cropped zoom? I set the first slide to 0.4-0.6.
thanks
Also, how do I set the overlay text so it does not shrink when I resize the browser smaller?
Hello,
Set for the slider width: 1920, height: 600,
For zoom effect set initialZoom:0.5 and finalZoom:0.6
Regards
Hello,
The text layer is not correctly inserted. Don’t add the text on where the image slide is.
Please check the video tutorial: Step 3: How To Add The Layers – http://www.youtube.com/watch?v=GE3BInDP-o4
Regards
Hi,
quick question, how to make the text fade in at the beginning? http://citadelonkirby.com/home-2/Hello,
Just set Initial Fade: 0
Regards
I know I have asked something similar in the jQuery area awhile back, but I want to see if there are any ideas here. I own the jQuery version of this plugin and really love the results but it requires a lot of manual work to create the page. What I really want is that fantastic Admin Interface to create the page, then grab the HTML and use it on my non Wordpress website. You see, I do not have Wordpress.
If I bought this Zoom in/out slider for WordPress, could I use it to generate an HTML file that I could use on a non wordpress website?
Thanks
Hello,
I’m sorry, the admin interface is only available for WordPress plugin
Regards
Pre-purchase question:
Please advise me whether or not x-y coordinates can be set for the start and end of the ken burns panning effect.
Thanks
Hello,
You can’t set zoom effect using x,y coordinates
For vertical positioning you have:top, center, bottom
For horizontal positioning you have:left, center, right
You can use these parameters in addition with Initial Zoom and Final Zoom parameters
Regards