Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 2,043 total)
  • Author
    Posts
  • in reply to: Upgraded to 5.1, can’t get to settings
    Aakash
    Keymaster

    Hi 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

    in reply to: Upgraded to 5.1, can’t get to settings
    Aakash
    Keymaster

    Hi Juan,

    You can find the shortcoder admin page on the right side navigation bar just below posts, pages link.

    Thanks,
    Aakash

    in reply to: How do I change the text colour?
    Aakash
    Keymaster

    Please try this.

    .srr-style-dark {
        border: none !important;
    }
    in reply to: How do I change the text colour?
    Aakash
    Keymaster

    Apologize. Please try the below code.

    .srr-item.odd .srr-summary {
        color: #fff;
    }
    in reply to: How do I change the text colour?
    Aakash
    Keymaster

    Hi Chris,

    Sorry for the delay.
    Please paste the below CSS anywhere in your theme/theme customizer settings.

    .srr-title a {
        color: #fff !important;
    }

    Thanks,
    Aakash

    Aakash
    Keymaster

    Cheers !

    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: Shortocde Title Not Appearing Correctly After Editing
    Aakash
    Keymaster

    Hi 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

    in reply to: How do I change the text colour?
    Aakash
    Keymaster

    Hi @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

    in reply to: Unable to delete “noopener noreferrer” from links
    Aakash
    Keymaster

    Hi 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

    in reply to: Unable to delete “noopener noreferrer” from links
    Aakash
    Keymaster

    Hi 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,
    Aakash

    Aakash
    Keymaster

    Hi, This is an old issue and is addressed directly via email.

    Thanks,
    Aakash

    in reply to: Shortcoder displaying the code instead of the result
    Aakash
    Keymaster

    Hi 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.

    Shortcoder toolbar

    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

    in reply to: Unable to delete “noopener noreferrer” from links
    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: Shortcoder displaying the code instead of the result
    Aakash
    Keymaster

    Hi 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

Viewing 15 posts - 1,201 through 1,215 (of 2,043 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms