Forum Replies Created

Viewing 15 posts - 736 through 750 (of 2,039 total)
  • Author
    Posts
  • in reply to: URL
    Aakash
    Keymaster

    Hi @fernandomiller,

    Thanks for using UFW. I think this would be an interesting criteria to add.
    I’ll add it in the next version in couple of weeks.

    Thanks,
    Aakash

    in reply to: Plugin error
    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: wordpress media uploading popup conflicts
    Aakash
    Keymaster

    Hi Vipin,

    Thanks for using UFW. I saw the video but could not access the site. I do not think the issue is because of UFW. The error information does not mention anything about UFW.

    Please try putting the same widget in your sidebar, it would get the same error.

    It should be a problem with the widget itself not working on the frontend.

    Thanks,
    Aakash

    in reply to: Button and Text Link Doesn’t Work
    Aakash
    Keymaster

    Hi dcornejo,

    The announcement was blocked by the “header”.

    That is the reason why it was not clickable.

    You can paste the below CSS in your theme settings to move the header down so that announcement is clickable.

    @media (min-width: 992px) {
        .header-transparent header.main-header {
            top: 50px;
        }
    }

    Thanks,
    Aakash

    in reply to: Button and Text Link Doesn’t Work
    Aakash
    Keymaster

    Hi,

    Can you please share the page URL where I can see the announcement ?

    Thanks,
    Aakash

    in reply to: Plugin error
    Aakash
    Keymaster

    Hi Emma,

    Thanks for using Ultimate floating widgets.

    We have to deactivate the free version before we activate the PRO version.

    Can you please do the same ?
    You can find some more instructions in the doc below if needed.

    Installation

    Thanks,
    Aakash

    in reply to: Remembering shortcode names
    Aakash
    Keymaster

    Hi,

    Thanks for using Shortcoder.

    Shortcoder provides toolbar button and block to “select and insert” popup into the editor.

    You can find the icon blue “shortcoder” icon in the editor you are working with.

    Thanks,
    Aakash

    in reply to: Content vanishing when new ShortCode added in
    Aakash
    Keymaster

    Hi Kristian,

    Thanks for using Shortcoder and for your donation. Happy to receive it 🙂

    Regarding the issue, I agree it caused a temp inconvenience for existing users. This change will ensure new users insert all closing shortcode to avoid any issue in the future.

    As you have mentioned, I’ll add an option in the plugin’s general settings to save this as a preference.

    I’ll try to release the update after WP 5.8 is released which is Jul 20th.

    I’ll update this thread, once this option is available.
    Meantime, I would suggest to delete the [/sc] part after the shortcode is inserted in the editor.

    Thanks,
    Aakash

    in reply to: Content vanishing when new ShortCode added in
    Aakash
    Keymaster

    Happy that you like Shortcoder and thanks for the kind donation 🙂

    Cheers !

    Thanks,
    Aakash

    in reply to: open when page is scrolled not on mobile?
    Aakash
    Keymaster

    Hi Ariane,

    Got it. Right now there is no option to set separate settings for desktop and mobile. It would require lot of changes to implement in code. There is no easy way to suggest a workaround either. I’ll see if I can add this option in the future release.

    Thanks,
    Aakash

    in reply to: Content vanishing when new ShortCode added in
    Aakash
    Keymaster

    Hi Karen,

    Thanks for using Shortcoder. Really appreciate the time and effort you have taken to share your observation.

    The reason why you are seeing this discrepancy is because of the following reason

    When you have open shortcode followed by a closed shortcode, WordPress thinks that the there is only one “closed” shortcode. Rest of the content is considered as “enclosed content” for the first shortcode.

    An example:

    [sc name="mysc1"]
    
    Some content
    
    [sc name="mysc2"][/sc]
    

    In this case, some content [sc name="mysc2"] is considered as enclosed content for the shortcode [sc name="mysc1"] ... [/sc]. Hence all the content inbetween is seen missing.

    This is a known limitation with WordPress itself. It is documented here – https://codex.wordpress.org/Shortcode_API#Unclosed_Shortcodes

    So to address this issue, starting Shortcoder v5.5, the “select and insert” popup will always insert all the shortcodes with a closing tag. So that above issue is not observed. You can always use open shortcode, but ensure that there are no closed shortcodes down the page.

    I agree that this is a confusion, I’ll add a FAQ to inform users about this and suggest to add [/sc] tag for their existing shortcodes.

    Cheers !

    Thanks,
    Aakash

    in reply to: Deactivate “Order By” / Order by feed’s original
    Aakash
    Keymaster

    Good to hear. I’ll ensure this can be disabled his options in the next version.

    in reply to: Deactivate “Order By” / Order by feed’s original
    Aakash
    Keymaster

    Hi Greg,

    Sorry for the inconvienence.
    Please revert the last change I asked to make (adding return $items; at line number 311)

    The first change alone is sufficient. (changing true to false at line number 122)
    I tested and it works.

    Please ensure the following,
    1) You have saved the changes
    2) The cache of the page (if any) where the shortcode is used is cleared.
    3) WordPress sometimes caches the RSS feed which expires in 12 hrs. Please wait 12 hours if #1 and #2 didn’t help.

    I can’t think of any reason why it might not work.
    Please do try and let me know.

    Thanks,
    Aakash

    in reply to: Deactivate “Order By” / Order by feed’s original
    Aakash
    Keymaster

    Hi @gtelakis,

    That should’ve worked. May be you looked at cached page.

    Anyways can you also try adding this line in super-rss-reader/includes/feed.php at line no. 311 ?

    return $items;

    Please do clear any page cache and give a try.
    This should help you meantime till the next release.

    Thanks,
    Aakash

    in reply to: Deactivate “Order By” / Order by feed’s original
    Aakash
    Keymaster

    Hi @gtelakis,

    Looks like I need to add an option to disable sorting. I’ll add it in the next release.

    Can you please make this small change in plugin editor ?

    Open super-rss-reader/includes/feed.php at line no. 122
    Replace this

    $feed->enable_order_by_date( true );

    with this

    $feed->enable_order_by_date( false );

    and save the file. Please let me know how it goes.

    Thanks,
    Aakash

Viewing 15 posts - 736 through 750 (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