cooms13
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Mail-SMTP] Admin forgot password can't send emailThis is happening now for me as well. Do you have any update on this? Is it still a problem? Just like JohnScott, it only fails for the forgot password email. The rest are fine.
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] Custom Icon Not Showing Up – MultisiteOh, and there’s only one of those db files in each dir.
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] Custom Icon Not Showing Up – MultisiteSounds great. They are named “thumbs.db”
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] Can buttons be made to insert shortcodes?Hi. I had the same problem. It seems to work with a simple shortcode like [shortcodename], but if you start adding attributes like this:
[display-posts category="category name here" posts_per_page="1"]the custom icon does not appear in the editor. To solve this, I had to add a slash at the end of the shortcode, like this:
[display-posts category="category name here" posts_per_page="1"/]Forum: Plugins
In reply to: [Visual Editor Custom Buttons] Custom Icon Not Showing Up – MultisiteThat was fast, I just answered my own question. I added the “vecb” directory to …wp-content/uploads/sites/[sitenum]/ and it showed up.
As a side-note, I’m running this on Windows and it auto-creates a “thumbs” file in the same directory. This file also shows up in the dropdown. I really don’t care, but the plugin author may want to exclude that from the list of custom icons to show up in the dropdown.