Please update plugin. It is very good and very necessary. But it does not work normally on latest version WP.
]]>Just wanted to say I love the plugin, but I’m getting this error repeated numerous times in my error log for my website:
PHP Warning: array_keys() expects parameter 1 to be array, null given in /home/wostestc/public_html/scottlamp/wp-content/plugins/my-shortcodes/libs/functions.php on line 334
Any idea as to what it could be?
]]>Hi,
When using this plugin with WP Rocket (version 2.8.1), there is a bug:
After saving WP rocket settings the screen changes to “my shortcodes” settings page and wp rocket cannot be saved.
(if deactivating “My short codes” bug is gone)
Theme : Avada 4.0.1
Hi David,
Just trying to figure out how to create enclosed shortcodes with the plugin. Is it possible? For example [formatme]some text to format[/formatme].
Cheers
]]>Hello, David
Your plugin is great, Why you did not continue to work for it.
Now, the plugin no longer working on latest version of Wordress.
Thanks,
]]>Hi,
here in left top corner is result of shortcode
https://www.actimaris.cz/recenze-produktu/
but it should be under page title Recenze produkt?
Could you please help what I am doing wrong?
this is shortcode php
$args = array (‘post_type’ => ‘product’);
$comments = get_comments( $args );
wp_list_comments( array( ‘callback’ => ‘woocommerce_comments’ ), $comments);
Hi David,
Absolutely love My Shortcodes and it’s worked perfectly for a long time now. But I recently noticed with the latest version of wordpress that the attributes are no longer displayed when inserting a shortcode into a post. Do you plan on releasing an update? Just asking because I saw there hasn’t been an update for a couple of years.
Thanks for your great work with this.
]]>Dears, I am trying to make short code which will display posts custom field. But after I set any php code this message occurs.
https://snag.gy/rdmZB2.jpg
Thanks for any help
Jan
Hi,
I’ve used this plugin on a number of websites and for a few years now and haven’t found anything as good.
I’ve recently updated one of my sites to WordPress 4.5 and it looks as though it is no longer compatible. When adding a shortcode to a page, the styling is messed up and the attributes dont appear in the area below.
Are you planning any updates on this? Can you help fix this issue?
Thanks
]]>Hello,
I love this plugin and use it a lot on my website.
Recently, I’ve had a strange bug with this plugin. When I activate my 83rd shortcode, all other shortcodes don’t function anymore !
If I desactivate the 83rd, the others shortcode functions.
Is there a limit on the number of active shortcode available ?
Thank you
Hi David,
I use your plugin a lot and by now we have about 170 shortcodes but somehow the shortcode preview doesn’t work anymore since a few days. Is there a problem with our high number of shortcodes or can you think of any other issue leading to this behaviour?
Best regards,
Basti
I seem to recall when I first downloaded this plugin the ability to use shortcodes inside other shortcodes with the pro version. I am trying to find out where I read this or if it’s even true because I have one bit of html with shortcodes that will only work if placed directly into the text editor. I want to use a shortcode with manual text input fields that accept these shortcodes or better yet a shortcode with the necessary shortcodes already added. Neither one works at the moment. With the raw html in the editor I cannot switch between visual and text editors without wrecking the code hence the reason why I am devoted this plugin – I like encasing everything in shortcodes and preventing the editor from making a mess – and before it’s worked every time. Is there anything I am doing wrong or is this even possible in the free version?
]]>Since Yesterday the overview page of all the shortcodes is showing only text. Just for a second I see the normall page with all the shortcodes and then all the text is shown. Due to this it’s not possible to do or change anything anymore. Please help.
]]>I have used this plugin some and like it, but I’m worried about whether the author intends to support it in the future.
There have been no updates in over a year.
There is year-old a post that it would become Caldera Engine but nothing on that in WP depository
The Caldera Engine Site gives no real info
The only useful info is in a ‘legacy docs’ page
The purchase functionality for Caldera Engine doesn’t work
There is a new site called WPCaldera – neither MyShortcodes or Engine are mentioned there.
So, to the plugin author – what is up? Are you still developing and supporting this, or do we users risk losing everything when some forthcoming WP change breaks the plugin.
Please let us know.
Thanks
]]>Hi,
I’ve been using your plugin for months, successfully.
I just downloaded the new version, and started creating a small snippet of code including HTML, CSS and a bit of JQuery.
It looks like the CSS doesn’t want to work. It’s working when I include it in the style.css but not directly in the CSS tab of caldera.
Any help would be appreciated.
Thanks.
]]>… in shortcodes/libs/functions.php on line 257
Needs the following patch:
diff --git a/libs/functions.php b/libs/functions.php
index ffddc2c..a6ee47e 100644
--- a/libs/functions.php
+++ b/libs/functions.php
@@ -254,7 +254,7 @@ function msc_elementDetect(){
$elements = get_option('CE_ELEMENTS');
if(empty($elements)){
- return $template;
+ return;
}
//return;
]]>
i move website from share hosting to vps, and now it error Elements Upgrades, what i do? Please help me
//Sorry, my english is bad.
This is piture in wp-admin https://i.imgur.com/8eIesbM.png
This is live demo https://thanhthai.org/hostgator-giam-gia-55-hosting-giam-gia-ten-mien.html
Thank you
Hi mate,
When inserting shortcodes from the [] icon in the editor, they’re all being inserted as [undefined]. This has only recently started happening, so might be something to do with the last wordpress update?
]]>So far i’ve managed to use attributes from the shortcode like so
[my-sc atrib="value"] as {{atrib}}
However, is there any way to access something like
[my-sc]content[/my-sc]
in this plugin? I tried the documentantion links but they seem to be offline for a while, have you considered moving the docs to github?
Hello author My shortcodes,
Your plugin very amazing but i can’t create tables with attributes html.
I try:
‘<table>
<tr>
<td>color</td>
<td>{color}</td> (try: %color%, %%color%%, {{color}} and more…)
</tr>
</table>’
But not work, can you help me?
]]>Hi, tried to find out about PRO version.
Your website not responding. Thought you’d like to know.
]]>I would like to bulk add new shortcodes. I see that you can only import msc files, is there a way to import csv files? Or do I just convert what I have to an msc file?
]]>Awesome plugin! Only problem I’ve just discovered is when a widget is created, there is a javascript cache file created in wp-content/uploads/cache. This file is accessed by http, even when calling a page by https.
This causes mixed-content warnings on browsers such as chrome, and stops certain parts of the page from rendering properly! Can you please make all references relative eg. //mydomain.com/wp-content/uploads/cache/asdasdafq3dasasd.js so that they work on both http and https?
]]>Hi,
I have a simple script to flip image on hover.
It was working fine. However, now, it is throwing this warning:
Warning: mkdir() [function.mkdir]: No such file or directory in /home/content/59/12943559/html/wp-content/plugins/my-shortcodes/libs/functions.php on line 797
Is this folder permissions issue? If so, please let me know which folder is this trying to access, so that I can grant permissions.
]]>Hi. My currently theme have some shortcodes that I used them in my posts.
Now I want to change my theme! Can I export shortcodes and import theme in my next theme?
First, thanks for creating such a simple and useful tool. I am trying to use conditional statements but they are being ignored. Here is an example. The img tag gets created with no image src even if I do not select a picture_url.
<div class="guest-post-bio">
<a name="author-bio"><h5>About the Author</h5></a>
<hr>
<div class="bio-content">
[if picture_url] <img src="{{picture_url}}" width="100" />[/if]
<div class="author-name">{{author_name}}</div>[if author_url] <div class="author-url">
<a href="{{author_url}}" target="_blank">{{author_url_text}}</a></div>[/if]
{{bio_text}}
</div>
</div>
Are conditional statements only for the premium version?
]]>Hi,
I’m testing my client’s website on my local server. I just updated their WP installation to 4.0 and I updated the My Shortcodes plugin. After reactivating it told me that my shortcodes needed to be upgraded for compatibility. Once I upgraded all of my 16 shortcodes, it keeps automatically generating new shortcodes that are empty. Every time I click the My Shortcodes tab in the Dashboard, it will a new shortcodes to update. They each have a new element name (a bunch of characters and numbers) and when I click upgrade elements, it adds them to my active/ungrouped list of existing shortcodes. I’m not sure how else to describe this, but it’s really strange and I can’t have it auto-generating new empty shortcodes every time my client goes to edit/add a new one of their own. Because this is on my local server (I’m not ready to push to my client’s server) I’m not sure how to show you this, other than these screenshots.
Screenshot #1 shows 8 shortcodes that need upgrading. These are not mine, I did not create these. Each of my shortcodes that I create have a unique/relevant name and they are already upgraded. You’ll see across from Active, it says 16. Those are my shortcodes. The rest are the ones being auto-generated.
Screenshot #2 shows 1 more empty shortcode being generated after I left this page and returned back to it. If I repeat this process, more get added here.
Also, if I do click the “upgrade elements” button, they turn green, I click “continue” and another red element appears. It’s never-ending!
Other plugins I have installed:
WooCommerce 2.2.7. I deactivated it and the problem was still not resolved. So I don’t believe it’s a conflict between the 2 plugins.
Let me know if you need further explanation. I hope this can be resolved soon. Thank you!
]]>Is My-Shortcodes compatible with WordPress 4.0?
]]>I’m trying to use shortcodes to support the following so I can post urls that same way I do to popular forum sites:
[url=https://www.blah.com]Follow My Link![/url]
or
[url=”https://www.blah.com”%5DFollow My Link![/url]
I’ve tried:
{{content}}
and I’ve tried:
{{content}}
and neither work. Is this supported any other way?
]]>Could I change the order of of elements and categories? Here is the example: Picture How could I do it? Thank you!
]]>