Viewing 15 replies - 1 through 15 (of 25 total)
  • What do you have under Events > Settings > Formatting > RSS > RSS title format?

    Thread Starter mgrmn

    (@mgrmn)

    #_EVENTNAME

    Can you try making that:

    #_EVENTNAME - test

    and seeing if the – test part appears in the RSS feed?

    Thread Starter mgrmn

    (@mgrmn)

    Does not react to changes at all, RSS description format does change if i make changes.

    Could you tell me which file actually generates de RSS ? so I go at it myself

    There’s actually a RSS template inside /events-manager/templates/templates – that should help.

    Thread Starter mgrmn

    (@mgrmn)

    Here is what I figured out..

    Changes made directly in rss.php within <link> | <title> | <guid> no effects, however links added to the link and guid are correct.

    By changing the code in, it does have effect.

    <description><![CDATA[<?php echo $description. $EM_Event->output('#_EVENTNAME'); ?>]]></description>

    Please advise

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hmm, this works for me; can you share us sample link to your site for us to see?

    Thread Starter mgrmn

    (@mgrmn)

    <title><?php echo $EM_Event->output( ‘#_EVENTNAME’, “rss” ); ?></title>

    The above works for me

    Plugin Support angelo_nwl

    (@angelo_nwl)

    should be at events > settings > formatting > rss as per caimin_nwl posted above? Or can I know your current EM version please?

    Thread Starter mgrmn

    (@mgrmn)

    EM Version 5.5.1
    WP 3.6
    w3 TOTAL Version 0.9.3 (just in case)

    events > settings > formatting > rss < Its there, but all comes out like <title>Events</title> , I have not checked the option value meaning if something goes wrong passing it to output(), it is listed in DB.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    can you try to clear w3 TOTAL and/or disable it? or you have already modify template file rss.php in your theme?

    Thread Starter mgrmn

    (@mgrmn)

    Now i feel really dumb. It still not working sorry, the above seems to be an old cached link. (https://domain.com/event/rss) now using https://domain.com/events/rss/)

    Using debug true at moment (to see if any error occurred) Getting lots of strict notices.

    Yes i removed cache from and wt3 and cloudflare. (Removed wt3 completly – Hostgator wasnt happy about that one!)

    Theme does not have a rss.php, it uses automatic-feed-links in theme and default wp-includes/rss.php

    Now if I add title to description result is instantly, without removing cache!
    What i do not get at the moment, is the following, https://www.farras.com/events/rss/ and https://www.farras.com/event/rss (event instead of events)

    Both generate a rss feed, 1 with old events (but with title), the other one with current events, but no title just using the Events title

    <title>Events</title>
    <link>https://www.domain.com/event/electric-festival-oranjestad-aruba/</link&gt;
    <guid>https://www.domain.com/event/electric-festival-oranjestad-aruba/</guid&gt;
    <pubDate>Sat, 07 Sep 2013 02:00:00 +0000</pubDate>
    <description><![CDATA[Electric Festival Oranjestad Aruba
    06/09/2013 – 08/09/2013 – 9:00 pm – 11:30 pm
    NIKKY BEACH Oranjestad Aruba
    LG Smith Blvd
    Oranjestad]]></description>

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Someone else reported some issues with RSS although slightly different, in their case they didn’t have an Events page selected, which was causing this problem.

    If that’s the case, the immediate fix is to assign an events page (it can even be a private page, it just needs to be assigned).

    have you tried temporarily deactivating all other plugins and/or reverting to the default wp theme as well?

    Thread Starter mgrmn

    (@mgrmn)

    Event permalink slugs are all set, event page has been assigned.

    In event list / archives
    Settings > Pages | Events page –> Page = Events

    Deactivating all plugins. let me see.. haven’t thought about that one yet.

    Thread Starter mgrmn

    (@mgrmn)

    Found the problem, dumb of me to now follow standard debug procedure

    Plugin causing problem
    — All In One SEO Pack Version 2.0.3.1

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘EVENT RSS Titles are all displaying "event"’ is closed to new replies.