karevn
Forum Replies Created
-
It seems I’ll finally have to change some internal Usernoise API to make it compatible with third party plugins. So, guys, expect 0.5 not to have this problem.
Yes. Use
<a href="javascript: usernoise.window.show(); return false;">My link text</a>
Btw, if you’ll email me directly – most probably I’ll be able to help.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Hide in mobile devicesI have added a corresponding option to Usernoise. You can update from trunk in subversion repository or wait for 0.4.1 release planned for tomorrow.
What other plugins do you have?
Thank you. I’ll check and most probably it will be fixed in upcoming 0.4.1
What Usernoise and WordPress versions do you have?
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Hide in mobile devicesThanks for figuring out this problem. I’ll test Usernoise wp WPTouch and figure out some acceptable solution.
As far as I see, it is because of some other code on your site – it fails because it can’t find
project_type_custom_columns
function. Don’t hesitate to email me if you want help with it.I mean it should be called right above
</body>
. It seems you have some other tags betweendo_action('wp_footer')
and</body>
. Anyway, updating to 0.4 should help you as it uses slightly different button embedding technique.Can you please give me a live site url so I can check?
That is because of your email system setup most probably. It may not add “From: ” header right or something else like that. Try using great SMTP plugin to set it up right.
Most probably, that is because in your theme
wp_footer
function is not called before</body>
which is a good practice. Movewp_footer
call and everything should work fine.Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Send to email rather than post ypeUsernoise sends site admin a notification now when any feedback is received, with a link that allows to read the feedback. That should solve your need. In future, I am planning to make this mechanism more flexible.
Guys, any news?