Forum Replies Created

Viewing 15 posts - 541 through 555 (of 2,039 total)
  • Author
    Posts
  • in reply to: Format issues in the shortcode editor
    Aakash
    Keymaster

    Hi @dengeral,

    Thanks for reporting. But I was unable to reproduce the issue with the examples you shared. Please see image below.

    Can you please check if the user has “unfiltered_html” capability?

    My guess is there is some plugin related to security or formatting tapping the content inbetween and making the modification like this. If you can try after disabling a potential plugin then that would be helpful.

    I looked at the code and there are no clue. In v6.0 changes were done to filter out dangerous HTML if user does not have unfiltered_html capability.

    Any clue on this would be helpful.

    Thanks,
    Aakash

    in reply to: Widget not working on a specific page
    Aakash
    Keymaster

    Hi Chris,

    The plugin you are using seems to be blocking everything like scripts, styles, hooks etc. These are essential for other plugins to inject custom HTML.

    The only way to get the plugin showing is by including the below HTML and calling the PHP function somehow. You must get help from the plugin dev incase how to get it included.

    Paste below HTML in the header or footer of the page

    <link rel='stylesheet' id='ufw-style-css'  href='https://<YOUR_WEBSITE_URL>/wp-content/plugins/ultimate-floating-widgets-pro/public/css/style.css?ver=5.8.5' media='all' />
    <link rel='stylesheet' id='ufw-anim-css'  href='https://<YOUR_WEBSITE_URL>/wp-content/plugins/ultimate-floating-widgets-pro/public/css/animate.min.css?ver=5.8.5' media='all' />
    <link rel='stylesheet' id='fontawesome-css-css'  href='https://use.fontawesome.com/releases/v5.15.1/css/all.css?ver=5.8.5' media='all' />

    Call below function in the bottom of the page

    UFW_Display::add_widget_box();

    Thanks,
    Aakash

    in reply to: Widget not working on a specific page
    Aakash
    Keymaster

    Hi Chris,

    Sure I can help.
    I tried visiting your website, but it was not loading.

    This site can’t be reached pets-cemetery.com took too long to respond.

    Can you please let me know when site is up and running?

    Also, when you say “not working on specific page” do you mean, it is hidden on that page but seen everywhere else? Have you configured any rules in UFW -> Location rules tab to hide it on that page?

    Thanks,
    Aakash

    in reply to: Make the first letter of a Custom Post not capital
    Aakash
    Keymaster

    Hi Tiziano,

    As I can understand, the uppercase is converted to lower case when pulling the custom field right?

    I’ll check this out and update you shortly.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @cristian,

    Sorry for the late reply.
    I’ll check if REST API is accessible for shortcoder.

    Could you please let me know the usecase behind this requirement?

    Thanks,
    Aakash

    in reply to: [/sc] tag breaks tables
    Aakash
    Keymaster

    Hi @muppix,

    Thanks for using Shortcoder.

    The issue you are facing is a known behavior.
    All shortcoder’s shortcode must be “closed” with [/sc] otherwise WordPress cannot differentiate when a shortcode is opened and closed.

    This is one of limiatation of the Shortcode API. Read more here – https://codex.wordpress.org/Shortcode_API#Unclosed_Shortcodes

    But the solution is very simple, please close all the shortcodes [/sc].

    If you have a mix of open and closed shortcodes then WordPress parser will misinterpret.

    Thanks,
    Aakash

    in reply to: My workflow
    Aakash
    Keymaster

    Hi Leonide,

    Thanks for using Shortcoder PRO.

    You can select “custom editor” and leave it as is. You do not want to change to “visual editor”.

    The shortcode content is picked based on the “type of editor”.
    If the editor is set as “custom editor”, then shortcode content is picked as per the custom editor.
    You do no need to change “custom editor” to visual back again.

    There is also an option to pull content back and forth between visual editor and custom editors.
    You will find the “import” box on the side panel to pull the content.

    Custom Editor

    Please do let me know if I misunderstood your query or your usecase is different.

    Thanks,
    Aakash

    in reply to: Full size image instead of thumb
    Aakash
    Keymaster

    Hi Ashley,

    Thanks for using Super RSS Reader.

    The RSS reader picks the image from the RSS feed. If the RSS feed item does not contain any image, then it fetches from the URL directly.

    If you want small size image, please ensure the RSS feed items have small size image instead of full size in it.

    Please share the feed URL and let me know if you have any further questions.

    Thanks,
    Aakash

    in reply to: Shortcode is not priting – wpbakery
    Aakash
    Keymaster

    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.
    Aakash
    Keymaster

    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
    Aakash
    Keymaster

    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
    Aakash
    Keymaster

    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
    Aakash
    Keymaster

    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
    Aakash
    Keymaster

    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
    Aakash
    Keymaster

    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

Viewing 15 posts - 541 through 555 (of 2,039 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