-
I am using this template to make a website for our lab. I want to add an Image Slider in the About page just below the description. What process or required steps should I follow to add js enabled image slider? Can you tell me what changes should I do in which particular files to reflect the slider on the About page? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Have you followed the steps in their repo README? PS: it might simply not work, since the repo hasn't been updated in years. Also it has this information in the repo:
If you want to try it, probably the files that you'll need to modify in our code are |
Beta Was this translation helpful? Give feedback.
-
I am also trying to do the same, but I am not able to arrive at the solution. can anyone kindly help me on this thing? |
Beta Was this translation helpful? Give feedback.
-
as @george-gca said, i tried to follow Readme: https://github.com/jekylltools/jekyll-ideal-image-slider-include but it would be better if we follow gh_pages branch and try to replicate what they have done for slider: https://github.com/jekylltools/jekyll-ideal-image-slider-include/tree/gh-pages even after you follow all the steps, you might get a javascript error, that is due to slider_scripts.html file here _includes/slider_scripts.html line 12-14:
replace the above lines with the below:
basically replacing " with ' solved my error, and slider worked fine. and replace all other above script lines with new script lines in other files as well. let me know if anyone is facing the problem even if this doesn't solve for you. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to add an image slider to the profile image in the About page? |
Beta Was this translation helpful? Give feedback.
as @george-gca said, i tried to follow Readme: https://github.com/jekylltools/jekyll-ideal-image-slider-include
but it would be better if we follow gh_pages branch and try to replicate what they have done for slider: https://github.com/jekylltools/jekyll-ideal-image-slider-include/tree/gh-pages
even after you follow all the steps, you might get a javascript error, that is due to slider_scripts.html file here _includes/slider_scripts.html
line 12-14: