When you update the theme
Can you also add the “ask button” to the page as well… it doesn’t show for askbug, we only have the menu button
My site is https:// but Im getting a error with the avatar images not using https How do I change this so it pulls correctly?
I think it would be interesting for us all to share our Anspress sites, I’m sure we have all made some modifications to either the theme or code and It could be good to share these ideas! 😀
I, for example, have made changes made the following changes;
- Optimized the Archive pages to suit my site better.
- Integrated Adsense throughout.
- Made some changes to declutter the Question page.
- Changed the font on posts so you can read it easier.
- Integrated AddThis.
Plus I’d quite like some suggestion on how you think I could better the site. If you could share your site plus any changes you have made or even any suggestions that would be fab!!!
You can see my site here: NursingNotes.co.uk
The main thing that still irritates me is the questions on the home page don’t link to /page/2 they are still queries.
Let me know!
Matt
Hi,
I’ve noticed the hover card doesn’t work exactly how it does on your site and just wondering why this is? It seems to be a redundant feature if a user can’t even actually hover over the card. We’ve tried it with several different themes, re-installed AnsPress as a clean install and it’s always the same, yet yours has a lovely hover pop and you can actually click ‘Follow’ from the hover card. Are we missing some files? If so, can we have a copy so we can get the hover card to work as it does on the AnsPress website.
Many thanks,
Amba
Hello –
We use Swiftype for our site search. (http://swiftype.com)
They have a WordPress plugin that synchronizes each new post to their cloud-based search engine, and then seamlessly uses the Swiftype search engine in place of the standard WordPress search box.
However, I’ve found that this is currently not compatible with the base version of AnsPress.
(Swiftype is compatible with DWQA, but I’d prefer to keep AnsPress as my Q&A platform.)
I found a question and answer about incorporating AnsPress questions into the default WordPress search box:
Has Anyone Used AnsPress in Conjunction with the Swiftype WordPress Search Plugin?
Has anyone tried to incorporate the AnsPress results into the Swiftype plugin search results? Any suggestions on how to make that work?
Thanks
James Grove
Can someone tell me how to completely move the cover photo? I only want a profile avatar not a cover photo
I have noticed that AnsPress loads all of it’s contents on every WordPress page, even if it doesn’t need to. This includes a bunch of js and css files that might never be used. This is very bad for page loading speeds. I’m running a site that displays some heavy content and having AnsPress load on every page really isn’t making it any better.
Is there any way to set AnsPress to only load it’s required files when the plugin is actually being displayed? If not, adding this feature would make my life a lot easier!
Thank you.
Hi.
I want make a page to my self, that show questions that have comments and are not solved.
With this query I can show the unsolved questions:
$args = array( 'post_type' => 'question', 'meta_key' => ANSPRESS_SELECTED_META, 'meta_compare' => '=', 'meta_value' => false, 'paged' => $paged, );
And with this, I can show the questions that have answers:
$args = array( 'post_type' => 'question', 'meta_key' => ANSPRESS_ANS_META, 'meta_compare' => '=', 'meta_value' => true, 'paged' => $paged, );
But I don’t know how to make a query with both. I tried a few things, but with no luck.
Any help, if you can, will be greatly appreciated.
Thanks.
Hi
The pagination is not showing on users notification page. I tried the last version and the github.
example of end of page:
By the way. I tried the github version to see the new mobile layout on users pages and I love it!! Great job!!
Hi,
Is it possible to differentiate moderators with a label or something similar so users could know who is a moderator?
And if you can add personal labels to some users?
Thanks