When will a proper import process be implemented to migrate from Q2A to Anspress. Last year it was said “2 days” but that turned into several months. Please, I need to migrate all of my sites to Anspress because this is the better platform available and my users have been screaming for more/better features, all of which you have
Tried logging in several times as I did before with my Google+ account, which I initially registered here, but can’t due to the API key not authorized for here
Also, where did the Twitter login go to? Facebook is blocked else I would have used that to login.
How can I hide this please see the video – http://youtu.be/4aZY5_QHk8M
Hello.
When I want to add categories widget at the top inside of wordpress widget section. It showing it without any styling. Am I have to change stylesheet manually or is there something wrong?
Hello.
I want to add sidebar manually at the right side because sidebar widget is not working. Currently I’m editing `base.php` inside of default theme.
<?php dynamic_sidebar( 'ap-top' ); ?> <div style='width:100%;height:30px;background:#333;'> </div> <div id="ap-lists" class="clearfix" style='width:80%; float:left;'> <?php ap_questions_tab(get_permalink()); ?> <?php if ( $questions->have_posts() ) : ?> <div class="question-list"> <?php /* Start the Loop */ while ( $questions->have_posts() ) : $questions->the_post(); global $post; include(ap_get_theme_location('content-list.php')); endwhile; ?> </div> <?php ap_pagination(); ?> <?php else : include(ap_get_theme_location('content-none.php')); endif; ?> </div> <div style='width:20%;height:100px;background:#444;float:right;'> `Can I add here sidebar widget ?` </div>
Thank you very much.
If I check the option “Disable private question”, I still get the “This question ment to be private, only visible to admin and moderator.” checkbox on both Ask and Answer section.
I want to make changes to general page-styling for the Ask and Question-detail pages.
For example I now get a “Leave a comment” link in the Question-detail page, which I would like to remove.
How can I do this?
Can I change the content-template which is used for these pages?
When you delete a question (http://localhost:/question/test), the delete operation succeeds but afterwards one gets redirected to http://localhost/question/test/false and get the message “Not Found” “It looks like nothing was found at this location. Maybe try a search?”
Should we
– get back to the questions detail with undelete option (since deleting happens without any acknowledge)?
– go to /questions
– go to definable page (such as homepage)
?
When I open the question details (http://localhost/question/hello/) and press edit (http://localhost/?edit_post_id=13&__nonce=8a6b7fe476), I get redirected to the first post (not question) instead to an edit page for that question.
I’m installed latest version but `sidebar` is not working. I’m adding some new things from gadgets section but not any luck. Could you help me what should I do? Thank you