936 comments found.
When adding the “all_in_one_contentSlider settings_id=’1’” into a text widget the background image in the banner goes slightly off center. Is there a way to remedy this?
Hello,
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
When using the text editor with Content Slider, we input the img src=”url” width=”” height=”” with proper url for the image and exact dimensions the png is saved at, but still we cannot see any image in the actual slider when saved. Is there any other setting that can affect this?
Hello,
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
Hello,
I apologize if this has already been asked but how do I change the cursor to a pointer when “enableTouchScreen” is true? Currently it shows cursor:move when touch screen is enabled and shows cursor:default when touch screen is false. I would like all links to be cursor:pointer. Thanks!
Hello,
You can overwrite this image ‘skins/hand.cur’ with the one you want
Regards
Hello ,
We have purchased the jQuery Banner Rotator / Content Slider / Carousel. currently we are integrating \carousel\sweetResponsive.html.
we can modify the total width and height of the carousel slider. But we must need to customize the main image as well as side images width and height.
May i know how to do it? Its very urgent please let me know.
Thanks in advance,
Hello,
I’ve replied your email
Regards
Hi, since i updated to Wordpress 4.0 i’am getting this error:
TypeError: h0 is undefined h0.complete ? (c(’.myloader’, f).css(‘display’, ‘none’), 0
Hello,
Please send me on office@lambertgroup.ro the link where you have the player, to take a look
Regards
Hi, How can I do that will change hover thumbnail?
Hello,
Do you want the big image to change when you hover the thumbnail? For Banner With Playlist or for Banner with Thumbnail?
Regards
Hello,
I have one more question, When I click on the image I want it to go to a page in my website. But I don’t want it to open a new tab I just want the page to change.
Below is how code and it opens a new tab and goes to http://codecanyon.net/user/LambertGroup.
data-bottom-thumb=”image/elegant/thumbs/camping_image_slane.png” data-text-id=”#allinone_bannerWithPlaylist_photoText1” data-title=”TITLE GOES HERE” data-desc=”TEXT GOES HERE” data-link=”http://codecanyon.net/user/LambertGroup” data-target=”_blank”>
I hope that make sense. If you could help that would be great.
Thanks
Hello,
Replace data-target=”_blank” with data-target=”_self”
Regards
Hello, I want to purchased this plugin, but I don’t know about it except some introduce about this product on website. I have a question: - Could the banner change the images and links by automatic? It is mean if I add a new page in category and then it will display thumbnail picture into banner?
Hello,
You need to add in the slider HTML code (which is a standard ‘ul->li’ list) the image and thumb. The product will not automatically create the thumb
Regards
It mean this product is static banner.. How about link on each image? Is it use tag of HTML? There is more a question. How many banner can I use in a website of this product?
Hello,
It will display in the banner what you’ll define in the playlist.
You can set a link for each slide using ‘data-link’ parameter.
You can use in the same website as many sliders as you need.
Regards
Thank you very much. If I purchase it on today, is there any promotion?
We can’t offer promotions. Only Envato can
Can I use wordpress version 4+ for regular license? How can I purchase in envato? Pls send to me link of it. Thanks
Hello,
If you want to use it in a WordPress site you need to buy WordPress plugin, which is this one: http://codecanyon.net/item/banner-rotator-content-slider-wordpress-plugin/1903226
A regular license will allow you to use the product in one website, your own or your client.
To buy it, just click ‘Purchase’ button from the right side-bar
Regards
is this high resolution?
Hello,
It is not HR
Regards
I m just starting out researching for a photo slider, with your plugin, does it produce the full html 5 and css 3 code which we then code into our site’s html and css? And are the photos inserted into my site’s html or from another ‘http address’? The reason why I ask, we want to be able to change the photos around over time (ie take out a photo and put a new on in).
Hello,
The implementation process is a basic copy and paste procedure. You can edit the Html code to add your own pictures which can be hosted on your server.
Please note that it’s an image slider and is not recommended to have houndreds of images in it.
Regards
Thank you for your quick reply. We will only use ten slides at any one time. Will purchase in the next day or two
Hello,
Thank you, too
Just to be clear, the product doesn’t have an admin panel. It has all examples included (as HTML files) and you can copy & paste the HTML code of the example you want to use. After that, you can modify the HTML code to add your own images & texts.
In help documentation has a 4 steps tutorial for implementation
Regards
Hi, I want to change the defaultEffect from random to leftRightFadingReverseStripes does this go into the source code inside the script code? and is it possible to set a transit effect for each slide?
Also I note in the source code there is the following “data-link=”http://codecanyon.net/user/LambertGroup” what is the purpose of this code?
Thank you
sorry another question. We are using the banner with playlist and the easy skin. I want to include more text for the six photo (currently there is no text. I have created the following code in the html
Migration Law is a complex and ever changing. We offer a cost efficient service.
but when I view the site there is no text on top of the photo?
Hello,
To change the default effect you don’t have to modify any script. All is done using the available parameters when you initialize the slider.
jQuery('#allinone_bannerRotator_classic').allinone_bannerRotator({
skin: 'classic',
width: 960,
height: 384,
thumbsWrapperMarginBottom:5,
defaultEffect:'leftRightFadingReverseStripes'
});
Please check help documentation, ‘JS Options’ section, to see all available parameters
Regarding data-link=”http://codecanyon.net/user/LambertGroup” you can replace the link with your own link if you want to open a page when the slide is clicked or you can delete ‘data-link’ parameter completely.
Regarding the text lines, please check help documentation, ‘Text Animation’ section
Regards
I tried inserting defaultEffect:’leftRightFadingReverseStripes’ but I get a syntax error
this is the entire script
<script>
jQuery(function() {
jQuery('#allinone_bannerWithPlaylist_easy').allinone_bannerWithPlaylist({
skin: 'easy',
responsive:true,
width: 800,
height: 360,
borderWidth: 0,
borderColor:"#000000",
playlistWidth: 150,
showThumbs:false,
numberOfThumbsPerScreen:4
defaultEffect:'leftRightFadingReverseStripes'
});
});
</script>
Hello,
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
I sent you the files using we transfer
Hello,
You forgot to put comma after numberOfThumbsPerScreen:4.
So it will be:
jQuery('#allinone_bannerWithPlaylist_easy').allinone_bannerWithPlaylist({
skin: 'easy',
responsive:true,
width: 800,
height: 360,
borderWidth: 0,
borderColor:"#000000",
playlistWidth: 150,
showThumbs:false,
numberOfThumbsPerScreen:4,
defaultEffect:'leftRightFadingReverseStripes'
});
P.S. you didn’t have to send me the entire archive (including PSD files and the other plugins). Only the file you are using or a link to where you have inserted the slider
Regards
thank you, it is sometimes the simple things that cause the problems. Were you able to look at the text for the sixth slide – I followed your instructions but the text does not slide across the sixth slide???
please ignore my last message I have been able to work out what caused the problem. Great product thankyou
Thank you, too
Hi! one more question. In elegantFullWidth, as I align the playlist on the left side? Thanks !!
Hello,
I’m sorry, this option is not available. The playlist can only be on the right side
Regards
ok, thanks
Hi! I need to enter the elegantFullWidth within a div with width: 80%; for example:
elegantFullWidth herethanks !!
<div style="width: 80%;"> elegantFullWidth here </div>
Hello,
Please check help documentation, ‘HTML/JS code for implementation’ section. The HTML code from Step 4 should be added in the place of your ‘elegantFullWidth here’
1. Please make sure you open ‘elegantFullWidth.html’ file first and copy the HTML code from there and not from ‘Step 4’
2. When you initialize the slider, set responsiveRelativeToBrowser:false
jQuery('#allinone_bannerWithPlaylist_elegant').allinone_bannerWithPlaylist({
skin: 'elegant',
width: 1920,
height: 595,
width100Proc:true,
playlistWidth: 400,
responsive:true,
responsiveRelativeToBrowser:false,
origThumbImgW:90,
origThumbImgH:90
});
Regards
thanks!!
I have emailed you asking for the code you supply to add multiple sliders to one page. Thank you.
Hello,
I’ve replied your email. You need to use unique ID for each instance
Regards
I don’t see where to call in a unique ID: <script> jQuery(function() {
jQuery('#allinone_bannerWithPlaylist_elegant').allinone_bannerWithPlaylist({
skin: 'elegant',
width: 970,
height: 381,
origThumbImgW:90,
origThumbImgH:90
});
});
jQuery(function() {
jQuery('#allinone_contentSlider_imposing').allinone_contentSlider({
skin: 'imposing',
width: 918,
height: 382,
autoHideBottomNav:false,
showPreviewThumbs:false,
autoHideNavArrows:false,
autoPlay:5
});
});
</script>
ARG! I saw your email from envato… I will communicate with you there…
Hi, just a quick question. In the “banner with playlist” plugin it is possible to add a text or image link in the playlist section ? Thanks
Hello,
This is not possible, because when the playlist item is clicked, the left area is activated
Regards
Hello I have purchased your rotator and have no issues getting it to work but I want to use it as a header on multiple pages. Is there a way to insert the item into multiple pages but only edit one page to make changes and edits.
I want to simply “call” for the item.. Example: <!-webbot bot=”Include” U-Include=”classic.html” TAG=”BODY” ->
Hello,
You can use an iframe http://www.w3schools.com/tags/tag_iframe.asp
<iframe src="classic.html"></iframe>
Regards
hello can i use this for tumblr?
Hello,
Please check help documentation, ‘HTML/JS code for implementation’ section.
You have there a 4 steps tutorial for implmentation, which is a basic copy & paste procedure. You should adapt it for tumblr
Regards
Hi, Thanks for the plugin, have added border-radius to slider and all is good in chrome and ie 10 but safari is ignoring overflow-hidden and the images are displaying over the rounded borders any ideas? thanks in advance
Hello,
This is not the slider problem. If you want rounded corners across all browsers, you can use .png files, with transparency where the corners should be
Please send me on office@lambertgroup.ro the link where you have the slider, to take a look
Regards
No probs will do that rather than hack the js file. Thanks for the reply
Hi,
can i show a video from youtub into the PLAYLIST BANNER ? Thanks
Hello,
I’m sorry, this options is not available.
We have this product http://codecanyon.net/item/youtube-and-vimeo-video-player-with-playlist/7964882 which offers this option
Regards
Hello, Does this slider support “duration time parameter” between slideshow ?
Hello,
We have this option for this slider: http://codecanyon.net/item/magic-slider-with-layers-carousel-with-lightbox/6626850
Regards
I am also having same problem in my site http://www.theweightlossprogram.in. If anybody know the solution then please tell me!
Hello,
I don’t understand the connection between our product and your site.
I checked your link and I didn’t find our product on it.
Also, I don’t see ‘PURCHASED’ near your user name
Regards