Very useful app
-
This plugin is an excellent addition to many WP websites. However there is a bit of a problem with the shortcode copy. You (dev) have wrapped the output in
<code>
tags, and when copied and paste into TinyMCE, the tags are included so the result is just a display of the shortcode. I edited the output function to use a readonly textarea and the problem is gone, however, when the app is updated, that modification is replaced.This is just a suggestion that you use this output method instead, just so I (or other users) don’t have to edit the file after each update.
<textarea class="widefat" onclick="this.select()" readonly="readonly">[widget id="'. $widget->id .'"]</textarea>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Very useful app’ is closed to new replies.