Forum Replies Created

Viewing 15 posts - 886 through 900 (of 2,058 total)
  • Author
    Posts
  • in reply to: Did I buy the wrong plugin?
    Aakash
    Keymaster

    Hi Tammy,

    Sorry that you are requesting a refund. Since you have already read the documentation, saw the demos it is difficult from our side to understand purchasing a wrong plugin and a request for an immediate refund.

    There is a free version available for the plugin plus you can always reach out to us in case of a query prior to that.

    Anyways, I’ve processed the refund.

    Also, as per the refund policy you agree that the downloaded plugin is deleted from all your sites.

    Terms and conditions

    Thanks,
    Aakash

    in reply to: Did I buy the wrong plugin?
    Aakash
    Keymaster

    Hi Tammy,

    Thanks for using Super RSS Reader.

    Super RSS reader is a plugin to display RSS feed items on your website.

    In the free version you can display RSS feed in a widget like in the demo here – https://wpdemos.aakashweb.com/super-rss-reader/

    In PRO version you can display RSS feeds anywhere on your website like even inside posts using shortcodes and as a grid. See demo here – https://wpdemos.aakashweb.com/super-rss-reader-pro/

    Thanks,
    Aakash

    in reply to: share count only when connected
    Aakash
    Keymaster

    Hi Cuisinons,

    I see an error when we are trying to get the share count.

    Looks like some kind of security plugin is blocking access.
    I need to login and have a look at this.

    Can you please create a temporary administrator account and share the username and password to my contact form ?

    Contact

    I’ll login and find out the issue.

    Thanks,
    Aakash

    in reply to: Add customised item to floating icons
    Aakash
    Keymaster

    Hi Deirdre,

    Thanks for using WP Socializer.

    Could you please clarify the feature you are using ?

    Is it “floating share bar” or “follow icons” ?

    If “floating sharebar” then you can add a “custom html” social icon and insert whatever code you want to add a link.

    If “follow icons” then you can insert any “follow icon” button, change its “profile url”, “icon image url” as needed for your custom link.

    Thanks,
    Aakash

    in reply to: announcer
    Aakash
    Keymaster

    Hi Trenice,

    Thanks for using announcer plugin.

    I could not understand the issue/context you are facing. Can you please share more details ?

    Any issue with upgrading WordPress itself ?

    Aakash
    Keymaster

    Ok.. thanks. The screenshots not displaying on your side is something I need to check. May be in your next post you can reply if this image is accessible to you – https://i.snipboard.io/ud8qJ9.jpg. Also can you please let me know your city ? Just to know if there are any restrictions for this URL.

    in reply to: Extract and display the ‘location’ attribute
    Aakash
    Keymaster

    Excellent ! Cheers !

    Aakash
    Keymaster

    hmmm strange. I could see the image from side. Not sure if the image is blocked.. it should not happen.

    So basically in file announcer/public/js/script.js at line number 247 and 248

            var schedule_from = Date.parse(this.props.schedule_from) || (now - 1);
            var schedule_to = Date.parse(this.props.schedule_to) || (now + 1);

    change it to

            var schedule_from = Date.parse(this.props.schedule_from + 'T00:00:00') || (now - 1);
            var schedule_to = Date.parse(this.props.schedule_to + 'T00:00:00') || (now + 1);

    Thanks,
    Aakash

    Aakash
    Keymaster

    The end result should be like in the screenshot above. Edit lines 247, 248 in script.js.

    Correction – The file to clear cache for is this /wp-content/plugins/announcer/public/js/script.js?ver=5.0

    Aakash
    Keymaster

    Mark,

    Yes, the JS API was returning UTC instead of local time. I need to revisit this API.

    For now can you please make this change ?
    It should now check the date as per the user’s local time.

    Insert this + 'T00:00:00' like highlighted below.

    After saving, clear your site cache by ctrl+f5 any WP Cache to see the latest changes. /wp-content/plugins/announcer/public/css/style.css?ver=5.0

    I’ll fix this in the next version of the plugin.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Mark,

    I believe you are talking about the “schedule duration” option.

    The announcement is displayed as per the date on the user. If the user’s date is between the given date range then the announcement will be displayed.

    The “published date” you have mentioned is the date when the announcement was “modified/published”. This is just an internal date for your reference.

    Thanks,
    Aakash

    in reply to: Extract and display the ‘location’ attribute
    Aakash
    Keymaster

    Hi Dan,

    Right now there is no out of the box option to print any XML tag in the RSS feed. I have this item in my todo list. I don’t have an exact release date yet.

    But for now you can add below line to display the “location” tag you want.

    In plugin editor edit super-rss-reader-pro/includes/feed.php file and insert below line after line 250.

    $loc = $item->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'location');
    $t_desc .= '<em>' . $loc[0]['data'] . '</em>';

    So it looks like this.

    This will display the location after description like below.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Mark,

    I’ll get back to you on this.

    Thanks,
    Aakash

    in reply to: cannot load announcer into plugins
    Aakash
    Keymaster

    Hi Kathryn,

    Thanks for using Announcer plugin.

    Looks like you have followed a different link to upload the plugin to WordPress. Please follow instructions below.

    1) Download the plugin (.zip file) using the link sent to your email.

    2) Try to open the zip file with your zip file opener to just see if the file is intact and not corrupted.

    3) Disable the free version of announcer plugin.

    3) Navigate to the plugin upload page and upload the PRO version.

    See this youtube video.

    4) Activate the plugin. If you continue to receive the same error for some reason, please send the username and password of your staging site to my contact form below. I’ll check it out live.

    Contact

    Thanks,
    Aakash

    in reply to: Shortcoder stops working
    Aakash
    Keymaster

    Hi Jesus,

    I see the shortcode is printed as is without being executed.

    This will happen when there is no plugin to “execute” the shortcode. In your case there is no plugin to execute a shortcode with the name “easy_media_download2”

    Can you please check with the plugin author from where you copied the “easy_media_download2” shortcode ?

    Thanks,
    Aakash

Viewing 15 posts - 886 through 900 (of 2,058 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