Rahul Aryan
Forum Replies Created
-
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Order of repliesThis is called activity page, and in next version this will be set as default sorting. the question which have latest activity will be on top.
but this feature is not available until next version.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] AnsPress mess up template…Thanks…,
Me and my team were working on next version, it will take a month. This time I will release 0.5, which will have almost all features I have indicated.
We have fixed theme issue already.
After checking 0.5 properly we will release a first stable version.
Although most of features of this plugin will be free, but you can get some addons to extend anspress.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] AnsPress mess up template…i hope my css is messing your site then.
In next release I will add a prefix to all my CSS code so that it wont conflict with your theme.Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] AnsPress mess up template…Create a folder under your main theme called
anspress
now copy your theme index.php to anspress,
now open copied index.php, and remove while condition and place this:
<?php include ap_get_page_template(); ?>done.
enjoy
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] AnsPress mess up template…no, child theme will not work, place under main theme
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] AnsPress mess up template…Please look at previous questions before asking.
create a anspress folder in your current active theme, and now copy index.php from AnsPress default theme to your newly created anspress folder.
Now edit index.php to match with your theme, done!
??Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Two questionsSimply do this:
<?php $ask_page_id = ap_opt('ask_page'); if (!is_page($ask_page_id) echo ' <a href="'.get_permalink($ask_page_id).'">Ask</a>';
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Two questionsSorry I did not understand ! which link to hide ?
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Two questionsGood to know,
1. You cannot do it now easily, currently there is not much options of this point thing. but this will be an important part of my plugin when a first stable version will out.
2.
<a href="<?php get_permalink(ap_opt('ask_page'))?>">Ask</a>
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Any skins in the works?Thanks
NO premium theme yet, but I will release some theme after lunching first stable version
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Settings link brings up errorKindly try to visit from settings-> Anspress.
There is a wrong url in plugin link.
Oh its a wrong URL, I will change it.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Settings link brings up errorlet me check the issue.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Are translations possible?I working on version 0.5, at last. it have almost all the features. and theme system is updated. we have checked language system. and also added email notification.
I will push it very soon, after doing some final testing.
Hi Guys,
Let me push a quick fix.