Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,039 total)
  • Author
    Posts
  • in reply to: RSS Error: WP HTTP Error when rss url contains [ ] characters
    Aakash
    Keymaster

    Hi Nina,

    Thanks for buying Super RSS Reader – PRO.

    Can you please share the full RSS feed URL? I’ll try the feed on my test site and update you further.

    Thanks,
    Aakash

    in reply to: Rss feed plugin creating issues.
    Aakash
    Keymaster

    Cheers! Have a good day!

    in reply to: Rss feed plugin creating issues.
    Aakash
    Keymaster

    Hi Mandeep,

    Yes, the RSS feed provided has contents till 11th august. Hence it is displaying that.
    https://feeds.feedburner.com/breakingtravelnews

    Thanks,
    Aakash

    in reply to: Rss feed plugin creating issues.
    Aakash
    Keymaster

    Hi Mandeep,

    The reader is displaying feed as per the RSS content provided.
    You can read the content in the RSS URL to compare.

    Could you please share details on what is missing?

    <item>
    <title>DAMAC’s 120-villa Maldives Island Resort Construction on Track for 2025 Delivery</title>
    <link>https://www.breakingtravelnews.com/news/article/damacs-120-villa-maldives-island-resort-construction-on-track-for-2025-deli/</link>
    <guid>https://www.breakingtravelnews.com/news/article/damacs-120-villa-maldives-island-resort-construction-on-track-for-2025-deli/#When:09:11:04Z</guid>
    <description>Project delivery of the Mandarin Oriental Bolidhuffaru Reef Resort expected in 2025</description>
    <dc:subject>Hotel, Organisations & Operators,</dc:subject>
    <dc:date>2023-08-11T09:11:04+00:00</dc:date>
    </item>
    Breaking News
    11 AUGUST 2023
    DAMAC’s 120-villa Maldives Island Resort Construction on Track for 2025 Delivery

    Thanks,
    Aakash

    in reply to: Trying to remove the !important that you guys put in the code
    Aakash
    Keymaster

    Hi David,

    Modifying load-style.php is not the right thing to do.

    Can you please let me know why you need to remove !important?
    It is set so that themes to not add a border to the announcement.

    If you want to set a border forcefully, then use the CSS below.

    div.ancr.ancr-wrap{
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    }

    If you want to remove that altogether for some reason, then you must edit the plugin file itself. It may get overwritten in the next update.
    File plugins/announcer/public/css/style.css

    Thanks,
    Aakash

    in reply to: Latest release eliminates tags in the title.
    Aakash
    Keymaster

    Hi Webm,

    Shortcoder did not make any change related to this. It does not strip away any tags.

    It might be done by other plugins.
    Did you upgrade any other plugins/theme recently?

    If you want to confirm this, you can uninstall shortcoder v6.3 and install shortcoder v6.2 by downloading the link below.
    https://downloads.wordpress.org/plugin/shortcoder.6.2.zip

    Let me know how it goes.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: Background Image Not Displayed
    Aakash
    Keymaster

    Hi Ted,

    Looks like sanitization function is very strict. I’m checking this issue.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi, You can paste it within the body tags. Full style tag code can be copied below.

    <style>
    .socializer {
        display: flex;
        justify-content: center;
    }
    </style>

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Pravin,

    Please paste the CSS below on your site between the <style> tags.

    .socializer {
        display: flex;
        justify-content: center;
    }

    Thanks,
    Aakash

    in reply to: Variables that can work on a page.
    Aakash
    Keymaster

    Hi there,

    Thanks for using Shortcoder. With shortcoder, we cannot implement any programming related concepts like variables, loops and conditions.

    However, I can suggest you use “custom parameters”.
    More details here – https://www.aakashweb.com/docs/shortcoder/custom-parameters/

    You can create a shortcode with ORP391935 replaced with a parameter like %%myid%% and then use the shortcode like [sc name="hey" myid="ORP391935"][/sc]

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Pravin,

    Sure, I can help. Can you please share your website URL where the icons are placed? I can look at it live and suggest further steps.

    Thanks,
    Aakash

    in reply to: Only retrieves last 5 posts
    Aakash
    Keymaster

    Hi Dave,

    Thanks for using Super RSS Reader – PRO.

    I see that the “count” attribute is missing in the shortcode.
    If you want “ticker” effect then use the below attributes
    count="15" display_type="vertical_ticker" visible_items="5"

    For pagination type,
    count="15" display_type="paginated" page_size="5"

    Thanks,
    Aakash

    in reply to: Custom Template / Look and Feel with Pro Version?
    Aakash
    Keymaster

    Hi Valve,

    Thanks for checking Super RSS Reader plugin.

    The RSS reader has “CSS class” names set to various elements like title, description, thumbnail etc. Users can tweak the style using this as per their requirement. Below FAQ has the list of class names which you can use.

    FAQ

    However, there is no form or GUI option provided to customize these considering the requirements are usually very diverse.

    The ability to customize the RSS reader, the class names etc. remain the same in both free and PRO. The PRO version does not provide explicit options/form to customize that. You can continue with the free version if you are looking for customization alone. The list of PRO only features are listed below.

    Super RSS Reader

    Super RSS Reader also provides WordPress “hooks” using which you can modify the output like including custom text, pulling custom feed data, adding custom class etc. Below document has more info on this.

    Actions and Filters

    Please do let me know if you are any more questions, I would be happy to clarify them.

    Thanks,
    Aakash

    in reply to: Google new feed Image issues
    Aakash
    Keymaster

    Thank you. Please do start a new topic if you experience any new issue.

    Thanks,
    Aakash

Viewing 15 posts - 331 through 345 (of 2,039 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