Joomla 3 installation
In this article
Upload Package File
- 1
-
Download the latest Pro installer from our
website or the
free version from here.
- 2
- Go to your admin site Extensions → Manage → Install Upload Package File tab, and browse the smartslider3-joomla-3.x.x-pro.zip (free version: smartslider3.zip) file.
-
The installation will run automatically, and you'll be redirected to the a successful installation screen.
You can also reach Smart Slider 3 from Components → Smart Slider 3.
☝️ Note: If you didn't see the successful installation screen, try out the Install from Directory method.
Install from Directory
- 1
-
Download the latest installer from our
website.
- 2
- Unzip the smartslider3-joomla-3.x.x-pro.zip into your computer.
- 3
-
Upload the unzipped
nextend-smart-slider3-pro-joomla-pro folder into your website's
tmp/ folder. (If you are not sure, what the FTP of your website is,
contact your host.)
- 4
-
Go to your admin site
Extensions → Manage → Install
Install from Directory tab, and write
/nextend-smart-slider3-pro-joomla-pro after the
Install Directory path, that is already written there, so it will point to our folder.
- 5
-
Press
Check and Install, and you'll be redirected to the a successful installation screen
You can also reach Smart Slider 3 from Components → Smart Slider 3.
☝️ Note: If you didn't see the successful installation screen, try out the Install from URL method or check out read this.
Install from URL
- 1
-
Download the latest installer from our
website.
- 2
- Upload the smartslider3-joomla-3.x.x-pro.zip into your ftp. (If you are not sure, what the ftp of your website is, then check out read this.)
- 3
-
Go to your admin site
Extensions → Manage → Install → Install from URL tab, and write the link pointing to the
smartslider3-joomla-3.x.x-pro.zip
into the
Install URL
- 4
-
Press
Check and Install, and you'll be redirected to the a successful installation screen
You can also reach Smart Slider 3 from Components → Smart Slider 3.
Reinstallation
If for some reason you need to reinstall the Smart Slider, you can do it by installing it just like a new extension, so with one of the previous methods. It will overwrite the existing files, and your sliders won't be deleted.
Common problems
- 1
-
Upload max file size
⚠️ Error
There was an error loading this file to the server.
The uploaded file exceeds the upload_max_filesize
directive in php.ini.
-
This error message means that your server has a limitation, that files that are larger than the value defined in the php.ini (or .htaccess file) is smaller than the Smart Slider's installation package. The limitation on most cases is below 2Mb.
If you would have access to your php.ini file, you could modify this value by searching for the
upload_max_filesize
orpost_max_size
words.If you wouldn't have access to that file, you can still install the slider by connecting to your website via FTP. You can use the Install from Directory method.
- 2
-
Install from Directory method fails
When the Install from Directory method fails that means that the path you are using (at step 4) is incorrect. In this case you should open up a notepad, write this code in it:
<?php $dir = dirname(__FILE__); echo "<p>Full path to this dir: " . $dir . "</p>"; ?>
Save it down, and rename it for example to path.php
Then upload this file into your website's tmp folder. After this check it in the browser, what does your file write out: http://example.com/tmp/path.php
It will write out the correct path, and that is what you should use (plus the name of our folder).
You should also check if your configuration.php file has this tmp path correctly.
Where is the ftp of my website?
When you purchased your website from the hosting company you have received an email with the ftp account to be able to access its folders and files. That is the account you need, and for example with Filezilla you can access your ftp.
If you are not sure what your ftp account is, contact your server host and ask them for it!