Forum Replies Created

Viewing 15 posts - 751 through 765 (of 2,043 total)
  • Author
    Posts
  • 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

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

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

    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

    Aakash
    Keymaster

    Marking this as resolved.

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

    Marking this as resolved

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

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

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

    in reply to: Thumbs & Sleeping Tabs
    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: Grid features?
    Aakash
    Keymaster

    Marking this as resolved.

    Aakash
    Keymaster

    Hi,

    Thanks for using WP Socializer. The featured image you see on “social networks” should be added separately via special tags called “open graph” at the top of the page. Social networks use this information to get the image.

    WP Socializer does not add this. You can this open graph like described in the guide below.

    https://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/

    Thanks,
    Aakash

    in reply to: I can’t get Visitor conditions Custom function to work
    Aakash
    Keymaster

    Ok.. I didn’t notice that you are using “immediate” display. In that it will be shown. In your case, since you have set a custom function it returns false which is hiding the announcement.

    So you can either set “display” as schedule and set a older date and remove visitor condition (or) continue to use custom function as you do now.

    in reply to: I can’t get Visitor conditions Custom function to work
    Aakash
    Keymaster

    Hi Jeff,

    Good to know it works.

    You can remove [3][e].
    That is not necessary.

    Thanks,
    Aakash

Viewing 15 posts - 751 through 765 (of 2,043 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