Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,956 total)
  • Author
    Posts
  • in reply to: full text

    Hi Gary,

    Thanks for using Super RSS Reader.

    Yes you can do it. Please enable “Enable rich description” under the “Content” tab.
    This should display the full content.

    Thanks,
    Aakash

    in reply to: RSS Feed Not Working

    Hi,

    I’m not sure why the feed is not fetched despite the http code is 200 which is success.

    I’ll check and get back to you.

    Thanks,
    Aakash

    in reply to: Remove Shortcoder menu item from Wp-admin backend

    Hi Michael,

    You can use below code.

    function sc_remove_menu_item() {
        remove_menu_page( 'edit.php?post_type=shortcoder' );
    }
    add_action( 'admin_menu', 'sc_remove_menu_item', 99 );

    Thanks,
    Aakash

    in reply to: Follow Icons not appearing on widgets

    Cheers !

    in reply to: Pagination or Search for Super RSS Reader?

    Hi More,

    Thanks for using Super RSS Reader.

    Right now I do not have both pagination/text search in todo list. I got pagination as a request sometime before so I might implement that in the future. But I think text search does not align with the plugin.

    I have added pagination to my todo list, I’ll work on it soon and try to implement the same.

    Thanks,
    Aakash

    in reply to: Migration from 4.x to 5.0.6

    Hi @lnki5538,

    It is very easy. You can get the content like below,

     $shortcodes = Shortcoder::get_shortcodes();
    $shortcode_content = $shortcodes['<name of the shortcode>'];

    Thanks,
    Aakash

    in reply to: Follow Icons not appearing on widgets

    Hi Mae,

    Sure, can you please explain what exactly is happening when you try to add the widget ?

    Also, can you please share your website URL if I can look at the issue live.

    Thanks,
    Aakash

    in reply to: Migration from 4.x to 5.0.6

    Hi @inki5538,

    Thanks for contacting. This should not happen. Seems strange since all known issue have been fixed couple of years before.

    Old data is still present so no worries there.
    Right now there is no manual way to restart the migration as it is done only once. I must login and check the issue live.

    Can you please create a temporary admin user and share me the website URL and the credentials to my contact form below ?

    Contact

    You can make use of the plugins like https://wordpress.org/plugins/controlled-admin-access/ if needed.

    Thanks,
    Aakash

    in reply to: Adjust the height of the bar for mobile

    Excellent Brad!

    in reply to: Adjust the height of the bar for mobile

    Hi Bradley,

    Can you please share your website ?

    I can have a look at it and share one accordingly.

    Thanks,
    Aakash

    in reply to: shortcode for wpml

    Hi c-master,

    Thanks for using Shortcoder. Sorry for the late reply. I understand your requirement.

    Right now shortcoder is not integrated with any language translation plugin as there was no need for it earlier.

    I have not used WPML personally so I would need to play with it before I could see how well this could be integerated with WPML.

    I would suggest the same method you have mentioned for now. I have added this to my todo list and I’ll work on it in the near future and update you if there is any chance I could support this but I cannot promise any date right now.

    Hope you understand.. cheers !

    Thanks,
    Aakash

    in reply to: Conflict with Elfsight Google Maps Plugin

    Hi Calliard,

    I saw your website and the source code.

    It seems the problem is with the widget itself. I can see a huge code generated by the widget but there is no script in it or may be it has ?

    I’m not sure not sure about this, because honestly UFW does not manipulate/alter the widget. It displays the widget as is.

    I would suggest using the same widget in the sidebar and see if it works.

    My guess is since the widget box is hidden by default, it is not loading/working. I think it is better to check this issue with the widget author.

    Thanks,
    Aakash

    in reply to: I Want Titles Only

    Hi Carl,

    Under the general tab, you can uncheck show description, date, author, thumbnail.

    This way you can show only the title in the feed.

    Thanks,
    Aakash

    in reply to: Thumbs Hover

    Hi Eric,

    You paste below CSS in your theme options.

    .srr-thumb img:hover {
        transform: translate(-50%,-50%) !important;
    }

    Thanks,
    Aakash

    in reply to: Thumbs Hover

    Hi Eric,

    I see that there is a special CSS applied on images on hover in the file below.

    ericroth.org

    You can search for a img:hover and you can find the CSS.

    Let me know if you need any help here.

    Thanks,
    Aakash

Viewing 15 posts - 601 through 615 (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