Home › Forums › General Issues › Gallery slider problem › Reply To: Gallery slider problem
Hello Asger,
functions is the best place to call all scripts(javascripts) and styles.
Syntax highlighting is not necessary in real life project.
The code below is enough to make flexslider work.
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
});
});
</script>
Please, make sure that you have added call to flexslider.css and place flexslider’s font in proper place as well.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.