Slider and Slide ID
Get the slider ID
- 1
-
Main Dashboard
The easiest way to grab the slider ID is by taking a look at the slider's name at the Slider list on the Main Dashboard.
At each slider thumbnail, directly above the slider name icon, the number will be the slider ID.
- 2
-
From the Slider Settings
You can find the slider ID just below the name of the slider at the Slider settings page.
- 3
-
After publishing
If you have already published the slider using its shortcode/PHP code or article/PHP code, take a look at the code, it will contain a number, which is the slider ID.
Shortcode WordPress
[smartslider3 slider=3]
In this example, the slider ID is 3.
Article Code Joomla
smartslider3[2]
In this example, the slider ID is 2.
- 4
-
From URL
The slider ID is also present at the URL even if you are currently editing the slider.
WordPress
URL:
admin.php?page=nextend-smart-slider3-pro&nextendcontroller=slides&nextendaction=edit&sliderid=3&slideid=16
Joomla
URL:
index.php?option=com_smartslider3&nextendcontroller=slides&nextendaction=edit&sliderid=2&slideid=4
HTML
URL:
index.php?application=smartslider&nextendcontroller=slider&nextendaction=edit&sliderid=4&slideid=12
Look for sliderid= in both cases, and the number right after it will be the slider ID.
Slide ID
- 1
-
From URL
The slide ID is present at the URL when you are editing the slide.
WordPress
URL:
admin.php?page=nextend-smart-slider3-pro&nextendcontroller=slides&nextendaction=edit&sliderid=3&slideid=16
Joomla
URL:
index.php?option=com_smartslider3&nextendcontroller=slides&nextendaction=edit&sliderid=2&slideid=4
HTML
URL:
index.php?application=smartslider&nextendcontroller=slider&nextendaction=edit&sliderid=4&slideid=12
Look for slideid= in both cases, and the number right after it will be the slider ID.