samhooker
Forum Replies Created
-
Forum: Reviews
In reply to: [Custom Login] Spam on every dashboard pageClicking the “dismiss” link worked for me, seems to be working fine in the current version.
Forum: Reviews
In reply to: [MP6] Looking AWESOME!Gotcha — and I certainly didn’t mean to minimize the effort, which is easy to do when you’re not the one putting it forth 🙂
Thanks again for the excellent work, and feel free to ping me if you decide to go all Ahab on that mobile whale!
Forum: Plugins
In reply to: [Email Users] [Plugin: Email Users] When sending emails with a $ signThanks, Mike! Ping me if I can provide any other feedback.
Forum: Plugins
In reply to: [Email Users] [Plugin: Email Users] When sending emails with a $ signI’m having a similar problem. I have a page with several dollar amounts, and it’s cutting the dollar sign and first two digits off when it pulls it into the “Notify Users of a Post” screen.
For example, “$123,456” becomes “3,456”.
I tried replacing the $ with the ASCII code and it worked long enough for me to save the post, go to the Notify page and send, but then TinyMCE threw the $ back in place of the ASCII codes (insert rant about TinyMCE).
Using the most recent versions of WordPress and Email Users. With this exception, your plugin has worked perfectly so far!
I’m also having the same problem, also on BlueHost. Has there been any resolution for this?
Forum: Plugins
In reply to: [WP-Syntax] [Plugin: WP-Syntax] Doesnt support SCSSThe stylesheet shows up as insecure due to how it’s called. To resolve:
- Open up wp-syntax.php
- Delete the entire wp_syntax_head() function
- Paste in its place: wp_enqueue_style(‘wp-syntax-css’, plugin_dir_url(__FILE__).’wp-syntax.css’);
Forum: Themes and Templates
In reply to: Sidebar images only display on main pageI beat my head against the wall for awhile before I found this — thanks!