Forum Replies Created
-
AuthorPosts
-
AakashKeymasterOne more thing. I guess you deleted posts/shortcodes directly from the database right for some other issue ?
If that is the case then I guess there are some left overs/traces of old posts in
wp_poststable. May be in terms of post revisions etc.If you could run some queries in the table again remove any traces of the old posts.
That way wordpress won’t rename.
AakashKeymasterThat name is verified by WordPress for duplicates before a shortcode is created. If that is automatically adding -2 that means there is another shortcode having the same name/slug. Otherwise there is no reason for automatic rename.
Couple of things I can think of:
– Shortcoder displays 500 shortcodes in one page. May be there are shortcodes in other pages with the same name.
– There are shortcodes which are in drafts/not published state with same name.If you are ok, you can create a temprorary admin account and send me the login details to my contact form. I can login and check the issue for you.
Thanks,
Aakash
AakashKeymasterHi Rohit,
I guess there are duplicates shortcodes added during upgrade. This is not expected. But I guess it happened somehow.
By this I mean, you would see two “infrared heaters” one with and without -2
So the one without -2 should work as normal.
You can confirm this. So the shortcodes wherever it is used won’t have any problem. You can delete the duplicates manually by selecting them.
Can you please confirm the same ?
Thanks,
AakashJanuary 16, 2020 at 12:43 am in reply to: After upgrade shortcode completely destroyed my pages #7219
AakashKeymasterHi Josef,
Thanks for using plugin.
But shortcoder does not auto close HTML tags in any version.
As you saw auto close didn’t happen as in the screenshot I shared.Probably some other plugin/theme is auto closing.
Many new features will be added to the plugin going forward.
If you interested, you can send me your website URL, temprary administrator username and password to my contact form. I’ll login and have a look at the current issue you are facing.
Thanks,
Aakash
AakashKeymasterHi @lostman,
Thanks for bringing this to notice.
I’ll add this feature in the next version.Thanks,
AakashJanuary 15, 2020 at 5:45 pm in reply to: After upgrade shortcode completely destroyed my pages #7215
AakashKeymasterOk..so you mean with shortcoder v5 installed auto closing of tags is not happening when shortcode is saved right ?
January 15, 2020 at 1:49 am in reply to: After upgrade shortcode completely destroyed my pages #7212
AakashKeymasterHi @josef,
I tried the same code and the tags are not auto closed.
Please see image below.
https://i.snipboard.io/eaunY5.jpgIs it happening everytime you save the above code and then after saving it is autoclosed ?
If you interested, you can send me your website URL, temprary administrator username and password to my contact form. I’ll login and have a look.
Thanks,
AakashJanuary 15, 2020 at 1:09 am in reply to: After upgrade shortcode completely destroyed my pages #7210
AakashKeymaster@Josef,
The line you’ve quoted is for different thing.
Shortcoder does not add anything extra in the shortcode content.
What you save is what is you get.No user have reported such issue.
Probably some other plugin is causing an issue.What is the current version of shortcoder ?
Can you show screenshot of what is being saved in shortcode content and point out the extra content being added ?
AakashKeymasterHi Marc,
WP Socializer v4.2 has the button.
Please update to it.Please do rate, review and share the plugin if you like !
Thanks,
Aakash
AakashKeymasterHi Marc,
I will be working on it today. Should be available in next 6hrs or so.
Thanks,
Aakash
AakashKeymasterHi Marc,
Thanks for the suggestion.
I’ll add Etsy follow button in the next release.
Please expect it by tomorrow.
January 11, 2020 at 5:07 pm in reply to: Entire WordPress blog inaccessible — error says Shortcoder is the source #7189
AakashKeymasterOk, so everything works now ?
January 11, 2020 at 4:40 pm in reply to: Entire WordPress blog inaccessible — error says Shortcoder is the source #7182
AakashKeymasterBut this code path is hit only when you save the post. I wonder why even login is not working for you.
January 11, 2020 at 4:38 pm in reply to: Entire WordPress blog inaccessible — error says Shortcoder is the source #7180
AakashKeymasterYou can use the file manager provided by your web host (control panel) or use FTP to access the file.
January 11, 2020 at 3:06 pm in reply to: Entire WordPress blog inaccessible — error says Shortcoder is the source #7177
AakashKeymasterHi Robio,
Looks like you are using an older version of PHP.
Anyways, to get going please edit the following line in shortcoder/admin/edit.php line 144
Replace
trim( $post[ 'post_title' ] )with$post[ 'post_title' ]I’ll issue a fix shortly.
-
AuthorPosts
