Just wanted to inform you that having both Shortcode UI and All In One SEO activate at the same time is causing a conflict on one of my clients websites ([ redundant link removed ]) that results in nobody being able to log in because it goes into an long redirect loop that results in a Too Many Redirects error.
Disabling either AIOSEO or Shortcode UI in the cPanel (or via FTP) by renaming it’s folder fixes the issue.
]]>After I have update my wordpress to 6.1 and it causes my site to crash and recently able to recover it back and am starting to set up several required plugin that we used previously. This plugin is one of it. We are success in installing and activate it and set things up but after few hours not sure why but when we try to access the setting. It will state “There has been a critical error on this website. Please check your site admin email inbox for instruction”
Kindly assist us on the issue
]]>I only just noticed this when I went to edit an image on a page of my website, I couldn’t, the image just refused to bring up the media library. I then tried to insert an image into a new page and it refused to bring up link library. When I deactivated the plugin, the problem was solved. I am using elementor and oceanwp theme on the site.
]]>Shortcake UI (when used with ARVE or other plugins) breaks the ability to insert media. ??
]]>
if (is_array($shortcode_attributes) && count($shortcode_attributes > 0)){
should be
if (is_array($shortcode_attributes) && count($shortcode_attributes) > 0){
Seems to me anyone who develops a plugin, should have error logging turned on, so they can see their own flaws.
But what do I know. Perhaps flying blind is a virtue.
I’ve been using this plugin successfully to provide clients with a UI for adding shortcodes. Recently, though, I’ve noticed errors when using it to edit an item in a custom taxonomy created with ACF. The problem arises because of the current_user_can_edit_post() test — I’m logged in as an admin so it’s definitely not that I don’t have permission, I suspect the test is simply inappropriate but I’m not enough of a WP guru to know what would be a better plan, or if the test is even necessary at all. In any case, commenting out this test in render_shortcode_for_preview() in class-shortcode-ui.php solves the problem, but it seems like the wrong approach, and of course if the plugin ever gets updated then that’ll go.
]]>Is the plugin compatible with the ultimate member plugin? I use it to differentiate roles.
]]>I’m experiencing a weird issue when using Shortcake UI in combination with ARVE Video Embed.
When uploading images to the media gallery, images appears multiple times identically just with slighty different file names while WordPress claims that the upload failed (“An error occurred in the upload”).
The issue appears when ARVE and Shortcake UI both are installed and active while it disappears if either of the two plugins is deactivated. Feedback from the ARVE developer is that their plugin is just utilizing the functionality of Shortcake UI so the bug/issue must be in the Shortcake UI code …
How to reproduce the issue:
Add new post – add media – create gallery – upload files (and do so) – create new gallery – insert gallery – repeat adding a new gallery
-> uploading the file(s) for the second gallery result in the error message “file0040.jpg An error occurred in the upload. Please try again later.”
In fact, the image files are being uploaded and multiplied in the media gallery. If you check, there are several identical images now with file names file0040-1.jpg, file0040-2.jpg etc.
This behavior can be stopped by saving the post after every gallery/image inserted into the post, which of course is pretty annoying.
I’ve tested this in three different WordPress blogs with different themes and in one cast (a test environment) with all other plugins deactivated.
I’d love to keep using ARVE and Shortcode UI plugins as I did for years and never had this issue; it started just recently …
Thanks and kind regards,
Franz
When Shortcode UI is active in WordPress 5.0 or higher, it triggers a php notice:
> PHP Notice: edit_form_advanced is deprecated since version 5.0.0! Use block_editor_meta_box_hidden_fields instead. This action is still supported in the classic editor, but is deprecated in the block editor.
This PHP notice then triggers Gutenberg to load in “Quirks Mode”, which leads to additional issues like metaboxes appearing on top of blocks in the editor. Shortcode UI must be deactivated to make the block editor usable.
Here’s a detailed report on the issue: https://github.com/WordPress/gutenberg/issues/12598
]]>I’m having a lot of issues with this plugin and causing slow queries in my database. I’m running a multisite network and using this network activated. The slow queries are below:
SELECT ID
FROM wp_42_posts
WHERE post_type = 'attachment'
AND post_mime_type LIKE 'audio%'
LIMIT 1 /* From [www.MySite.com/wp-admin/] in [/wp-content/plugins/shortcode-ui/inc/class-shortcode-ui.php:235] */
+
wp_enqueue_media
0.2589
SELECT ID
FROM wp_42_posts
WHERE post_type = 'attachment'
AND post_mime_type LIKE 'video%'
LIMIT 1 /* From [www.MySite.com/wp-admin/] in [/wp-content/plugins/shortcode-ui/inc/class-shortcode-ui.php:235] */
+
wp_enqueue_media
0.2431
SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month
FROM wp_42_posts
WHERE post_type = 'attachment'
ORDER BY post_date DESC /* From [www.MySite.com/wp-admin/] in [/wp-content/plugins/shortcode-ui/inc/class-shortcode-ui.php:235] */
+
wp_enqueue_media
0.1777
Additionally, I receiving an error on a broken dependency on the main master site:
Broken Dependencies
shortcode-ui
https://www.MySite.com/wp-content/plugins/shortcode-ui/shortcode-ui.js
backbone
jquery
mce-view
shortcode-ui-js-hooks (missing)
1.0.3
Any help would be great because my site is CRAWLING because of these errors. Thanks!
]]>I have a problem with another plugin. When I disable your plugin, the other plugin has no issues. Can you help me?
]]>I dont get this but I like the screenshots. How to get this started? register “UI”, what is that? I tried to analyze the Github, but I just out of ideas. There is no menu, no “add” options or anything anywhere as I can see in twentysixteen active Theme.
]]>Using bbpress + TinyMCE advanced.
IS there any way to remove the Shortcake button to be displayed in front end editor ?
best regards,
Thierry
Hi,
Firstly, Congrats on your awesome work! I absolutely love your idea.
I have two questions and hope you light me:
1. Do you have a plan for Add Group feature? For example, I want to create FAQs shortcode and I need to create more than 1 field.
2. How to excuse a callback javascript before inserting shortcode.
Thanks
Hi, could you please give me clear explaination on how to register UI for your shortcodes? I have been through the link you provide but I don’t understand.
Thanks.
]]>NOTE: this is also posted on the Github issues. I have reposted the question here so it may benefit other developers in the future.
Is there a way for the Shortcake plugin to remember user parameters that have previously been entered?
The plugin works perfectly in the first instance creating a shortcode on the page/post. However, when user wants to edit the shortcode, the modal window does not seem to remember the user specified settings/parameters.
Any ‘text’ field does this perfectly and that does not appear to be the issue. However, when I introduce select fields or checkboxes/radio buttons, the user data is not displayed when editing the shortcode using the Visual Editor. Is there a hook or function I can use to get the editor to remember this information?
]]>Hi there..
Just a few quick questions.
1)
What is the status about this plugin? I think I’ve read a while ago that this plugin would become part of the WordPress Core eventually. What’s the current status on this subject?
I can’t find the ‘New WordPress Features are First developed by standalone Plugins’ link anymore at Make.WordPress. They deleted the link from the Blog’s sidebar. ??
2)
The Author URI is a 404 error url on the Fusion.net site. Not fun when you click on it from your WordPress admin.
3)
In the dev.php example file (via GitHub) there is a demo of an Add Image field. Perfect for adding a special image to a shortcode tag but it’s just a little different from the original WordPress Add Image field.
There are no Display Settings visible. How do I make those settings visible? I would like to give my mom the option to add X pre defined image size to a shortcode.
The WordPress Insert Image version.
The Shortcake UI Add Image version.
Hello,
Ever since updating the plugin, we’ve been seeing a conflict with Getty Images Version 2.4.4.
Is there anything we can fix on this please?
Thanks.
Jonny
]]>How will your plugin coexist with Gutenberg project ? Totally separate, or will you make it use Gutenberg blocks ?
]]>Hi,
There are already multiple requests to fix the incompatibility issues with select2 fields in MANY plugin settings pages… WooCommerce, Subscriptions, Memberships, Advanced Custom Fields, Awesome Support, WC Store Export Deluxe, etc., etc…
So many conflicts. I have disable this plugin before doing any sort of work in the WP Admin. It’s terrible. Please update.
Thanks.
]]>To the developers,
This plugin is incompatible with Woocommerce. After testing, I can confirm that it interferes with the Woocommerce Products Pages.
It stops me from Adding any products to the Product Gallery and it also stops the function of the Add/Remove Featured Image.
It simply stops them all, and the page refreshes back to the top each time I click on the links to edit the product images, either to remove or to add them.
This is a major issue, so please fix it.
]]>So, before I spend the time to create shortcodes for this I have a question. Can I wrap html or just text. For example, If I select a link in the editor and add a shortcode can I create a shortcode that wraps the entire link or just the text of that link? What I need is the first option.
Thanks to anyone that can answer this before I put a lot of work into adding something to find out.
]]>Hello,
In version 0.7.0, there was introduced some conflict of javascripts with Advanced Custom Fields regarding Select2 library. When I include field, which has Select2, like post_select, for example:
array(
'label' => 'Page link',
'type' => 'post_select',
'attr' => 'post',
'query' => array( 'post_type' => array( 'page', 'blog' ) )
),
I get modal window, but without any fields in it.
In console, I get this error:
Uncaught Error: Option 'multiple' is not allowed for Select2 when attached to a <select> element.
Error is initiated in shortcode-ui.js on line 1762.
Thank you for useful plugin, Jakub Klapka
]]>Hi I’m getting the following console error in the WP Admin, which is resulting in some loss of functionality in a few other plugins. Very annoying, I have to disable the Shortcake plugin every time I need to use those other features and then remember to reenable it afterwards:
Uncaught Error: No select2/compat/initSelection(…) select2.js?ver=4.0.3:215
Please take a look and push a fix in the next version.
Cheers!
– Colin
]]>After the last update, Embed Video (ARVE) button (from ARVE Advanced Responsive Video Embedder) does not work in editor mode of my WordPress theme. Please send me the link to your plugin’s Version 0.7.0-alpha. I have no problems with that version. Thank you.
]]>Is PHP7 supported? We are having some issues where Shortcake (Shortcode UI) causes a memory leak on PHP7 so we have so switch the site back to PHP5.6 in order for it to work.
Is the incapability with woomcommerce address yet as well?
https://www.ads-software.com/support/topic/version-0-7-0-interferes-with-woocommerce-products/
I had problems this morning with the configuration panel of WooCommerce Products e.g. clicking on the links to change the tabs did nothing – and other oddities that made it impossible to edit Products.
After considerable investigation, I found that the culprit is Shortcode UI 0.7.0.
After restoring version 0.6.2, normality with WooCommerce Product configuration was achieved.
Alex
]]>It is not a real issue so better here than on Github.
It is clear for me your philosophy to not make GUI options and keep code, plugin to minimal. All is OK.
Can you just make one Page under Appearance or Setting where you put nothing but simple formatted text ?
Starter help, some real life examples, etc.. It wont make anything complicated, and will not add many miliseconds of pageload in backend. And would mean much for all Users. Not all people know or have lust to open developer PHP file and read comments there.
It is not the same to find examples around net, and when examples come from you. It guarantees code quality and standards with latest plugin version.
]]>Been a year since last update and ARVE is recommending using this plugin. Has it been abandoned?
]]>