Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi 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,
AakashAakash
KeymasterHi Juan,
You can find the shortcoder admin page on the right side navigation bar just below posts, pages link.
Thanks,
AakashAakash
KeymasterPlease try this.
.srr-style-dark { border: none !important; }
Aakash
KeymasterApologize. Please try the below code.
.srr-item.odd .srr-summary { color: #fff; }
Aakash
KeymasterHi 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) #7329Aakash
KeymasterCheers !
February 11, 2020 at 10:11 pm in reply to: Latest version of Shortcode defaults to the visual editor (not intended) #7325Aakash
KeymasterHi 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 #7320Aakash
KeymasterHi 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,
AakashAakash
KeymasterHi @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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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 #7283Aakash
KeymasterHi, 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 #7253Aakash
KeymasterHi 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,
AakashAakash
KeymasterHi Claus,
I tested this and added a link to shortcode content and “noopener noreferrer” was not added to it.
Shortcoder does not manipulate the shortcode content.
– Do you have any other plugin installed which does this ?
Can you please give more details, screenshots ?
Thanks,
AakashJanuary 28, 2020 at 10:50 pm in reply to: Shortcoder displaying the code instead of the result #7247Aakash
KeymasterHi Rohit,
You have to paste any code in text or code editor and not in Visual editor.
Can you please try again with text/code editor ?
Thanks,
Aakash -
AuthorPosts