60 comments found.
Whenever I select the “Responsive” button to be “TRUE” it makes my scroll bar disappear. Whats going on with that?
And then with the Responsive option, it is responsive but instead of having my four image carousel shrink down to a smaller four image carousel, is there a way for you to add an responsive device image option? so i could have my four image desktop ready carouel shrink down to a two image mobile ready carousel because the images get a little too small when the responsive feature just makes the entire carousel shrink without any option to change the column count (number of images) to fit each device screen size
Hello,
Most probably you need to set
Responsive:true
Responsive Relative To Browser:false
It will have the same number of images on desktop and mobile
Regards
Hey, I have purchased this theme and I was wondering why there wasn’t an animation section in the classic style carousel. Or am I missing something? I see the animation option under the “PERSPECTIVE” window but not under the “CLASSIC” window.
Was this done on purpose or am I missing something because I would like to use the classic function and have it ease in and out but that function isnt available. Can you please help me? Thanks.
Hello,
Classic version doesn’t have this parameter. If this is a must for you please send me an email on office@lambertgroup.ro with the easing you want to use.
Regards
Hello,
I am using the perspective carousel. I am just wondering if there was an easy way in the code (perhaps the PHP) to drop the element title underneath the images rather than above?
I’ve had a look around but nothing is really standing out to me. I thought it should be an easy alteration.
Thanks in advance.
Hello,
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin, to take a look.
Regards
Hello,
I have done this.
Thanks
Hello,
I’ve replied your email
Regards
There is a misspelling on the “Manage Carousels” admin page. The shortcode column is spelled, “Shorcode” – no “t”. Thanks!
Hello,
Thank you for pointing this out. We’ve fixed the misspelling and updated the product.
Regards
After clicking a YouTube video so it will play full-screen, when I rotate it on my mobile device, the video stops playing, disappears and the webpage is back. This happens anytime during playback of the video. I tried changing the responsive settings but after each refresh the same problem occurs. Ideas?
Hi, I’ve been using the plugin for some time now,but it recently got complaints that the video lightbox doens’t have a full screen option. only a small lightbox with no option to enlarge. Is this a setting that has to be checked somewhere or is it a compatibility issue with the latest version of WP?
Hello,
It’s a restriction form YouTube and Vimeo when are inserted in a light-box.
Only for self-hosted videos you can go fullscreen
Regards
Plugin stopped working all of a sudden, unable to upload multiple images, view images go to add an image and it deletes all the other images
Hello,
It can’t happen ‘all of a sudden’. You must have installed a new plugin or changed the theme.
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin, to take a look. Also, the front-end link where you have inserted the slider.
Regards
Is there an option or way to include description text in the lightbox?
Hello,
We’ll take this into account for a future update
Regards
Hi,
How do i insert youtube video? I put in the link but it does not work.
Please kindly advice. Thanks
Hello,
Just use the YouTube video ID and not the entire link. Like you see in this video tutorial: https://youtu.be/RsOReGcav38?t=5m36s
Regards
Quick question, can we have multiple carousels with different post via tags?
Example as one page only have images from certain tags or do we have to upload all manually?
Hello,
You need to define the carousel elements in the carousel playlist.
You can define as many carousels as you need.
Regards
hello , i bought the today all the sitting is correctly but that animation is not coming up correctly still loading can please tell me asap the solution
Hello,
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look.
Regards
Hi,
I want to ask if what part on the plugin or what part of the code does the multimedia is being called when an image is click on the front end. I am asking for the code on which triggers the lightbox to show. Thanks
I also sent you an email.
Thanks
Hi,
Is there a way to move the navigation left and right at the bottom part on the right side of the carousel and not on the center of each position? If this take a custom code on which code i could update it?
Hope i Could get a reply quick..Thanks
Hello,
You can do it for classic version: http://www.jquerycarouselimagevideo.com/wordpressplugin/classicType.html
It is ‘Bottom Nav Position’ parameter
Regards
how about the arrow? the arrow is what i mean and not the bullet navigation.
Is there a code for it for us to move those icons?
Thanks
Hello,
I’m sorry, this option is not available.
Regards
Ok,
But we are only asking if where to find that certain code so we could investigate the behavior as well study it.
I hope i could get a precise answer.
Thanks
Hello,
You can modify the player script.
Please send me an email on office@lambertgroup.ro and I’ll reply you the the unminified version.
Regards
Hi,
I have email you now.. Hope for a reply asap.
Thanks
Hello,
I’ve replied your email
Regards
Hi,
THis is a pre-purchased question. my client wants the audio file to be something like this http://screencast.com/t/Mm4NtsfJgz.
So i would like to ask if in a given carousel we could set if it is audio it will not have a lightbox but only play a certain audio file then if it is a video it will show a lightbox.
Thanks.
Hello,
The link you have provided gives 404 page not found.
All the files (audio, video image) will be opened in the light-box. You need to use .mp3 files loaded from the media library or from a third-party server. For a third-party server the link should have this structure: http://www.domain-name.com/some_optional_path/file_name.mp3
Regards
Ok, i see that it will use a lightbox. Thanks with this info we will ask our client about this.
Thanks,
BUt is there a way that audio could not be play by lightbox but automatic play only as background?
Thanks
Hello,
I’m sorry, this option is not available
Regards
Hello, Does it include a shortcode? We have to add a carousel on multiple pages, its a pain to do one by one, so does it include with a shortcode??
Hello,
Yes, it is included using the shortcode, just like is presented in the video tutorial available on product page.
Also, if you want 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
Example:<?php echo do_shortcode("[multimedia_carousel settings_id='1']");?>
Regards
Hello and thank you for the response, We have the youtube channel, is there away to add just the channel and all video’s will show up?
Hello,
I’m sorry, this option is not available
Regards
If I am putting youtube videos on the Carousel, how can I hide the Save for Later and Share icons at the upper right hand corner when you play the videos?
Hello,
Those icons are added by YouTube and can’t be removed
Regards
oh ok, thanks. This plugin is great, it does what it says.
The videos seem to be displayed in a random order on the carousel. How do I make the order be the same as the ‘playlist’ it draws the videos from?
Hello,
From our tests this doesn’t happen.
Please send me on office@lambertgroup.ro the link where you have the carousel, to take a look
Regards
I’m using the perspective slide. How to disable the “icon” on hover?
Hello,
In this file ’\wp-content\plugins\multimedia_carousel\perspective\css\multimedia_perspective_carousel.css’ search for ‘iconOver’ class and set for it
visibility:hidden;
Please make sure you’ll target the skin you are using
Regards
how do I change that camera icon that appears in the center of thumbnails on the carousel?
Hello,
In this file ’\wp-content\plugins\multimedia_carousel\perspective\css\multimedia_perspective_carousel.css’ (if you are using ‘perspective’ skin)
or
this file ‘wp-content\plugins\multimedia_carousel\classic\css\multimedia_classic_carousel.css’ (if you are using ‘classic’ skin) search for ‘iconOver’ class and set for it
visibility:hidden;
Please make sure you’ll target the skin you are using
Regards
Hi, is it possible to autoplay the videos?
Hello,
The videos will autoplay when you open the lightbox window
Regards