Buddypress anspress qa page layout not responsive
wp-content/plugins/anspress-question-answer/addons/buddypress/buddypress.php
find bp_core_new_nav_item(
and change ‘qa' to ‘q'
bp_core_new_nav_item( Â Â Â array( Â Â Â Â 'name' => __( 'Q&A', 'anspress-question-answer' ), Â Â Â Â 'slug' => 'q', Â Â Â Â 'screen_function' => [ $this, 'ap_qa_page' ], Â Â Â Â 'position' => 30, // weight on menu, change it to whatever you want. Â Â Â Â 'default_subnav_slug' => 'questions', Â Â Â ) Â Â );
coderog Changed status to publish