56 comments found.
HI, Purchased the slider maker and works perfectly locally, but on our server under the media tab no items are visible on opening a slider folder
Have checked the documentation and there are no errors in the console. We run php 7.4.16
Is there some further step we need to take?
Hi, can you make custom changes to the Script? Are you available for that?
Hi,
It depends on the kind of customization you need. Could you tell me more please?
Hello I don’t understand anything! When I click on index HTML I get to “Welcome”. OK, this is a guide but it doesn’t explain anything to me. How does it work?
I unroll the explanation: ” How to install the Authentication module Open slidermaker/admin/secure/install/do-install.php in your browser” OK, I get a beautiful code page. What should I do?
Further “Main Screen (Explorer & media)” Where is this “Main Screen”? I don’t have any of this or any access to anything readable…
I am frustrated and depressed!
Alexandre e7e1dcfe-c9d8-4f2a-907c-2f6e0e517791
Hi Alexandre,
Thanks for purchase.
Don’t feel depressed, and don’t worry. I’ll help you, and we’ll make it work.
The 1st step of the Quick Start Guide is “Be sure your server runs with PHP 5.3 or higher”, and it seems you’re not running a PHP server. That’s your problem.
You have first to install a PHP local server, for instance, MAMP or XAMPP.
or upload the files directly on your remote server.
In any case, you must access the files with HTTP or HTTPS in your browser. Direct access with c:// won’t work.
Please first do this (you’ll find many tutorials on the web about running a local PHP server), then tell me if everything is ok or if you have some other questions.
Gilles
Hello and thank you for your reply.
Unfortunately, it’s getting worse and worse. I just spent two hours pulling my hair out even though I don’t have any! I am now close to insanity.
I have installed PHP on my Mac (Not sure though because I don’t know how to do the test), checked the version (7.4) of my web hosting, tried to click everywhere, and I see only pages of code and pages of code. I don’t understand where to access the “Main Screen (Explorer & media)”. I tried from Transmit (my FTP tool), from the web FTP of my site, and from my Mac. I’m still at the same point: nothing.
I don’t doubt that your code is perfect but, on the other hand, impossible to use by a non-expert of PHP, which is my case.
So I give up. So much for my US$20.00 invested without being able to test before.
I’m looking for a more accessible solution for me.
Thanks again for having trying to help me
Alexandre
Alexandre,
I’m so sorry you had so much trouble. If you can just upload the files on your ftp and email me your ftp access and the http URL I can make it work for you.
If you see the code when you open files in your browser it means that your PHP server is not running, or that you open the files into your browser from your hard drive instead of HTTP.
This can’t happen on a remote server (from a hosting service).
I’m ready to help you and make it work with pleasure, but if you really prefer to get refund I understand, you can ask here (what a pity, Slider Maker is really a good tool): https://codecanyon.net/refund_requests/new.
Gilles
Thanks to you Alexandre, I appreciate.
The comments are public, so it’s not a good idea to write your ftp access here. I’ll flag your comment and ask Envato to remove it for your security. Then I’ll write you back here soon.
Everything is perfect now. You didn’t have any problem with PHP, but it threw an error because some files were missing on your server.
Your slide/sliders/.xmlfiles/ directory
was empty, which is not normal.
I also saw that the files were missing in the package on your server, so I’ll publish my package on Codecanyon to make sure the files are inside it.
You can now open the admin at [your-domain]/slide/admin/index.php
and create your sliders.
Important: I noticed another small issue: there’s a missing ending slash when you get the sliders code. Please add it manually. Here’s an example:
<-- code generated by Slider Maker --> data-root="https://simply-pe.com/slide" <-- add the missing ending slash --> data-root="https://simply-pe.com/slide/"
Here’s a test: https://simply-pe.com/slide/test.html
If you need anything else, you’re welcome,
If you appreciate Slider Maker, any rating is welcome too (go to “downloads” in your Codecanyon account)
Gilles
Hi,
Please forget about the missing ending slash. You won’t have to make the change, I edited the source code, it’ll generate the correct code for sliders
Good luck with your sales
Hi Migli
I read another post that says your great Slider maker with admin is for WP and Joomla CMS, but it can be used in a regular HTML as well I suppose?
I want to use it in a Muse site, or NicePage or perhaps in Blocs app. They are all HTML static site builders, not dynamic.
Please your advice if that’s possible. Have a nice day,
Andries
Hi Andries,
Slider Maker can be used in any situation, any CMS.
It has a standalone admin panel that generates your slideshows.
Then you click the “Publish” tab, it gives you some code to paste in your page.
The code is built in 3 parts.- The 1st part must be pasted in your page’s “head” tag (css)
- The 2nd is the slider, must be pasted somewhere in your page
- The 3rd must be pasted just before closing “body” (Javascripts)
You can add the sliders to any html page (they’re called in Ajax, so your page doesn’t have to be php)
If you need anything else you’re welcome,
Gilles
Purchased your script..
Embed Option Does Not Seem to work..copy and past code, does not work on any website?
Please Advise or Refund.
Thanks!
Hello, I have purchased your slider. Good work, really like it. Works all well except the “caroussel” then the whole design breaks
I need a slider where I can see a part of the previous and the next image too. I see that this works on your demo.
Hi Lalunavbg,
Thanks for purchase. Please could you email me your url & ftp? Then I’ll see what happens, your page css may have broken something.
Gilles
Thanks, I have mailed you
Hello again, I have mailed you earlier…but I had no very good example…but now I found this one https://www.jssor.com/demos/nearby-image-partial-visible-slider.slider .Ho wdo I have to configure the settings to achieve this?
Thank you in advance
Hi,
I answered your email, please solve the errors on your page & admin then we’ll see for any other question
hi migli..sorry about late question..
i already used your slider-maker for 3 years..and it’s working good ..i very satisfied about that..
but now i use this slider-maker (offline). i’m ready download jquery-2.1.3 put it local..and works fine..but all icons not showing up..
can u help me?? TQ
Hi & thanks for usding Slider Maker.
It’s not easy to help you on your localhost, could you please open your browser console and tell me if you see any error?
GET https://fonts.googleapis.com/css?family=Roboto:300,400,500 net::ERR_NAME_NOT_RESOLVED (index):254 GET https://fonts.googleapis.com/icon?family=Material+Icons net::ERR_NAME_NOT_RESOLVED
Th urls are correct and lead to an existing page. Please try to empty your browser cache.
Hi,
Is it possible to set the slider links to open in a new window?
Hi,
There’s no option for this, but it can be done easily with jQuery:
/* example with a slider folder named "demo-folder" */ var sliderDemoFolderCallback = function () { // for a specific link, find it by url $('#slider-div .sp-slide').find('a[href="https://website.com"]).attr('target', '_blank'); // or enable blank target for all the slideshow's links $('#slider-div .sp-slide a').attr('target', '_blank'); };
If you need anything else you’re welcome,
Gilles
Thank you for your quick answer. I don’t have the slightest idea how to implement it though, I will find someone who is familiar with jQuery.
If you can send me your ftp access I can program this for you, it’ll only take me a few minutes (hoping you’re not on Wordpress, I won’t work with Wordpress)
I received your email. Please send me your purchase code then I’ll build your code.
Thanks
Unfortunately I got Slider Maker as a free monthly file from Envato, so I think I’m not entitled for this service.
That’s ok, I just suspected that you got it nulled, sorry
I got your access, if you want to support my hard work you’re welcome to buy, but I’ll help you in any case, don’t feel obligated
I should give you news on tomorrow,
Gilles
No problem. I can understand your concerns. I downloaded it on 20 Sept 2019 from Envato. Thank you.
I installed the module at https://biznesmamy.pl/forum.php
And its not working. Only squares can be seen
Hi,
Please replace data-root=”https://biznesmamy.pl/slider” with data-root=”https://biznesmamy.pl/slider/” and it’ll work
If you need anything else you’re welcome,
Gilles
Hi, I just purchased the JQuery Slider Maker from you. May I know what is the version that you used for the “elFinder” for the latest purchase ? Currently the demo admin shows UI : 2.1.4/1.11.4. My understanding the newer version of elFinder will have Cloud storage connection. Is this also existed in my purchase?
Hi Wittonlam,
Thanks for purchase.
The version you mentionned is jQuery UI, but elFinder version is 2.0 You can see it in admin/assets/lib/elfinder2x/php/ElFinder.php
If you want the latest you can make a backup of slidermaker/admin/assets/lib/elfinder2x
and replace it with the newest, it should work, but make a backup first & of course revert if there’s anything wrong.
If you need anything else you’re welcome,
Gilles
Hi, thanks for your feedback. I have try to replace the new version. Seems like the external cloud connection function is not there. Is there any PHP code that control the external cloud control? If no, can you able to help?
Hi,
I’m afraid I’ll not be able to help before a few days – too much work – , but you’ll find the call to elFinder in slidermaker/admin/index.php
, starting L.277:
var elfinder = $('#elfinder').elfinder({ ... })
Then SliderMaker uses the API to add custom buttons & trigger events.
If elFinder changed their API it’ll require some work & may be difficult to setup.
Thanks ! Will check it out. One last question. I have able to see the elfinder admin panel. But when I click on the button below , MEDIA, SETTING, PREVIEW, PUBLISH, it shows nothing and no view at all. Is there anything that I need to change?
Hi,
Something has probably been broken following the elFinder upgrade – the best way to know what happened is to open your browser console & see the error message. Feel free to send me your ftp & url for more help
Hi, I have sent you my URL. Can you please check if you have received?
Hi,
Sorry for the delay, and thank you for waiting. I didn’t receive your email but got a problem with my server. Could you please send it again? I’ll do my best to be more reactive & answer you quickly.
Thanks,
Gilles
The browser’s console shows an error 500 when you open a slider folder. You should turn display_errors On in your php.ini to show the errors on screen (or find the error in your log file). For more help I’d need your ftp. I’m not 100% sure I can solve it for you because it can lead to complex solutions with your new elFiner, but I can at least have a look if you want.
Please send me your email so that I can send you the server login credential.
I received your email, I’ll have a look asap, it may take a few days, sorry I’m in a rush.
Hi. I bought your slider make some time ago and I have never got it to work. Have a look at slidermaker.tdbtools.com and you will see what I mean. I am stuck at this part page.
Your help would be greatly appreciated.
Hi Jim,
First of all I would like to congratulate you, you seem to have already a solid knowledge for your age (but I don’t know when your picture was taken).
If you open your browser’s console, you’ll see a lot of 404 errors: the page should be in slidermaker/admin folder. For more help feel free to send me your ftp
Gilles
Firstly many apologies for the delay in replying! I am sending you details directly to your email address.
Hi Jim,
I just answered you & sent you explanations.
Basically, your problem is that your subdomain is pointing INSIDE the slidermaker folder, while it should point to the root folder.
If you need anything else you’re welcome,
Gilles
I have made amendments but still a problem. I have sent you an email to your gmail account/
Hi Jim,
I just answered your email, all’s working fine
Great service by theway. Many thanks!!
You’re welcome
I got your product from Envato a few months ago as a freebie. I know that I’m not entitled to get support from you in this way, but I just wanted to tell you, that it’s not working for me on the production level at all.
The admin is fully functional, I chose one of the provided templates (I didn’t change it at all), then I pasted the required code, uploaded the page, but when I try to load it, I can only see the for colorful squares spinnning forever.
I have PHP 5.6, and the page contains only the Slidermaker code, the basic html codes and nothing else. I have version 1.5.1
Could you help? Thank you
Hi Yaelede,
Just add an ending slash to data-root
in the generated code & it should work.
If you need anything else you’re welcome,
Gilles
Thank you! It did the trick.
you’re welcome
Two more notes: 1. Can I choose different fonts for each slides? It seems that I can, but then I see that that font will applied to all slides. Am I missing something? 2. When I’m in admin, and I choose a layer to edit, an error message appears at the top of the page: “Notice: Undefined index: carousel in [my_path]\slider-maker\php\Slider.php on line 646” Does it effect something?
Thank you.
1. No, just a single font for all slides 2. Please buy & I’ll spend more time for you
Hi I try the demo mode and I don’t know how this working. I try to go to: https://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_doctype
There I put this code: <!DOCTYPE html>
<head>
<title>Title of the document</title>
</head>
<link rel="stylesheet" type="text/css" href="https://www.slider-maker.com/slidermaker/assets/css/square-grey.min.css">
<!-- Paste in your page where the slider will be displayed -->
<!-- Available Languages : en -->
<div class="slidermaker" data-dir="beatles-video" data-root="https://www.slider-maker.com/slidermaker" data-debug="false" data-lang="en" />
<!-- jQuery -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Slider Content Ajax Request -->
<script type="text/javascript" src="https://www.slider-maker.com/slidermaker/assets/js/slidermaker.min.js"></script>
I only get a animation. Can you please tell me how I innsert the code?
Hi,
It’ll not work on an external try-it editor, you’ve got to use it on your own php server.
Gilles
I also try with my server. its the same
Please try to add an ending slash to the data-root:
data-root=”https://www.slider-maker.com/slidermaker”
I try to add a ending slash like this. data-root=”https://www.slider-maker.com/slidermaker/” its the same
Can you please contact me and send me your url & ftp?
You should have a look to your browser console to see if there’s any error message – there should be one.
hi migli
can load on fullscreen function ?
scheduling timer function ?
Hi,
No you cannot, this is due to browsers security reasons.
It’s not a good practice to force users to enter full screen, that’s why most modern browsers don’t allow this:
https://stackoverflow.com/questions/19355370/how-to-open-a-web-page-automatically-in-full-screen-modeYou can use any Javascript callback once the slideshow is loaded, but fullscreen will not work.
tq for your answer.. 1 more question..
layer text at content ..how to add break line
if content long texts..TQ
and howto disable scrollbar (overflow: hidden) ?
About line breaks: good question.
Have a look at: https://www.slider-maker.com/slidermaker/index.html#!/animated-layers
You’ll see that you can insert inline tags in your texts. So you can wrap parts of your texts into spans for example, and style them with css.
The 4th layer at https://www.slider-maker.com/slidermaker/demo-files/slideshows/creative-agency-slideshow.php is a good example.
Simple
tags won’t work because of the animations.
2nd question (scrollbar): I don’t know exactly what scrollbar you speak about, but scrollbars depend on your settings & I cannot help with this if you don’t give me the slideshow url.
Gilles
Tq for your support.. all problems have been resolved…
But 1 thing about text caption .. no display..howto setting it?? Tq
You’ve just got to enable captions in the settings tab, nothing else.
I’d need to access your Slider Maker admin to help more – feel free to contact me & send me your url
can it work with elementor?
Hi,
Go to https://www.slider-maker.com/slidermaker/admin/index.php, click the “publish” tab and you’ll see the code you have to paste inside your page to add your slideshow.
If you can add code in the head and body it’ll be perfect.
Gilles
I am receiving a “not found” javascript error. in this line of code
var scriptUrl = $(‘script[src$=”slidermaker.min.js”]’).get(0).src;
Has anyone else reported this?
Hi PatriaCo,
This part of the script looks for the script tag which gets slidermaker.min.js
It should be something like
<script type="text/javascript" src="https://www.slider-maker.com/slidermaker/assets/js/slidermaker.min.js"></script>
(with your custom url).
If you use the unminified slidermaker/assets/js/slidermaker.js it’ll not work, or you have to change this way:
var scriptUrl = $(‘script[src$=”slidermaker.js”]’).get(0).src;
If you need anything else you’re welcome,
Gilles
Very much appreciated Cheers!
Thanks to you Toneeeeee,
I worked a lot on this Slideshow Maker & I think it’s has quite unique features – Building jQuery Slideshows with a very simple admin dashboard -
For Every users who read this comment:
I need a little help with SEO, feel free to share or write any articles, reviews, ...
Thanks to all,
Gilles
Hi, Is there a private way to get support for install issues? Thanks.
Sent you details via your contact form https://www.miglisoft.com/index.php#contact. Thanks.
We figured out the problem, everything seems fine now.Thanks.
Hi,
Thanks for purchase.It seems all is ok now, feel free to contact me for any question,
Gilles