Only admins can post a new question (when a non-admin asks a new questions, the submit button spins and nothing happens), when a non-admin tries to answer a question, the page reloads inside the answer field. Even with all post restrictions turned off, only admins can post (I have settings set to allow logged out users to ask). Image upload only works for admins. Non-admins get a spinning button only.
![]()
I bought the askbug theme, i just want to change the red askbug text that shows on the left part of the header for my own text. Anybody can help me?
<div class="site-nav-logo site-nav-flexi"> <a class="logo" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <?php if ( has_custom_logo() ) : $logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ) , 'full' ); ?> <img src="<?php echo esc_url( $logo[0] ); ?>" alt="<?php echo get_bloginfo( 'name' ); ?>" width="<?php echo $logo[1]; ?>" height="<?php echo $logo[2]; ?>"> <?php elseif ( ! empty( get_theme_mod( 'ab_logo' ) ) ) : ?> <img src="<?php echo get_theme_mod( 'ab_logo' ); ?>" /> <?php else : ?> <i class="apicon-logo"></i> <?php endif; ?> </a> </div>
Hi,
I am using the AskBug theme. Is there a way to show monthly reputation points of users in the leaderboard?
Best,
Arafat
I have paid for the download, but cannot upload it to WP.com.
I get this issue:
“WordPress Theme Stylesheet Is Missing” ·
Hello. I receive this message when I try to upload:
The package could not be installed. The theme is missing the style.css stylesheet.
When you go to the demo, and click any link on the page, it says:
“Not Found
The requested URL was not found on this server.”
Wanted to let you know so you could fix the demo.
Hi, is this code still works for display list of user order by reputation?
<?php
// Thsi query will order users by reputation by default.
$user_args = array(
‘ap_query’ => true,
‘role__not_in’ => [ ‘administrator’, ‘ap_moderator’ ],
‘number’ => $number,
);
$ap_user_query = get_users( $user_args );
Thanks.
I have installed the plugin, but can’t see the user page that display all users. How can I create one?