Solution for having First faq expanded
-
hi,
Except that it is not Update proof , you can add in the js file in the plugin :
inc/js/faq.init.js
remplace line 12
jQuery(‘div.expand-faq’).each(function() {
by
jQuery(‘div.expand-faq:not(:first)’).each(function() {Regards
The topic ‘Solution for having First faq expanded’ is closed to new replies.