Hello, I know this may be outside the paremater of Xtheme but I’ll give it a go anyway.
I am trying to implement the ACF gallery via slider by following the the steps outlined in the link https://support.advancedcustomfields.com/forums/topic/carousel-slider-implementation/
The steps given are the following:
- create a folder named “css” inside your theme folder
- create (or use if you already have it) a folder named “js”
- download flexslider from the links mentioned above (on woothemes site)
- unzip de flexslider archive on your computer
- copy the flexslider.css file to the “css” folder you created above
- copy the jquery.flexslider-min.js file to the “js” folder you created above
- in your template, use the code provided (in the link)
for “in your template” I assume they mean the wp-single.php which I have created in the following path x-child/framework/views/renew/wp-single.php
I have followed all of the above but it’s not working - is xtheme structured differently?
The path contained in the script points to /css/flexslider.css" and /js/jquery.flexslider-min.js"
which I have set up as http://www.fullthemeurl/testthemeurl/wp-content/themes/x-child/css/flexslider.css
http://www.fullthemeurl/testthemeurl/wp-content/themes/x-child/js//js/jquery.flexslider-min.js
but it does not work.
If you are aware of a more straightforward way of making a slide show gallery or thumbnails which just open as a full image with ACF / ThemeX please let me know!