65 comments found.
Our system is showing google ads before the slidermaker, but we got the Regular License. how can we remove this ?.
Hi,
Thanks for purchase.
This is not Google ads, but just the preloader I choosed for Slider Maker !
You’re right, colors are Google’s ones, this is because Slider Maker uses Material Design
If you want I can work to add an option to choose other preloaders.
Just tell me & I’ll take time for this.
Except this remark, is all ok for you with Slider Maker ?
Gilles
Hello, pictures on the slider are placed on the right but everything is centred. Can you help centring the pictures without getting pictures too large?
Hello Ani1019,
Thanks for purchase.
Of course I’ll help, but could you send me your url , and if possible ftp please ?
I’ll see how to do as soon as I get your answer.
Gilles
Thank you, I replied to you using your contact form !
I just answered you, it should solve your problem (issue comes from your style.css).
If you need anything else you’re welcome,
Gilles
Gilles solved my issue from my css quickly! Thank you.
Thanks so much for your good rating !
Come back to me at any time,
Gilles
Hi, I have some questions before buying. Can i customize or create a template similar to this – http://edition.cnn.com/2017/02/17/hotels/luxury-vacations-mexico/index.html
Thanks, Regie
Hi Regie,
Yes, it’ll be easy. You can try live demo at https://www.slider-maker.com/slidermaker/admin/login.php
And of course I’m available for any help request.
Gilles
Hi
I really like your plugin. I’ve seen the admin, but i haven’t seen if I can use it like another jquery plugin, instead of using data-dir=”dirname”, place a list of images.
Hi Azuanet,
You have to use code generated in admin panel. Images are those inside data-dir, and all settings come from json file.
If you need anything else you’re welcome,
Gilles
Hi, thanks, great script!
I found 2 small bugs: 1. When I enable/disable Caption,Legend,Layer,....etc.. It does not update field on “media” tabs, an example: - in your demo site open slide “black-and-white” - you can’t choose Caption,Legend,Layer,....etc because are disabled and this is OK - go to tab “settings” and enable for example “Captions” - return to tab “media” and you can’t choose Caption for images!!! you need to reload the page
2. When you add a Title and Link in some media there is something of wrong in the admin view, please test it because it is so difficult to explain, you need only to add Title and Link in some image 
Regards
Hi,
Thanks for purchase, and for reporting.
I’ll test, make corrections and come back to you very soon.
Regards,
Gilles
Hi Fdesanto,
I solved the first issue (not really an issue, but an cool improvement) But I tested Title & Link as you told me and didn’t find anything wrong.
Could you please send me a screenshot, or try to explain more what happens ?
I’ll publish the update later, so please contact me using my contact form : I’ll send you the 2 files to replace to solve 1st issue, and this way you can attach screenshot or anything you want.
Thanks,
Gilles
Hello,
Slider Maker is not an image editor, but a web slideshow maker.
You can test fully functionnal demo at http://www.slider-maker.com/slidermaker/admin/
Click the “take a tour” button to understand how it works.
If you need anything else you’re welcome,
Gilles
I need target=”_blank” for slides with a link, please suggest how to accomplish this, thanks. Great product.
Hi,
Best way is to do this with callback.
Just add your links on images using admin, then add javascript callback function to open these links on a new window :
<script type="text/javascript">
var sliderHubbleImagesCallback = function () {
$('.sp-image-container a').on('click', function(e) {
e.preventDefault();
var target = $(this).attr('href');
window.open(target);
});
};
</script>
use the uppercamelcased name of your slider as function name, and it will be automatically called. In this example, my slider’s name is ‘hubble-images’.
Documentation about callbacks here : http://www.slider-maker.com/slidermaker/#!/javascript-callback
I added links with blank targets in this online example to show you : http://www.slider-maker.com/slidermaker/demo-files/single-slider.htmlPlease if you like don’t forget to rate, it helps me a lot.
Thanks,
Gilles
I have a couple of must have features. Please explain how I can accomplish them. 1) Text Bullets – For example, I have slides for days of the week. Mon,Tue,...Sat,Sun and would like each bullet to say Mon, Tues, ... where the user clicks the bullet (day of week) to show the slide.
2) Ken Burns effect – Once the slide image is displayed, have an option to show Ken Burns effect. See https://www.kirupa.com/html5/ken_burns_effect_css.htm
Hi,
I received your email, I’m already working on this for you. I come back soon with solutions.
Gilles
Thanks. The swiper-maker is excellent and your support is outstanding. Keep up the great work.
I worked on Ken Burns effect, update will be published (and answered you by mail for other requests).
Hi – pre-sales question, does this work on all versions iphone and android? Do you have a theme where I can display a masonry type gallery? Can I add images as a layer or is it just text? When you say “no install” what does that mean? This gets install on myserver with the admin panel, correct?
Hi Kczilla,
1) Yes, Slider maker is supposed to work on all recent mobile devices. Multiple versions of each image are generated to match devices. If you encounter any bug I’ll be available to solve them.
2) Sliders dimensions can be set to pixel or percent dimensions. You can setup your masonry grid, and insert a slider with percent width & height in each part of your grid.
3) Layers are only texts (& html) for the moment.
4) No install means that you just have to put files on your server, and you’re ready to go.
You can create your slideshows using admin on localhost and upload them to your server, or upload admin on your server and add any protect module to prevent access from unauthorized users.
Online doc available here : http://www.slider-maker.com/slidermaker/
If you need anything else you’re welcome,
Gilles
Hi – when you say “Multiple versions of each image are generated to match devices.” do you mean that there is an image for mobile and another for desktop? Please clarify, also, where can I see the multiple versions and what is the file naming convention?
Hi Kczilla,
Thanks for purchase.
6 images are generated for each slide, with these corresponding widths.
'retina-large' => 2048,
'retina-medium' => 1536,
'large' => 1024,
'retina-small' => 960,
'medium' => 768,
'small' => 480
Of course if your original image is too small, larger versions will not be generated.
Each size is generated in your-sliders-dir/slider-name/size-name, where size name is one of the above names (‘retina-large’, ‘retina-medium’, ...)
Retina images can be disabled, especially if you have server performance issues when working in admin.
Images are renamed in lowercase, with ’-’ to replace spaces.
If you need anything else you’re welcome,
Gilles
Hi … I have a question … When my slides go from one to the next I get layer text from previous slides …what would be the cause of this?
http://www.tempapts.com/index-redesign-main.phpwhen i put it in slider mode and not fade it seems to be fixed . but why in slide mode?
Hello Sobe1213,
Thanks for purchase.
I just tested with fade in and fade in/out options and all is working fine for me.
You’ve got several errors in your page (see screenshot of browser’s console here : https://postimg.org/image/8qyp65uar/).
If you solve them it may solve your issue with Slider Maker at the same time.
If you need more help can you please email me and send me your ftp ?
Thanks,
Gilles
i installed the script, it works well and we can create sliders.But when we embed the code to a web (html) it is not working. It only showing the loading animation, not the sliders at all. I am also trying the demo sliders, it is the same. The demo mode already off.
Hello,
Thanks for purchase. I have to understand more about your problem to help you. Would you please send me your url using my contact form, and ftp if possible ?
I’ll help & make it work for you.
Gilles
Hello
Will your slider support reading images from a folder, instead of hard coding each URL?
Thanks
Hello Jabali,
There is no hard-coded urls.
Here is how it works :
Slider Maker uses a main directory, which contains all slideshows.
Each sub-directory is a slideshow.
All images in each sub-directory are automatically detected and added to current slideshow. They appear in admin and you can order, add layers, ... all you want to do.
Responsive images are also automatically generated.
If you want to use an existing structure (set a custom dir as main directory) :
- Open conf.php, and change SLIDERS_DIR and SLIDERS_URL to match your directory
- Create a '.xmlfiles' directory
- Copy/paste /slidermaker/sliders/.xmlfiles/template.xml to your '.xmlfiles' directory
Then open admin url and it should be magic. You’ll find all your slideshows generated and just have to copy/paste code to your pages (or customize : order your images, choose theme, options, add layers, ..)
If you need anything else you’re welcome,
Gilles
Hello Gilles,
Will in fact I have a site for events and my I wanted to have a slider for each event page, So is it possible that your slider will read from a folder, and can I set the folder name to be dynamic where event A will read images from Folder A and event B will ready images from folder B.
Thanks
Yes, no problem.
If You open admin demo at http://www.slider-maker.com/slidermaker/admin/ and click ‘Publish’, you’ll find this code :<div class="slidermaker" data-dir="paint-gallery" data-root="/slidermaker" data-debug="false" data-lang="en" />
Directory is ‘data-dir’, you just have to change this to call a different slider.
Gilles
Perfect I will buy this then, Thank you
Perfect, thanks for purchase.
If you have any request feel free to contact me again, I hope all will be perfect for you.
I got Invalid backend response. Data is not JSON. see here: http://cupack.testbymoc.com/slidermaker/admin/index.php
Hi Ekasin,
Thanks for purchase.
First, your photo is awesome !
I found where the error comes from, but strangely I couldn’t reproduce it.
If you turn off e-warning errors in your php settings error will disappear and all should be fine.
Could you please send me a message via my profile : I’ll get your email and send you back a single updated file that will definitely solve your issue.
Gilles
I have this problem for uploading images, you can not see, says Size : 81 KB Path : sliders\chevron\hallux.jpg Link : hallux.jpg Dimensions : 750×500 Modified : Today 09:00 PM Permissions : read and write Locked : no..
Hi,
I’m not sure to understand : you mean you have a problem to upload one specific image ?
In this case, your image file may be corrupted. Try to duplicate it (save as …) and upload the new one.
If it doesn’t work, you can contact me via my profile and send me your image, or send me your url & ftp and tell me if I didn’t understand the problem.
Gilles
Hello , how could I do to configure the product to the Spanish language?
Hello Germanspace,
Thanks for purchase.
You just have to duplicate /slidermaker/admin/i18n/sm.en.php (English language file) and replace with your own translations.
For example :
define('ERR_CREATE', 'Fallo al crear');
Would you send me your Spanish translation ? I could add it into package.
If you need anything else you’re welcome,
Gilles
I have this little issue.
When I press edit button for Media elements my screen returns to top every time. Is there a way to fix this ?
Hello,
Thanks for purchase.
When you press ‘edit layers’ button, modal which opens is fixed to top, so it seems logical to scroll to top at this moment. Do you mean you want page to scroll back at the place it was when you close modal ?
Gilles
Whenever I try to upload an image file I get the following JSON response:
Fatal error: Class ‘slidermaker\admin\assets\lib\elfinder2x\php\imagick’ not found in /home/bartek/www/chicagopanorama/slidermaker/admin/assets/lib/elfinder2x/php/ElFinderVolumeDriver.php on line 2924
The file uploads but only shows up when I refresh the page.
Running PHP 5.5.3-1ubuntu2.6
Hi,
This is due to Elfinder requirements (https://github.com/Studio-42/elFinder#requirements)
You must have GD or Imagick module or imagemagick installed on your server, which is normally standard on most servers.
You’ll find a tutorial to install Imagick here : http://stackoverflow.com/questions/3790191/php-error-class-imagick-not-found
Then all should be ok.
If you need more help you can send me your server access by email via my profile, I can make it work. (I need ssh to install GD or Imagick).
Gilles
Hi,
I bought the slidermaker yesterday, because of the reviews. But today I ave to say, this tool doesn’t really work very well. 1. The Explore-Tour doesn’t work. 2. “Hold shift-key to contrain….” Doesn’t safe the stuff I do. and a lot of other things too. Here you can find the installation: http://slider.impulsverlag.com/slidermaker/admin/index.php
I don’t want to use this tool. What can I do, to get my money back? Thanks for yout feedback Uli Fetz
Hi Ulif,
Thanks for purchase, and thanks for reporting.
1. About the explore tour, it’s broken at third step because of german language. I’ll update code and make it work.
2. Layers don’t work as they should, this is due to latest update which contains an error. Small error but it crashes layers functionalities. I’ll update code and make it work.
I’ll publish the update on Codecanyon within one or two hours. Then we have to wait they publish it (generally about one day)
Please email me via my profile, I’ll send you the the 2 updated files, then all should be ok.
If you report any other issue I’ll work to improve all that can be improved.
I hope with these corrections you may enjoy Slider Maker, but if you still want a refund you just have to ask for on Codecanyon and I’ll accept it.
Gilles
Hello, i bought it and it looks very cool in demo, however i can’t integrate it with my cms unless spend many time and changes. is there anyway to use json as image resources instead of elfinder ? our cms uses twig template files,
Hello Monteyne,
Thanks for purchase.
I have to get more informations about your cms, and think about the best way you can integrate Slider Maker.
I’ll answer you through your Codecanyon contact so you’ll have my email.
Gilles
Hi I hae purchased this and I cannot use the admin tool it is really very frsutrating I have used this on iPage and on JustHost and both of them uses 5.6 Php version.
This tool does not work, I have followed the instructions and I cannot use the admin.
This is what I see on my admin page, just plain text and links, nothing working.
#####################3
Slider Maker Demo Admin Area Demo Sliders Welcome Product Slider Main Features Nature Paint Gallery Demo Enabled Total reset each quarter hour All changes are made in Sandbox.
Slider Maker Admin Panel media settings preview publish ##############################
This is the screenshot https://www.dropbox.com/s/9ecz847pk6inni3/slider_error.PNG?dl=0Hello Staticpages,
Thanks for purchase. I think there is no problem with your php version (indeed I’m sure), but probably a path issue for Slider Maker to find css/js files.
Would you send me FTP access via my profile please ?
I’ll see what’s wrong and make it work for you.
Gilles