Views with flexslider takes lot of times in rendering items/images.
Situation is that I have more than 5 flexslider carousels on the front page. So I changed to go without view with flexslider.
I am trying to use flexslider carousel using template file. Due to flexslider.css, I am not able to see .slides>li
.
See following lines:
.flexslider .slides > li { display: none; }
Even not able to see any slider movement there. Somehow I tried according to https://stackoverflow.com/questions/7539542/trying-to-get-flexslider-jquery-slider-to-work-with-drupal
Can anybody help me to create flexslider without view or manage display? I want to create using tpl files.