mattkaye
Forum Replies Created
-
Forum: Plugins
In reply to: [Answer My Question] [Plugin: Answer My Question] Form isn't working properlyIt’s not something i would do for free, as it would take a bit of time. If you’d like me to look at it for you, email me directly and we’ll talk. My email address can be found on my website: http://www.netcandy.co. Thanks!
Forum: Plugins
In reply to: [Answer My Question] [Plugin: Answer My Question] Form isn't working properlyI would have to look at your template files to see what’s going on.
Forum: Plugins
In reply to: [Answer My Question] [Plugin: Answer My Question] Form isn't working properlyTook me a bit of time to see what’s going on with your site, but the problem is that you have two modal forms on your page. You have two. You should only have one hidden modal written to the page. Don’t know what it is, but something in your code is causing my modal to be loaded two times.
Get rid of the second one, and your problem should be solved.
Thanks for letting me know about this. I just committed a new version to patch this. You should see a link to update soon. Let me know if you run into any other snags. Thanks for using my plugin!
Matt
This was my first WP plugin. Really just a exercise for me to see what it’s all about. When i get some time, I might make it more flexible and easier to use. Feel free to extend it if you have the time and interest. Thanks!
Forum: Plugins
In reply to: [Answer My Question] [Plugin: Answer My Question] There is no Question FormM3, i did a fresh install of WP 3.4, installed my plugin, put in an HTML element with the required class, and the modal was shown. Apart from looking at your computer, I can’t reproduce your situation. Do you have any JavaScript errors?
Forum: Plugins
In reply to: [Answer My Question] [Plugin: Answer My Question] There is no Question FormOshi, look at the post from me directly above yours. That’s your answer.
Forum: Plugins
In reply to: [Answer My Question] [Plugin: Answer My Question] There is no Question FormTo span a modal window, you need to add the class name ‘amq_show_modal‘ to any HTML element. That means you have to go into the HTML markup and add it like so:
<span class="amq_show_modal">I will open the modal!</span>To display a full list of the questions and answers on your site, put the short code [list_amq] in your page/post markup.
Both of these are explained in the instructions, but i guess i’m not as clear as I thought I was 🙂