Hello, We have already developed an addon for that but its not published yet. We are preparing the documentations at the moment. Once it get finished you’ll be able to download it.
Hi Alex, Stable version is already published 7 days ago. And that was just a small fix for addons UI, nothing more. If I get new bugs it will be fixed.
Hi Fred, Thanks for reporting. I have added it to roadmap, will be fixed soon. https://github.com/anspress/anspress/issues/468
Hello Alexandre, Polylang was working fine with AnsPressin past versions. Though I have not tested with latest one. I have to recheck it. Yesterday, I was testing WPML with AnsPress and it seems it is fully compatible. https://github.com/anspress/anspress/issues/467
Hello Tarrence, It should be there. No changes made related to notifications or menu. Please check if notification and profile addons are active.
Hello, Any update on this? Thanks
Hi @Rahul, any suggestion on this topic please?
Hi Rahul, for themes like the one that florinb has, who have an option to include just “posts” in search, i think you need to add the post_type to your “loop_start” hook from qaquery_hooks.php . so instead of if ( $query->is_main_query() && $query->is_single() && ‘question’ === get_query_var( ‘post_type’ ) ) { $query->posts[0]->post_content = ‘[anspress]’; } you should have if ( $query->is_main_query() && $query->is_single() && ‘question’ === get_query_var( ‘post_type’ ) ) { $query->posts[0]->post_content = ‘[anspress]’; $query->posts[0]->post_type = ‘post’; } this way, you’ll make sure your injected post is treated as a “post”.
I have the same issue: Default theme search string overwrites anspress search. I am using “smart mag” theme and the search string looks like one below, which is identical to anspress search string. /?s=anspress this might not be an isolated case, as Michael as highlighted this issue. ________ @Rahul, do you think it’s possible to make anspress search string different from the default one that themes use? I consider buying the askbug theme as well but if I can’t use the search, i can’t move forward. Thanks, Florin
Hello Rahul, Nieuw problem https://www.ietsdoenofferte.nl/product/drinkfles-mepal-campus-pop-up-275-ml-roze: $x0 = $this->xml; $v3396_0 = $x0->xpath(“name[1]”); echo $this->getValue($v3396_0);