Forum Replies Created

Viewing 15 posts - 511 through 525 (of 2,067 total)
  • Author
    Posts
  • in reply to: Feature request for scheduling
    Aakash
    Keymaster

    Hi there,

    Thanks for using Announcer. There is no option to schedule announcements in that way.

    But your suggestion is a good idea. I’ll add this feature soon in the upcoming releases.

    I’ll update this thread when the feature is added.

    Thanks,
    Aakash

    in reply to: Background Image Not Displayed
    Aakash
    Keymaster

    Hi Gregg,

    I’ll check this issue on my test site and update you.

    Thanks,
    Aakash

    in reply to: php 8.1 support
    Aakash
    Keymaster

    Hi there,

    Sorry for the late reply. I haven’t tested the plugin with PHP 8.1

    The plugin uses the RSS reader API from WordPress itself. There shouldn’t be any issue with PHP 8.1.
    You can go ahead and install the plugin on PHP 8.1.

    Thanks,
    Aakash

    in reply to: change color link (Title and More…)
    Aakash
    Keymaster

    Hi David,

    Sorry for the super late reply.

    Do you still need a help on this topic?

    Thanks,
    Aakash

    in reply to: RSS feed not working
    Aakash
    Keymaster

    Excellent! Thanks for using Super RSS Reader!

    Please do rate the plugin 5 stars if you like it.
    https://wordpress.org/support/plugin/super-rss-reader/reviews/#new-post

    Marking this thread as resolved.

    Thanks,
    Aakash

    in reply to: Edit Hover Formatting
    Aakash
    Keymaster

    Hi Brent,

    Please paste the CSS below.

    .ancr-btn-primary {
        border-bottom: none !important;
    }

    Thanks,
    Aakash

    in reply to: Custom Parameters Get truncated on replacement [part 2]
    Aakash
    Keymaster

    Hi Dennis,

    I tried the same code you tried and I’m not able to reproduce the issue.

    It works fine in my case. Please find the screenshots below.

    Please double check if there are no synstax issues and no nested double/single quotes. Also try switching themes or try the same on a different site without any plugins. That can help you check if any other plugin/theme is manipulating the output.

    Thanks,
    Aakash

    in reply to: RSS feed not working
    Aakash
    Keymaster

    Jeff,

    WordPress caches the RSS feed for 12 hours by default. You can override the cache during testing by adding dummy characters like ?1.
    Example: http://mysitecom/rss.xml?1 Change the number and save the settings everytime you want to override the cache.

    You can also change the refresh duration permanently by placing the code below.

    FAQ

    Thanks,
    Aakash

    in reply to: RSS feed not working
    Aakash
    Keymaster

    Hi Jeff,

    Yes, the issue with the space. I get the below error.

    RSS Error: https://www.rfidjournal.com/category/news/feed is invalid XML, likely due to invalid characters. XML error: Reserved XML Name at line 5, column 39

    I can suggest the following,

    1) Inform the website owner and fix the RSS output.
    2) Copy and paste the RSS feed content to your website as a .xml file which is valid. Provide this file as RSS feed URL. Note: you migtht have to do this manually (or) do some kind of automation.
    3) Write some PHP script which will act as proxy, clean the RSS feed (remove blank lines) and return a valid feed.

    I understand the suggestions are quite difficult, but just like any application the plugin accepts a valid RSS feed URL. The plugin cannot tweak and make the feed valid automatically. RSS feed parsers expect a valid one.

    Thanks,
    Aakash

    in reply to: Shortcode does not exist???
    Aakash
    Keymaster

    Hi Gary,

    Looks like you have a custom parameter named “name” i.e name="Smith".

    Please use a custom parameter other than name, since it is used to invoke the shortcode.

    Thanks,
    Aakash

    in reply to: Custom Parameters Get truncated on replacement
    Aakash
    Keymaster

    Hi Dennis,

    Shortcoder parameters accept double and single quotes only.

    w.r.t the latest query, I did not understand that or the context. When you say it does not work in description, what does it mean? Is it related to shortcoder? Any sample code/example/screenshots on that?

    Thanks,
    Aakash

    in reply to: RSS feed not working
    Aakash
    Keymaster

    Hi Jeff, Terrence,

    Yes, the RSS server for somereason prohibits requests from your site. They might block it based on the user agent, IP of the server etc.

    The code I shared above will change the user agent and mimic a normal user. Hopefully the server is ok with that.

    You can install a plugin like “code snippets” and paste the code in that.

    Code Snippets

    Thanks,
    Aakash

    Aakash
    Keymaster

    Sure, I can add the name of the shortcode name passed when not found.

    Usually users know what shortcode they have inserted, so the comment was not descriptive. I’ll add this change in next version.

    in reply to: Custom Parameters Get truncated on replacement
    Aakash
    Keymaster

    Shortcodes created with Shortcoder are like any other shortcode you use.

    I can add it to the Shortcoder’s doc too.

    More info on dos and don’ts in WordPress’s docs below.
    https://codex.wordpress.org/Shortcode_API#HTML

    Thanks,
    Aakash

    in reply to: Custom Parameters Get truncated on replacement
    Aakash
    Keymaster

    Please insert the shortcode with single quotes.

    [sc name='attribution_for_all_plant_photos_needing_it' text='Geekstreet, CC BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0, via Wikimedia Commons'][/sc]

Viewing 15 posts - 511 through 525 (of 2,067 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