Thanks for your help. I actually bypassed the issue by assigning an id based on the_permalink instead of the class $(“.share”), and it works… I don’t understand why this bug but anyway, problem fixed so it’s all good ! 🙂
Hello Tomasz, Look like a bug. Please try \n\n for line break instead of enter.
@rahul make a featured sites page!
Made by my self ! Lock
Greatings, m8! You can change Posted – includes/answer-loop.php 486line printf( 'Posted %s', ap_human_time( ap_answer_get_the_time( $answer_id, $format ) ) );
this is a big issue
I asked that to@rahul – he sad that this is bug and you need to change manually in mysql string.. 😀
You can modify “question CPT arguments” in post_type.php path: anspress-question-answer\includes\post_types.php about line 69 $args = array( 'label' => __( 'question', 'anspress-question-answer' ), 'description' => __( 'Question', 'anspress-question-answer' ), 'labels' => $labels, 'supports' => array( 'title', 'editor', 'author', 'thumbnail', //add this thumbnail 'comments', 'trackbacks', 'revisions', 'custom-fields', 'buddypress-activity', ), and you can upload thumbnail at wp-admin new question page.
thanks for the response @Cagliostro ! Garbage collector doesn’t seem to like multisite so I will have to do it manually. Is there anywhere that I can find a exhaustive list of all of the places Anspress writes data? Removing the tables leaves some settings intact when I reinstall which leads me to belive there is some data saved to the _options table. Other than the below tables, where else are settings saved? _ap_activity _ap_activitymeta _ap_meta _ap_notifications _ap_subscribers Thanks everyone!!