RSS Feed

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1123791
    Michael
    Participant

    Hi Guys,
    Currently we are feeding our calendar via RSS to our app, but as I see in your RSS Feed article, only 10 events are showing up as they should. I was wondering however…Is there anyway to create a workaround and show more than 10 events. We were hoping to make a larger list than just 10.
    Thanks guys!

    #1124066
    Geoff
    Member

    Hey Michael and welcome back to the forums–hope all is well. 🙂

    I believe that the number of posts for the calendar RSS is controlled by the same setting as the default WordPress RSS. So, in other words, you should be able to show more than 10 items by heading to Settings > Reading from the WordPress dashboard.

    Does that do the trick? Please let me know.

    Thanks!
    Geoff

    #1124525
    Michael
    Participant

    AH ha!
    That worked thanks Geoff!
    Also, I noticed that there are little drop down arrows that are partially hidden on my filter bar appearing. Which were not there previously. Do you know what these are or how I can target them with CSS?

    http://77.104.139.211/~gracestl/events/

    #1124553
    Michael
    Participant

    Oh I got it…

    #tribe_events_filters_wrapper h3 span:after {
    border-bottom: 0 inset transparent;
    border-left: 3px inset transparent;
    border-right: 3px inset transparent;
    border-top: 5px solid;
    content: ‘ ‘;
    height: 0;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    width: 0;
    }

    It was this CSS

    #1124601
    Michael
    Participant

    It seems to be a bug on your own demo as well.

    #1124722
    Geoff
    Member

    Thanks for the heads up! We are indeed aware of that — I just saw a ticket open in our system to work on that very thing, so I appreciate you noticing and letting me know so I could check on it. 🙂

    Everything else good to go with RSS?

    Cheers!
    Geoff

    #1124727
    Michael
    Participant

    Yesir!

    #1125095
    Geoff
    Member

    Heck yeah, that’s great to hear! Feel free to let us know if any other questions pop up and we’d be more than happy to help. 🙂

    Cheers and have a great weekend!
    Geoff

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘RSS Feed’ is closed to new replies.