Forum Replies Created
-
AuthorPosts
-
March 3, 2020 at 8:43 am in reply to: Links in Short Code have changed to post url after update. #7399
AakashKeymasterThank you.
I introduced a new feature to provide default values for custom parameters.
This has caused a regression where case sensitivity was not checked.
March 2, 2020 at 11:34 pm in reply to: Links in Short Code have changed to post url after update. #7397
AakashKeymasterHi Frank,
Issue is fixed in v5.2.1.
Please update to it and verify the same.Thanks,
Aakash
AakashKeymasterHi Juan,
Strange. I’ve never seen this issue reported.
Can you please tell me what is the role of the user you’ve logged in ?
Is it administrator/editor/author ?The menu will be displayed only to users of “administrator” role.
Please check this. If you still need help, please send your website details, temporary login details of a administrator user and the password to my contact form. I’ll login and check the issue. https://www.aakashweb.com/contact/
Thanks,
Aakash
AakashKeymasterHi Juan,
You can find the shortcoder admin page on the right side navigation bar just below posts, pages link.
Thanks,
Aakash
AakashKeymasterPlease try this.
.srr-style-dark { border: none !important; }
AakashKeymasterApologize. Please try the below code.
.srr-item.odd .srr-summary { color: #fff; }
AakashKeymasterHi Chris,
Sorry for the delay.
Please paste the below CSS anywhere in your theme/theme customizer settings..srr-title a { color: #fff !important; }Thanks,
AakashFebruary 11, 2020 at 10:56 pm in reply to: Latest version of Shortcode defaults to the visual editor (not intended) #7329
AakashKeymasterCheers !
February 11, 2020 at 10:11 pm in reply to: Latest version of Shortcode defaults to the visual editor (not intended) #7325
AakashKeymasterHi Marty,
The choosen editor is saved per shortcode.
For every shortcode the editor preference is saved.
So if you use code editor for one shortcode and save it, then the preference is saved for that shortcode alone.
For other shortcodes you have to do the same.Currently there is no global editor preference option.
Thanks,
AakashFebruary 10, 2020 at 10:05 pm in reply to: Shortocde Title Not Appearing Correctly After Editing #7320
AakashKeymasterHi Marty,
Sorry for the late reply.
The name dispalyed when the shortcodes are listed comes from the “display name” setting.
You can change it in the below setting.https://i.snipboard.io/F6mPpl.jpg
Thanks,
Aakash
AakashKeymasterHi @Revhead,
I just saw your site and I guess you have used the dark style and it looks good now.
Are we good with this case ?
Thanks,
Aakash
AakashKeymasterHi Claus,
I’ve found the issue.
This is an inherent behaivor in WordPress. If there is any link with
target="_blank"the WordPress appends noreferrer.To ignore this, can you please add the below line to Shortcoder\admin\edit.php at line 20 ?
add_action( 'init', 'wp_remove_targeted_link_rel_filters', 99 );Looks like I don’t have permission for “plugin editor” otherwise I might have added myself.
Thanks,
Aakash
AakashKeymasterHi Claus,
Sorry for the late reply. I did see the video when reported.
This issue was lost among other topics.Shortcoder does not append “noopener noreferrer” attribute to the links.
As said, shortcoder does not manipulate the shortcode content.Some other plugin is capturing the content and injecting this.
I’m not sure what plugin is doing this.
Can you please share your plugin list ?
(or) Can you please share a temporary administrator access to your site ? Please share the admin username and password and login URL to my contact form. https://www.aakashweb.com/contact/Thanks,
AakashFebruary 4, 2020 at 10:27 am in reply to: Button is hidden under first button and vertical alignment of the buttons #7283
AakashKeymasterHi, This is an old issue and is addressed directly via email.
Thanks,
AakashJanuary 29, 2020 at 10:22 pm in reply to: Shortcoder displaying the code instead of the result #7253
AakashKeymasterHi Rohit,
I guess you mistook it.
In shortcode editing page, there is an option to change the “editor” type.
You can see it above the shortcode content editor. Screenshot below.
Please change the editor to “text” or “code” and then paste your HTML in the editor.
Pasting any code in visual editor will only display the code as is.Thanks,
Aakash -
AuthorPosts
