Hello, don’t you have a theme with a closer look as Stackoverflow ?

Thanks.

Urgent: When will be available this theme because I looked forward

Hi!

How to enable empty option for selection category dropdown?

So, if user not selected category – notification will displays.

Hi,

I’m struggling with the setup of user & users pages. Questions and question pages are both working fine but when I click on my name below a question I’m redirected to a 404..

Thanks

Fred

How to follow question or users?

There is no any buttons for this.

 

Hi!

By default link to Anspress looks as /wp/questions/

How to change alias “questions” to my own?

Thanks.

Hi

Thanks for the plugin again.

We are experiencing an issue that when users post a question or answer, the ajax animation indicating submission is ongoing keeps on turning and then eventually stops. There will not be any message that the post has been submitted and the content will still be in the editor.

But when you refresh the page. You find out that the post was actually submitted.

Also, we noticed that the widget is not showing the accurate number of votes for most questions even when they have votes.

How can I resolve this please?

Thanks

If a user changes their password on the anspress form at:

/user/name/profile/?group=account

After changing their email they then receive an email notfication as follows:

Username: pears

To set your password, visit the following address:

< wp-login

mysite.org/wp-login

Clearly this makes no sense, having just changed your password.

Pls can you advise how to either disabled or change this notification.

Thanks

Is it possible to have people select the categories they want to receive questions in and they only see those questions on their dashboard.  They can then access other question categories from a categories link.

Here are responsiveness issues i was facing with my website earlier posted Here 

I fixed it with the following CSS adjustment & now its better look & professional.

Try if you face any similar responsiveness issue & let me know if it got fixed.

First Install  Simple Custom CSS

& apply following CSS codes.

 

1) Notification Icon small size fix – change 20px value as you need.

 

#ap-userdp-noti.ap-dropdown-toggle.apicon-globe {
  font-size: 20px;
}

.counter {
  color: #ff0505;
}

Result after applying code                          

 

 

 

2) Vote Section layout fix under user profile page .

 

.ap-about-vote-label {
  padding: 10%;
  position: inherit;
  width: 280px;
  text-indent: 18px;
}

.ap-about-votes.row {
  width: 350px;
  padding: 16px;
  position: inherit;
}

Result After Applying code       

 

Now vote part looks better in all the resolution except little bit extra padding in between section.

 

3) Date Part for top answers & new questions

.ap-user-posts-active {
  font-size: 12px;
  letter-spacing: -1px;
}

Result after applying code – Year part was hidden earlier. 

Try It (: