Please try new tag version: Download tags
Translation are submitted by users, so if any translation is missing then you can add it using poedit tool.
Add this to Askbug child theme functions.php: function my_ap_user_link($links){ if(is_user_logged_in()){ $links['logout'] = array( 'slug' => 'logout', 'title' => __('Logout'), 'link' => wp_logout_url( ), 'order' => 100, 'show_in_menu' => false, 'public' => true, 'class' => 'icon-lock'); } return $links; } add_filter( 'ap_user_menu', 'my_ap_user_link' );
Add this in AskBug child theme style.css: .body { padding-top: padding-top: 70px; } .site-nav { position: fixed !important; }
There is no shortcode for font icons. instead you can simply use <i class="apicon-reputation"></i> You can find all available font icons here: AskBug font icon. Yes, you can use Font Awesome as well.
Will check this soon.
Rahul, How to add logout button? thank you
Of course this is possible. You can simply add if else condition in question.php to check if question is posted in protected category. This feature may be get added in future.
You have to translate AnsPress to your own language if its not exist already. Install AnsPress email extension for sending email. https://wordpress.org/plugins/anspress-email/
I will suggest using AddThis sharing ( if you care about analytics).