Forum Replies Created

Viewing 15 posts - 466 through 480 (of 1,956 total)
  • Author
    Posts
  • in reply to: Shortcode is not priting – wpbakery

    Hi Ryan,

    Thanks for using Shortcoder.

    Can you please clarify ” not printing when we use the shortcode in the front end”

    I guess you are using WPBakery as the custom editor for the shortcode content.

    Can you please share screenshots to quickly share feedback?

    Thanks,
    Aakash

    in reply to: Your user role does not permit saving unrestricted HTML.

    Hi Jean,

    Glad that you found the issue.

    Yes, this is a new security related change to stop unauathorized users from creating shortcodes with any HTML tag.

    Thanks,
    Aakash

    in reply to: Shortcoder editor

    Hi Leonide,

    The shortcode picks content, based on the type of editor i.e visual, code or custom. So if custom editor then you need to click “open custom editor” to open the gutenberg/elementor or your editor of choice.

    This is the direct way to access the editor. If I add link of all custom editors like you requested previously, that would be more easier I guess. Please let me know if you are looking for something else.

    Thanks,
    Aakash

    in reply to: Unable to position button on page

    I see that the button is moved now.

    Also, if you want a smaller floating widget box, try switching to “popup” mode instead of flyout.

    Thanks,
    Aakash

    in reply to: Unable to position button on page

    Hi there,

    Please set the below CSS to move the button slightly down.

    #ufw_1 .ufw_btn{
        top: 60px;
    }

    For the wifi symbol, please set fas fa-wifi as value for the open icon.

    You can find the correct icon class name here – https://fontawesome.com/v5/icons/wifi?s=solid&f=classic

    Thanks,
    Aakash

    in reply to: Transparent Background

    Hi David,

    Can you please let me know for which element you are trying to set background as transparent?

    Also, can please share your website URL where the plugin is active?

    Thanks,
    Aakash

    in reply to: Turn Gutenberg Block Into Shortcode

    Hi there,

    Thanks for using Shortcoder plugin.

    This feature is now available in the PRO version of the plugin.

    Shortcoder

    Please do check if you are still interested in this.

    Thanks,
    Aakash

    in reply to: Shortcoder editor

    Hi Leonide,

    Thanks for using Shortcoder – PRO.

    Right now there is no option to add that link to the menu.
    But you can accesss the custom editors using the link below.

    <your_website>/wp-admin/edit.php?post_type=shortcoder_editor

    Please bookmark this link for now.

    I’ll add an option in the next version to add the custom editor list page in the menu.

    Thanks,
    Aakash

    in reply to: Announcement bar hovering over Elementor header

    Hi @swetinatasha,

    Thanks for using Announcer.

    The issue is that the “elementor sticky header” sticks to the top of the page at offset 0.
    So it covers the announcement bar.

    It does not know that there is an announcement bar.
    i.e it does not know to stack.
    This is the common situation with any sticky header bars.

    I would suggest to stick the announcement bar to the bottom of the page.

    We can set below CSS to move the header a bit down.
    But when the announcement bar closes, the header will stay there floating. The behavior gets even complicated in mobile screens when the height of the announcement is dynamic.

    header[data-elementor-type="header"] .elementor-sticky--active {
        top: 40px !important;
    }

    Announcer also supports “shortcodes”. So please try if you can insert the shortcode inside the elementor header at the top of the menu.

    Hope any of this suggestion helps.

    Thanks,
    Aakash

    in reply to: Error on html tag

    Hi,

    Thanks for using Shortcoder.

    I see that you have used “visual editor” and pasted code on that.

    Can you please switch to “code editor” and paste the HTML code?
    Let me know if that helps.

    Thanks,
    Aakash

    in reply to: want to automate the timer daily

    Hi Shrikrushna,

    I visited your website and I was able to see the countdown timer on all pages.

    Please see the screenshot below where the countdown timer is on the home page.

    View post on imgur.com

    My guess is that you might have seen a cached page?
    Can you please check again?

    Thanks,
    Aakash

    in reply to: Format issues in the shortcode editor

    Hi there,

    Thanks for using shortcoder plugin.

    This is not expected. It means the plugin is broken.

    I haven’t heard any report similar to this.

    Do you mean if I set the content as <div class=”wrap1″> it is escaped on the output?

    1) Can you please share a screenshot of the shortcode edit page and the page URL where the shortcode is inserted?

    2) can you please confirm if the user editing the the content has admin role?

    Thanks,
    Aakash

    in reply to: Not showing on Mobile.

    Hi Rebecca,

    Thanks for using Announcer.

    I can see the announcement both on desktop and mobile.
    I saw the banner on my mobile.

    Please check if you are looking at a cached page.

    Thanks,
    Aakash

    in reply to: Issue with description showing on PRO widget

    Hi David,

    This issue is addressed in version 4.7.1.

    Thanks,
    Aakash

    in reply to: Issue with description showing on PRO widget

    Hi David,

    Thanks for reporting the issue.
    Can you please make the change below?

    1) Plugin editor -> super-rss-reader-pro\includes\widget-admin.php
    2) At line number 57, change sanitize_textarea_field to wp_kses_post
    3) Save the file.

    The changes should be saved now.
    I’ll release the fix for this issue soon.

    Thanks,
    Aakash

Viewing 15 posts - 466 through 480 (of 1,956 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