Hi!
I have a problem with the current version (2.7.4) of Event-Page-Plugin:
If a post is saved unpublished (Draft, Review, Trash) as Event it’s shown on the Event Page anyway.
Can you fix that? If not, write me and I will look for a patch.
Thanks for the Plugin!
Regards
Andi
Is there anyway to list past events?
]]>Hey guys,
Anyone have any idea on how to show past events in a section below the upcoming events?
How can we enter the featured image of the post to the event listing on our “event page list”
]]>Cant make it work with WPML. When i switch to different admin language settings turn to default. Any ideas?
Thanks in advance.
]]>Hey,
Great plugin!
Is there a way to display the event information (i.e. event host, event time, and event location) inside the post itself?
So the information that is used on the list is shown under the post title when looking at the post.
]]>Hy,
I have installed the event pages plug in, but I don’t know how to make a new event page to appear on the home page at the newest post on the home page….Is it possible? Because now I have to write an event page and a normal post with the same thing….
thank you
]]>I have an event page where I want to list all of my events. But I also list them on the homepage, where I would only like to include the latest 10. How would I do that?
]]>If you’re not getting anything printing out for %value% on standard WP items (either in the admin or on your page) this fix worked for me:
Change:
$args = '';
(empty string)
To:
$args = array();
(empty array)
in event-page/core/event-page.php at around line 110
]]>i’m trying to display the date next to the title to display upcoming events on sidebar.
“><?php SOMETHING GOES HERE(); ?> – <?php the_title(); ?>
is this possible?
]]>For people who are struggling with the “unable to move, modify Mark-up setting” issue like me, I found a solution, or a work around. Apparently Event Page plugin doesn’t like site URL to be different than the WP URL. At least in my case, when I set both url to be the same, Event Page functioned as expected. You may still get those permission errors but things should still work. Once I made the changes to the Mark-up setting, I then changed the site URL back to the root directory. Everything still works fine except you can’t make the Mark-up changes. Hope this helps.
]]>Clicking on the 3 links in the sidebar yields different results.
The first link (settings) works fine
The second (date time settings) and third (configure event mark-up) don’t.
I receive the error “You do not have sufficient permissions to access this page.”
I googled it briefly and it said something about non-default mysql names but that didn’t feel right so I FTP’d the files and noticed that the php files that should be there don’t appear to be there.
**the url for settings (the one that works) is:
https://www.ecouo.ca/wp-admin/admin.php?page=event-page/tern_wp_events.php
**the url for date time settings (not-working) is:
https://www.ecouo.ca/wp-admin/admin.php?page=DateTimeSetings
Since the syntax changed I tried to find a php file within plugins/event-page that could match but the sole php file was tern_wp_events. There were a few nestled deeper but they didn’t seem to help.
So, what’s up?
]]>