Forum Replies Created

Viewing 15 posts - 661 through 675 (of 1,956 total)
  • Author
    Posts
  • in reply to: Content vanishing when new ShortCode added in

    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?

    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

    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

    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

    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

    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

    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

    in reply to: A feed could not be found at..

    Hi Gabriel,

    That is really strange.

    Can you please create a temporary administrator user and share me the username and pass via my contact form below ?

    Contact

    Since 401 is “unauthorized”, I’m not sure if your website is kind of blocked by the RSS feed host.

    Since other RSS feeds work, it has to do something with the specific feed URL.
    I need to check this live to give you more clarity.

    Thanks,
    Aakash

    in reply to: Can i get a single sharing icon?

    Hi Jazeel,

    Thanks for using WP Socializer.

    I’m sorry to say that WP Socializer plugin does not support this design right now.
    It supports only vertical sticky floating share bar.

    Thanks,
    Aakash

    Marking this as resolved.

    in reply to: How can I hide “Share & Enjoy” section

    Marking this as resolved

    in reply to: A feed could not be found at..

    Hi Gabriel,

    Error 401 means the feed is unauthorized. I tried the feed on my website and it works perfectly fine. There could some temporary access restriction at the time when the plugin tried. Please wait for a day and try again. Below is a screenshot when I tried on my side.

    Also, please go to the widget and click save, delete the page cache if you are using any wordpress caching plugin.

    Thanks,
    Aakash

    in reply to: Thumbnail not showing in some posts

    Latest version of Super RSS Reader has support for default thumbnail. Marking this as resolved

    in reply to: Thumbs & Sleeping Tabs

    Marking this as resolved.

    in reply to: Grid features?

    Marking this as resolved.

Viewing 15 posts - 661 through 675 (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