Nannica
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Database error messageI’ve got this problem too. Any solution?
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageif anyone (like me) don’t like to mess with the core in a plugin, add som javascript to fix this:
$('a').each(function() { var href = $(this).attr('href'); $(this).removeAttr('target'); $(this).attr("href", "javascript:PopUp('" + href +"')"); });This rewrite the link but if the user doesn’t have javascript it still works and doesn’t make any rewrites.
Place the code that shyne23 posted in the head. All done!
Forum: Fixing WordPress
In reply to: Can't comment since WP 3.8Nannica: I have just tested your comments section in Chrome and Safari (on your packing chaos page) and did not encounter any problems.
I just tried again and it does not work 🙁
Can this be caused by my internet-provider?
Forum: Fixing WordPress
In reply to: Can't comment since WP 3.8Have you tried deactivating ALL plugins temporarily to see if this resolves the problem.
Yes. It did not make a difference.
Forum: Fixing WordPress
In reply to: Can't comment since WP 3.8I have tried that and it does still don’t work.
Forum: Fixing WordPress
In reply to: Can't comment since WP 3.8I don’t find any problems in posting comments. See this:
http://nannica.se/kaoset#respondIt does not work for me in Chrome or Safari. Works fine in Firefox.
But I can’t assume that all my visitors us Firefox :/
Is your site on wordpress.com?
No, but thank you.