Conversation
supportGetting a Fatal Error on line 29 when I click the WP FAQ on side bar.. basically doesn’t work at all. https://wordpress.org/plugins/wp-responsive-faqs/
Change line 29 in wp-responsive-faqs/src/admin_menu.php as below fixes the issue. <?php require(dirname(__FILE__) . '/partials/_form_elements.php' ) ?> The same change also needs to be made to line 211
Change line 29 in wp-responsive-faqs/src/admin_menu.php as below fixes the issue. <?php require(dirname(__FILE__) . '/partials/_form_elements.php' ) ?> The same change also needs to be made to line 211