mgrmn
Forum Replies Created
-
Feed comes from this plugin, https://www.ads-software.com/support/plugin/events-manager not sure, but i am thinking that since SEO uses page title to add page title to <title> tags.
File which creates feed on github
https://github.com/bippo/events-manager-wordpress/tree/master/templates/templates (rss.php)The result of the feed
is that titles do not display
<title>TITLE OF EVENT</title>
but display<title>Events * </title>
* == page nameAll In One SEO Pack Version 2.0.3 no problems! it all works well.
??
For others if any problems, all 1 one seo earlyer releases you can find here. https://github.com/wp-plugins/all-in-one-seo-pack/releases
With the Version 2.0.3 no problems! it all works well.
Found the problem, dumb of me to now follow standard debug procedure
Plugin causing problem
— All In One SEO Pack Version 2.0.3.1Event permalink slugs are all set, event page has been assigned.
In event list / archives
Settings > Pages | Events page –> Page = EventsDeactivating all plugins. let me see.. haven’t thought about that one yet.
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>
<guid>https://www.domain.com/event/electric-festival-oranjestad-aruba/</guid>
<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>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.
<title><?php echo $EM_Event->output( ‘#_EVENTNAME’, “rss” ); ?></title>
The above works for me
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
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
#_EVENTNAME
using wp 3.6 however i think it was solved after solving function event problem, this was cuasing the problems.
However i will send you a email, love to try new version ??
add event to function(), or copy below code
jQuery.noConflict(); jQuery(document).ready(function(event){ // check if ad is disabled or hidden if (disablead === 'true'){ jQuery("." + customclass).remove(); event.preventDefault(); }else{ jQuery("." + customclass).remove(); event.preventDefault(); } });
ok at this moment i cant show, cuase no events, untill 2 more days.
However en widget module, i say for example, show 10 upcoming events
Now this is what happends
1 – event (which happend 2 days ago already ended) (ERROR)
2 – event (another event that happend 2 days ago) (ERROR < it should not be in the list anymore, unless it is an ongoing event like for example TOMORROWLAND which is a couple of days)
3 – event today
4 – event tomorrow
etc…So basicly list should only display or ONGOING or UPCOMING, not PAST events..
Question about that one.. it says
By default, events that are have an end date later than today will be included in searches, set this to yes to consider events that started ‘yesterday’ as past.
Q: So will current / ongoing events be excluded ?, default list in https://www.domain.com/events/ is displaying all events just fine
It is only the widget events display that includes events from yesterday and before yesterday. However ongoing events — are nice to have them displayed!