Forum Replies Created

Viewing 15 posts - 571 through 585 (of 2,090 total)
  • Author
    Posts
  • in reply to: Combine different sources to one feed
    Aakash
    Keymaster

    Hi All,

    This feature is available in the latest Super RSS Reader – PRO version.
    Please do try the latest PRO version to get this feature.

    Thanks,
    Aakash

    in reply to: Can you stop/pause the Super RSS Pro feed?
    Aakash
    Keymaster

    Hi Chad,

    Super RSS Reader does not pull articles on the fly.

    It loads certain number of RSS feed items and scrolls them vertically. It does not dynamically pull the feed items.

    You can configure the number of items to load on the page under the “general” tab.

    Once they are loaded on the page, they keeping looping like a news ticker vertically.

    Please do let me know if this didn’t answer your query.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Chad,

    Thanks for using Super RSS Reader PRO.

    Super RSS Reader has the feature to hide/skip RSS feed based on feed data like title, URL, content etc.

    You create and set rules accordingly to skip the feed item as needed.

    Please see documentation below.

    Filter by Keyword

    Let me know if you face any issues while using this feature.

    Thanks,
    Aakash

    in reply to: Button appears on top of lightbox image viewer
    Aakash
    Keymaster

    Cheers!
    Please do rate the plugin if you like it! – https://wordpress.org/support/plugin/ultimate-floating-widgets/reviews/?rate=5#new-post

    Your rating will help the plugin a lot!

    Thanks,
    Aakash

    in reply to: Button appears on top of lightbox image viewer
    Aakash
    Keymaster

    Hi Vince,

    You can use CSS to change the order. Please set the CSS below.

    .ufw_pp {
        z-index: 99999 !important;
    }

    Thanks,
    Aakash

    in reply to: Stack buttons
    Aakash
    Keymaster

    Hi Justin,

    Apologize for the late reply. There was a bug in v2.4.
    Hence the inserted CSS didn’t work.

    Please update to version 2.5 and the CSS should work as expected.

    Thanks,
    Aakash

    in reply to: How to add custom CSS
    Aakash
    Keymaster

    Hi Vince,

    There was a bug in v2.4 where additional CSS were stripped out of special characters. Hence the CSS was not working. This issue is fixed in v2.5.

    Please update the plugin to v2.5

    Thanks,
    Aakash

    in reply to: How to add custom CSS
    Aakash
    Keymaster

    Hi Vince,

    Yes, there was an empty title hence I gave CSS to hide it using display: none and remove the margin of the first post. Not sure why it didn’t work. It worked fine for me.

    Regarding your 2nd question, it is answered here – https://www.aakashweb.com/forum/topic/button-flashes-on-page-load-even-when-initial-state-is-hidden/#post-11961

    in reply to: Button flashes on page load even when initial state is hidden
    Aakash
    Keymaster

    Hi Vince,

    Can you please try the CSS below and see if it helps?

    #ufw_1 {
      animation: ufw_hide 0s 1s forwards;
      visibility: hidden;
    }
    
    @keyframes ufw_hide {
      to   { visibility: visible; }
    }

    Thanks,
    Aakash

    in reply to: How to add custom CSS
    Aakash
    Keymaster

    Hi Vince,

    Thanks for using UFW.
    Please use the CSS below.

    .ufw_wb_inner .widget .postlist {
        margin-top: 0 !important;
    }
    .ufw_wb_inner .widget .widget-title {
        display: none;
    }
    in reply to: Not showing all the feed entries at the same time
    Aakash
    Keymaster

    Hi Albert,

    Sorry for the late reply.

    Adding the dynamic load feature was not widely requested since most general use feeds are small.

    In your case, there are 60 items. Without “full content” enabled this number is not very huge.

    The final output HTML from SRR is crisp and not bloated.

    What I can suggest for you is, display all the 60 items and use CSS to add a scroll bar to the container.

    Is that fine? If yes, please share me the page URL. I’ll suggest CSS as needed.
    This way you can have all the items displayed and users can use scroll bar.

    Thanks,
    Aakash

    in reply to: Stack buttons
    Aakash
    Keymaster

    Hi Justin,

    Sorry for the delay. Please use the CSS below to position the button on the bottom left corner above the button on the bottom right.

    #ufw_2 .ufw_btn {
        right: 1.5em;
        left: auto;
        bottom: 6em;
    }

    You can use the same CSS like above and change the ID of the widget box (2) as needed.
    Here the button is moved to the bottom right side.

    Thanks,
    Aakash

    in reply to: Stack buttons
    Aakash
    Keymaster

    Hi Justin,

    Sure, I can help. Can you please share the page URL where the button is added?
    I need to write CSS to reposition the button.

    Thanks,
    Aakash

    in reply to: Icon background color – transparent
    Aakash
    Keymaster

    Hi there,

    Please type “transparent” as value for “icon background color” and set empty value for “icon color”.

    Thanks,
    Aakash

    in reply to: Separate tabs from RSS feed?
    Aakash
    Keymaster

    Hi there,

    I can understand your question now.

    Unfortunately the current implementation is that tabs and the RSS feed are bound together. That is tabs cannot be removed and placed elsewhere. It is to make a connection between the tabs and tab content.

    This is because a page can have multiple RSS feed with tabs and implementation will get complicated. Plus, there were no requirements for the same.

    However, using some CSS we can align the tabs to the left of the RSS feed like in the image but not have totally different position.

    What you can do is, you can use some external tab plugin, visual builder or something like that and create the tabs on the sidebar then insert the shortcode for each RSS feed in each tab content.

    Thanks,
    Aakash

Viewing 15 posts - 571 through 585 (of 2,090 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