I am trying to change the “View Details” button or the Event Title link to link to the individual event posting page in stead of to the Facebook event. I looked everywhere in the settings and couldn’t find where to change this link. I can only find a place to change links on the individual posting, however I want to change the links from the Archive page.
Plz help:(
]]>For example:
https://spacewell.com/events/
… should become for Dutch…
https://spacewell.com/nl/evenementen/
I got this link from the guys at WPML but no change or news: https://github.com/moderntribe/the-events-calendar/pull/3179
2: TEC version 5.1.6 translation issues
TEC version 5.1.6 created all kinds of translation issues on the front and backend. It was so bad we had to revert to version 5.1.4. Any news on this being solved in 5.1.7?
3: Localisation of date formats.
The American date format is not correct for European countries.
For example:
l, F j, Y (Thursday, September 24, 2020)
… should be for Dutch…
l, j F Y (donderdag 24 september 2020)
I tried updating the format in WPML String translation but that didn’t work. Any other way this can be done?
]]>We are running a multi-language site and would like to translate the “Events URL slug”.
For example:
https://spacewell.com/events/
… should become…
https://spacewell.com/nl/evenementen/
… for the Dutch version of our website.
At the moment the Dutch version still has this URL https://spacewell.com/nl/events/. Same goes for the other languages.
We are using WPML and I have been communicating with them for almost two months without success. According to them something needs to be done at your site to make this possible.
Our website is updated (5.5) and is running all latest plugins.
Would you mind taking a look at this, please, and if necessary talk to the guys at WPML?
Thanks!
I noticed an update became available after writing this question which is not installed yet. We are running Version 5.1.5
]]>I’ve tried changing the slug in Settings to upcoming
and test
, re-saving permalinks after each change and it continues to be 404.
I’ve installed the WordPress Health Check & Troubleshooting plugin to disable all other plugins and revert to a default theme and it continues to be 404.
The single posts do not 404, the link back from the single page does 404.
My other custom post types do not seem to have issues.
The HTAccesss rewrite looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wprojects/mywp/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wprojects/mywp/index.php [L]
</IfModule>
# END WordPress
The debug log doesn’t display anything meaningful when viewing the events archive page or any of the other pages. When I enable debuggin within the plugin settings I get this repeated to show that it’s logging errors:
[04-Sep-2019 20:56:30 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Sep, 4th at 08:09:30 pm
I have 1 event that starts Aug 1st and ends Sept 30th for testing purposes.
What else can I do to debug why the events archive is 404ing?
]]>Here are the two individual events: https://neustadtprize.org/events/event/reimagining-the-shahnameh-in-persian-literature-2/ and https://neustadtprize.org/events/event/the-manufacture-and-rise-of-the-african-novel-language-identity-and-the-politics-of-ownership-2/
The archive-event.php template looks fine, and the issue is only occurring between these two events. Any idea what’s causing this?
Thanks for any help!
https://www.ads-software.com/plugins/event-organiser/
]]>So I bit the bullet and decided to change my categories/pages and remove the events page I had before so that I would not have to change anything in Event Espresso.
I have added a couple of events, one to replace the article I had about an event that has already happened (to keep the URL and to keep a record of things).
But the past event do not show. And I am not able to find a setting to tell EE4 to display all events, even if they are expired. I also want to include past events as a way of letting people know what events we are doing.
I do not want to set up a separate page for events archive. I just want them to appear in chronological order – just as a blog.
Does anyone know where I can send pre-sales questions?
https://www.ads-software.com/plugins/event-espresso-decaf/
]]>https://www.ads-software.com/plugins/sugar-calendar-lite/
]]>if( is_category(‘events’))
{query_posts($query_string . ‘&meta_key=fw_event_time&meta_value=’.time().’&meta_compare=>&orderby=meta_value&order=ASC’);
}
if($is_events_child)
{query_posts($query_string . ‘&meta_key=fw_event_time&meta_value=’.time().’&meta_compare=>&orderby=meta_value&order=ASC’);
} /*there’s prob a better way to do this but this worked to include events sub-categories*/’
I want to add a link at the top that says “View past events”. I think the simplest way to do this is to run a new query and change meta_compare to =< . So I added this:
‘“>View past events
$past_events = query_posts($query_string . ‘&meta_key=fw_event_time&meta_value=’.time().’&meta_compare=<&orderby=meta_value&order=ASC’);’
This doesn’t work – any suggestions? I am fairly new to php so I’m probably doing something stupid…
]]>