Hello everyone
Is the rss feed supposed to be updated online?
Or alternatively, how often is there an update?
When the post opens, how far does it “go” back (scroll) in time or hours or days?
thanks
Hi there, @eitan_waisgerber
Our RSS Feed app is updated automatically every 1 hour.
If it’s been more than an hour and the new posts still didn’t appear, please send me a link to the page where your widget is installed. I’ll be delighted to look into this for you
First of all, your service is groundbreaking, just like your system
Game changer
Now I see it is up to date
Before it was not
In my humble opinion, you have also arranged what I requested earlier regarding the alignment of the text
Because now that too has changed
I have no words
You are lightning fast
I will update later
thanks
Wow now it’s perfect
RTL
Wow, thanks a ton for your kind words!
If anything else comes up, we’re always here to help
In the meantime, we’d like to remind about our Black Friday Giveaway, where you can win 1 FREE YEAR for any of your subscriptions
Check the details and join in - BF 2024 Giveaway: Win 1 YEAR of Free Usage (10 Winners) + guaranteed month!
Trust me to do so
In the meantime, I’m trying to learn the widgets on my own
And in the ingenious way it is built it is easy
Each of them is so smart
you are a genius
Meanwhile I’m more busy getting excited
This is exactly what I was missing
Thanks max,
We’re thrilled to hear that you find our apps easy to use and effective in helping you reach your goals!
I’d also recommend checking out our CSS Codes category. I guess it’s just the thing, especially for users who have just started exploring our apps.
Here you’ll find the most popular codes for different apps that can help you customize your widgets and make them stand out even more.
However, if you haven’t found the needed solutions or faced any difficulties, we’ll be more than happy to assist you with it
I just came to try to use it
Then I saw that it was fixed
But now that you brought it up I’m confused
The questions are:
Do I need to add the alignment (css code) to the feeds by myself or is it already built into the widgets?
In the feeds of the social networks I see that it is arranged
In the rss feed I see that the pop-up is still from left to right
Thanks Max
Apologies for misunderstanding!
In some widgets, like Reviews, the RTL feature is available in the settings. The RSS Feed app doesn’t have this option in the settings, but it’s possible to do this using the CSS code.
I’ll discuss it with the devs and get back to you a bit later
So if that’s the case
What changed my feeds?
ok great i used the css
perfect
Sorry for the delay in response!
I see that you’ve already had a chat with my colleague Viktoria. As she said, the code for the RTL mode in your Social Feed widget will work in the RSS Feed widget too.
Just in case, I’ll duplicate the code here:
[class*="Block-sc"] div {
direction: rtl;
text-align: right;
}