400 comments found.
Does this work with Contact Form 7? Can I put in a short code and have it work?
Hi
I was using this slider but the jQuery version not WordPress one with my custom CMS to display the last posts featured images, this was in 2017, now I want to reopen my site and build it with WordPress and want the same function with your plugin, so I want to know how I can grab images from posts not select them manually, unfortunately I lost my modified files for the jQuery version to make them as a reference, could you please help?
Hello!
I’m sorry, the WP plugin doesn’t have this option
Regards
Pre-sales question: We have a wordpress theme that has a vertical scroll slider on the homepage, we would like to add horizontal full screen slider BEFORE the vertical home page slider, so when the viewer visits the homepage the first thing they will see is the horizontal slider (your product for example) and if they scroll down the page then the original theme (Munio by ClaPat) vertical slider shows right underneath the horizontal slider.
For your reference, the Munio theme is sold via envato here is the link https://themeforest.net/item/munio-creative-portfolio-theme/24712861Can this be done using your slider? How can we insert your slider to precede the vertical Munio slider on the homepage? The Munio vertical slider does NOT use a wordpress page and we put a shortcode on the page, if it did we wouldnt be asking.
The Munio Slider uses a set of portfolio elements each defined individually as a slide and they are pulled together by a predefined pre-formatted page called the Showcase slider page which displays the portfolio elements in the vertical slider.
We dont know how to create a wordpress page and add a shortcode in it to produce the horizontal slider and make it precede the vertical native Munio slider (uses Swiper engine).
Is there some manner of inserting your horizontal slider by modifying the child theme so it pulls up your slider and then displays the native vertical slider underneath yours as a home page element that is displayed on scrolling down?
Thank you.
Hello!
You can insert our slider using the plugin shortcode directly in wp-admin.
If you want to insert the slider shortcode in the page code, you can use do_shortcode() function: https://developer.wordpress.org/reference/functions/do_shortcode/
Regards
did you review the link we provided to the theme in question?
“You can insert our slider using the plugin shortcode directly in wp-admin” you mean the wp-admin.php file in the wordpress core directory? its a php file and does not accept a shortcode. I dont think a php function in the wp-admin.php file is advisable, it will be erased when the system updates, the only place to modify with a php function would be the child theme. Where would we insert a php function to allow for this modification?
I already tested another slider on our Home Page, the home page ignores any shortcodes added in this fashion and only displays the pre-formatted native vertical slider and completely ignores the shortcode we insert.
do you have an example shortcode for your slider we can test? But as I stated adding a shortcode to our Home Page does not modify ANYTHING WHATSOEVER, so the only recourse it seems is to implement a function via php.
What is the php function we should use (I didnt really get the information from the link you provided) can you tell us what the function is and where do we insert this function in the child theme folder?
Thank you kindly
Hello!
You can simple insert the plugin shortcode in your page, after you hit ‘Edit Page’.
If your theme ignores the shortcodes (which is completely unnormal for a WordPress theme), you can insert it in the PHP code using do_shortcode() function.
Regards
Good luck with your sales
Thank you!
Hi, is there a function to replace previously published “Gallery” blocks with your plugin’s Sliders?
Hello!
What exactly do you mean by ‘previously published “Gallery”’?
Regards
Hi, I mean the previously published posts, with the Gutenberg block “Gallery”.
Hello!
You can insert the slider on your page using the plugin shorcode.
The slider will display the images defined in the slider playlist, like presented in the video tutorials present on the product page, under ‘Video Tutorial’ section.
Regards
Hello!
You can insert the slider on your page using the plugin shorcode.
The slider will display the images defined in the slider playlist, like presented in the video tutorials present on the product page, under ‘Video Tutorial’ section.
Regards
How to import all demo slider show on
Hello!
I’m sorry, it doesn’t have this option.
Regards
Hi, I bought the plugin package months ago and having a great time with it, including the HTML5 Audio Player. I’m just now getting around to creating a slider, but I’m having a difficult time creating a decent-looking Ken Burns effect.
I have my slides in order, and I can get a basic fade transition from one image to another. But I cannot create a decent Ken Burns effect—it’s either too fast, too zoomed in, not moving at all, moving too fast, etc.
What are the settings you used to achieve this Ken Burns effect? http://zoompanningeffectslider.com/full-width-opportune-skin/I can tell some of the settings are zoom out to top, zoom out to right, but where are those settings made—to each slide or to the Zoom In/Zoom Out General Settings?
I have 12 slides ,but if you can provide the settings for just the first two images, I’ll be able to get the hang of it.
Thank you very much!
Frank
Hello,
These are the settings:
width:1920,
height:600,
width100Proc:true,
height100Proc:false,
responsive:true,
responsiveRelativeToBrowser:true,
autoPlay:10,
horizontalPosition:”center”
verticalPosition:”center”,
initialZoom:1,
finalZoom:0.8,
duration:20,
zoomEasing:”ease”,
Also, make sure you are using large enough images.
If you still have problems, please send me on office@lambertgroup.ro the link where you have the slider, to take a look.
Regards
Thanks much! This is getting me in the right direction, but the images are zooming in too long of time and zooming out too long. I’ll email you my text page, but this helped for sure! Thanks!
hI can i set a minimum height for responsive design on mobile for the slider? thanks
Hello,
It doesn’t have min-height for mobile parameter.
It has width & height parameter and it will proportionally adapt to the device dimensions
Regards
Hi! Is it possible to make full screen and dynamic height for a slider? in order to make it about window.height-200px for menu buttons with js
Hello,
The slider will take the height of your website div where you have inserted it. So if you change your website div height dynamically from js the slider will adapt to it.
Regards
How do I get the box for the zoom in/out or slider to remain constant yet have my images zoom. I’m getting compressed images, warped images, images that zoom in and leave blank space around it. Do I need to size and ensure my images have the right perspective set up?
Hello,
The images should be larger than the banner size.
Please send me on office@lambertgroup.ro the link where you have the player, to take a look.
Regards
Hi there, Is it possible to change de size of thumbnails please ? Thank you, Romain.
Hello,
If you are using ‘majestic’ skin, you should define these css classes in Appearance->Customize->Additional CSS and modify the width & height
.bannerscollection_zoominout.majestic .thumbsHolderWrapper { position:absolute; height:135px; width:100%; overflow:hidden; padding:0; z-index:2; } .bannerscollection_zoominout.majestic .thumbsHolderVisibleWrapper { position:absolute; width:100%; height:135px; overflow:hidden; } .bannerscollection_zoominout.majestic .thumbsHolder { position:absolute; } .bannerscollection_zoominout.majestic .thumbsHolder_ThumbOFF { float:left; display:block; width:107px; height:60px; cursor: pointer; }
For ‘generous’ skin you should define these css classes
.bannerscollection_zoominout.majestic .thumbsHolderWrapper { position:absolute; height:135px; width:100%; overflow:hidden; padding:0; z-index:2; } .bannerscollection_zoominout.majestic .thumbsHolderVisibleWrapper { position:absolute; width:100%; height:135px; overflow:hidden; } .bannerscollection_zoominout.majestic .thumbsHolder { position:absolute; } .bannerscollection_zoominout.majestic .thumbsHolder_ThumbOFF { float:left; display:block; width:107px; height:60px; cursor: pointer; }
Hi, thank you for your help and prompt reply. But it does not seems to work. Could I give you my logins on your email to let you check ? Thank you.
Hello,
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin, to take a look.
Regards
Hi,
1. We have Zoom In/Out Effect Sliders Full Collection 3.1 installed and would like to upgrade to 4.2.1. If I upload lbg_zoominoutslider.zip and try to install it WP 4.7.2 says Destination folder already exists. Plugin install failed. 2. Are slide shows created with 3.1 fully compatible with 4.2.1?
Thx!
Please download it again from your account and do the following:
1. Deactivate the plugin
2. Using a FTP account, overwrite all the files of our plugin on your server, in ‘wp-content\plugins\’ In the .zip file you’ve downloaded from codecanyon.net you’ll find ‘main’ folder and inside it you’ll find ‘lbg_zoominoutslider.zip’. Please unzip ‘lbg_zoominoutslider.zip’ file and using a FTP account, overwrite ‘lbg_zoominoutslider’ folder on your server, in ‘wp-content\plugins\’
3. Activate the plugin
Great Support….thanks to the Author.. Now my project is complete
Thank you, too.
really need the help…no ken burns effect showing in my site..
I am using Easy Digital Downloads (EDD) on my website with Marketify (https://marketify-demos.astoundify.com/classic/) theme. This theme is using Multiple Post Thumbnails (https://wordpress.org/plugins/multiple-post-thumbnails/) plugin for showing multiple images on the EDD products.
I would like to know that your plugin will offer zoom option on all the product images i.e. EDD featured image and Multiple Post Thumbnails generated images?
Hello,
You need to add the slide images in the slider playlist, like you see in this video tutorial: https://www.youtube.com/watch?v=xYrOMaUalso
Regards
Hello,
I am interested in your WordPress Slideshow Plug-in. I am working on a Wordpress Multisite and due to this, I need a Plug-in which supports the following functionality: If a Slider is created on Blog A, it should be available with the same ID in Blog B. Due to this, I think it is necessary, that the Slideshow is working with the same table on both Blogs. On my Multisite we are only working on Blog A and broadcast the posts to Blog B. So the code snippet has to be the same for both blogs. Is it possible with your Plug-in?
Best regards and thank you Andreas
Hello,
On a multi-site environment it will only work on single website from those available. You need to activate it for that website and you can’t network activate it.
So it can’t be used like you want.
Regards
Hello
I installed your plugin 2 days ago and it’s working great.
The only problem I have is with my menu’s anchors. Indeed, my homepage is a sort of one page design, it means that the first 2 links of the menu are referring to sections situated in the same page.
When I’m on the homepage and click on those links, the anchors are working fine. But if I go to the blog page and I want to go back to the homepage in the “nos prestations” section, for instance, the link connects me to the homepage but at the top of the page and NOT AT THE CORRECT SECTION… and it’s because of the slider (you can imagine that I tried to disable the slider and those links were working fine without it).
So I suppose that when the slider loads, it’s sending a kinda script to prevent the anchor from working and show the top of the page instead of the correct section…
Please have a look at the mockup at http://sebrefle.odns.fr . Go to “nos prestations” and then go to “Blog” and try to go back to “nos prestations”: you will see what my problem is.
Thank you for your help, I imagine there is just some script to adjust in order to prevent this from happening.
Best Regards.
Bruno Agence NEOH
Hello,
I’ve replied your email
Regards
...and you solved my problem, thank you for your efficiency, you deserve 5 stars
Thank you
Hello, I disagree with what M100000 said about the admin interface. Let’s be honest, It is very clear, well labelled and with video tutorial to help with installation.
Hello support, I sent you an email last night. The Zoom in/out plugin refused to load on my current theme. It is showing lazy loading. I have sent you an email with my WP login details. Please confirm that it you got it. My site url is: www.hostmerchant.net
Moore29
Hello,
I’ve received your email and I have just replied you. You are loading jquery multiple times and this creates conflicts
Regards
Hi Guys.
Congrats for the amazing slider. Is there any chance to have a sort of “template” or sample css file to copy the demo contents layer animation? I could use some of those on my site (and would save a lot of hassle on the programming the animations)
Many thanks Zol
Hello,
I’m sorry, for the moment this feature is not available.
Regards
Thx, but sorry about it. Would be a tremendous help for those already paid for the item and the support. This is the only plugin or theme where I was unable to receive this file.
Hello,
We don’t have an automated option to upload a template, yet.
We have the .html example files and you can create the sliders from there, by using the parameters. We can send you the example files, if you want.
Regards
That sounds great. Can I have it please? Thx
Hello,
Please send me an email on office@lambertgroup.ro and I’ll reply you the example files
Regards
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