Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 2,110 total)
  • Author
    Posts
  • in reply to: Edit page is not “dirty” after changes.
    Aakash
    Keymaster

    Hi Kirill,

    Really happy that shortcoder plugin saved you time !

    Regarding no warning when shortcode edit page is switched, I understand that.
    I’ll try to fix that issue in the future version.

    Happy shortcoding !

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Kirill,

    I guess your request is beyond the scope of the plugin.

    My suggestion would be following.

    Create one shortcode for CSS, paste all the CSS your page needs in that.

    Create one shortcode for HTML, paste all the HTML in that.

    Use the CSS shortcode only “once” in the post/page.
    Use the HTML shortcode multiple times as required.

    By this way the CSS is not duplicated.
    This is a manual operation, but you have to control and be aware of what CSS the page needs and create separate CSS group shortcodes accordingly.

    Thanks,
    Aakash

    in reply to: custom icons?
    Aakash
    Keymaster

    Hi Ariane,

    If things are working then all good.
    I was asking for URL only when incase things didn’t work.

    Thanks,
    Aakash

    in reply to: custom icons?
    Aakash
    Keymaster

    Hi Ariane,

    If your theme is already using font awesome 5, then you can try fas fa-wine-bottle as the custom icon value.

    Would it be possible for you to share your website URL ?

    I’ll try to provide more specific solution meantime I provide a feature update.

    Thanks,
    Aakash

    in reply to: custom icons?
    Aakash
    Keymaster

    Hi Ariane,

    Currently only font awesome icons are supported.

    Did you check if font awesome has your icon ?

    Is your custom icon an image ?
    If yes in next version, I can add the feature to support custom image as button icon.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Thank you.

    I introduced a new feature to provide default values for custom parameters.

    This has caused a regression where case sensitivity was not checked.

    in reply to: Links in Short Code have changed to post url after update.
    Aakash
    Keymaster

    Hi Frank,

    Issue is fixed in v5.2.1.
    Please update to it and verify the same.

    Thanks,
    Aakash

    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

Viewing 15 posts - 1,261 through 1,275 (of 2,110 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