- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Adding one more slider page’ is closed to new replies.
Tagged: slider exoplanet
Hello,
I´d like to know if it is possible to add one more page to slider.
I modified the customizer.php and added one more to it, but it wil not show up, though it is set.
Where can I modify the exoplanet_slider() to show more slides in slider?
Thank you.
Look in extras.php – line 73
<?php for ($i=1; $i < 4; $i++) {
change the 4 to the same number as you changed in the customizer.
If you’re not already doing so, it is recommended to make your changes in a child theme so that your changes are not undone if you update the theme.