How do I edit things like speed of the slider and other tidbits in pinboard?
How do you go about changing these things, there must be some backend thing you can access to change things right?
I’m happy to dive into and change things under the hood so to speak if that is needed.
Best
Math
Solved.
I edited the jQuery file called “jquery.flexslider-min.js” in the scripts folder.
If you want to see the configuration properties more clearly, open up “query.flexslider.js” which is not minified to find the value you are looking for and then change the same value in the minified file.
Done!