oraclealchemist
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] QR code link without "bitcoin:"Aha! I think I found the problem. WP limits allowed protocols in their clean_url function. You can disable the function or add the bitcoin protocol!
http://wordpress.org/support/topic/external-protocols-in-blogrolllinks-manager?replies=5
I was able to change it on WordPress 3.5.2 by changing line 3749 of wp-includes/functions.php to:
$protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'bitcoin' );Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] QR code link without "bitcoin:"I’m having this same issue. I tried changing it in the file and on the page, but it keeps stripping out “bitcoin” in the href section. I’m not sure if this is a WordPress thing or this plugin.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] How to set no highlighting?When you go into the Crayon dialogue there’s a checkbox to the right at the top that says “Don’t Highlight”. You can also set highlight:0 in the class of the
<pre>tag or whatever you’re using.Forum: Plugins
In reply to: [Digg Digg] The position of facebook like XFBML was wrongUsing Digg Digg Alternative, same issue. I don’t think there’s much we can do about it since it’s remotely sourced. I tried changing some CSS but no joy. Any tips would be welcome.