The events tag has no wiki summary.
-2
votes
0answers
12 views
events manager: how to link a gallery? [closed]
I'd like to add an image gallery to the single event I can create with Events Manager plugin. Have You ever done it?
0
votes
1answer
20 views
Post Terms As Class Name For Full Calendar Events
I have implemented Full Calendar via json with my Wordpress custom post types.
All is fine except I want to add the taxonomy term of the event / post to the 'className' of the event object but cant ...
0
votes
1answer
34 views
Order posts of a custom post type by the event date using FT Calendar Plugin
I am using the FT Calendar Plugin. My question is how can I order posts of a custom post type by the event calendar date?
So for instance I have a CPT named "Events" and for each event post a ...
0
votes
0answers
36 views
Permalinks do not work on Event sub-pages
I use the Event Manager Plugin, and I'm having a problem with permalinks. When I set "Post name" option, I get "Page not found".
I have an event page: example.com/events/event-1/
This Event page has ...
0
votes
0answers
27 views
wp_schedule_event attempt causes T_CONSTANT_ENCAPSED_STRING error
I'm developing a plugin and am trying to set up a recurring event for it. However, even putting the function that I'm about to link to an activation hook in my file causes wordpress to throw this ...
0
votes
1answer
52 views
Checking if field is set before comparing with meta_query in query_posts?
I have a query set up to compare the start and end dates for some custom fields. The start date is required for the post; however, the end date is not. This causes some issues with the following:
...
0
votes
1answer
414 views
All-in-One Event Calendar: Custom Query - Getting each event Instance
I am using the All-in-One Event Calendar by Timely, and I would like to display upcoming events from the events calendar in a carousel on a separate page, and I need to get the event information.
I ...
0
votes
1answer
148 views
What is the Javascript event for an item being added to the cart in Woocommerce?
I can't seem to find this in the docs or through google. So basically I'm just looking for the Javascript event that fires when an item is added to the cart. For some reason my default added to cart ...
2
votes
1answer
71 views
javascript is not working on Event Submission?
I am using Events Manager Plugin
Javascript is not working on Submit Events Page .
I found the reason behind this , that was, I have written a line of code in functions.php to call jquery file.
...
0
votes
0answers
88 views
Events Manager plugin breaks Custom Post Types [closed]
I have Custom Post Types hard coded in my theme code which where working fine before I installed the plugin. Now I get 404 pages when I try to access them. Strangely, the taxonomy archives still work.
...
0
votes
0answers
56 views
Woo commerece Theme conflict(css issue) with frontend submission form of Events Manager plugin [closed]
I want to use woocommerce theme with events manager plugin but when the page is loading it will display those fields but collapses them when it finishes loading the page.
I get this ...
0
votes
1answer
61 views
Listing future posts together with normal posts
In my blog I'm displaying lists of posts from every category I have in the homepage. I have a column for each category. The code is this:
<?php
$categories = array('3', '4', '5');
foreach ...
2
votes
1answer
68 views
Short code for Venues
I am using the Event Organiser plug in and I am trying to setup the "venues."
In the post my client and I would like a little more information on the venue to appear,
I found the short code for the ...
0
votes
1answer
670 views
sort and display posts by custom field (wp-query and the loop))
i only want to show upcoming events posts on the homepage. i have made a custom field using the 'custom field suite' plugin, called 'ENDS' representing the date an event ends.
as you can tell, i ...
0
votes
1answer
171 views
Empty meta-box returns publishdate if no value is set?
I have no idea why this would/could happen.
I have a custom metabox for an "event_end_date" set for a custom-post-type. If I leave this field blank it always puts out the publish-date of the post ...
0
votes
0answers
57 views
Event Organizer Widget [closed]
do you have any documentation on the widget for your Event Organizer plugin?
PS - Your plugin rocks. I will definitely be making a donation your work.
Thank you,
Chris
2
votes
0answers
124 views
Custom Post Type Events Archive Grouped By Month
I'm currently trying to get my events listing code to print out headers by Month. So basically this:
October
event
event
September
event
event
etc...
Right now it just keeps echoing ...
0
votes
0answers
88 views
Using Events Manager plugin with Catalyst Theme Framework [closed]
I was just wondering if anyone has used the Events Manager plugin (free or Pro) with the Catalyst Theme Framework. I know there have been troubles using Event Calendar plugin so I am curious about ...
0
votes
1answer
370 views
Single Events as Sub-Page to Main Calendar Page
Does anyone have experience with Time.ly's Event Calendar? I've contacted Time.ly help and they informed me this sort of thing would have to be custom work. Soo, I come to the trusty WPSE!
Do you ...
0
votes
2answers
376 views
Event Archive by Month
I'm creating an events site for a theatre in wordpress - at the moment I have set up a custom post type for Events and am using a custom field 'event_date' (which formats to YYYY-MM-DD) to order the ...
0
votes
1answer
98 views
How to use template field in the Event Organiser plugin widget
I'm using this plugin: http://wordpress.org/extend/plugins/event-organiser/
I notice a field in the widget called "Template (leave blank for default)". How would I use this field to show the standard ...
1
vote
2answers
295 views
Plugin: Events Manager - Search by start date only
EDITED MY QUESTION TO MAKE IT WAY MORE CONCISE
Using Wordpress plugin Events Manager, my goal is to alter the search form so it searches for events on single dates. I don't want a date range search ...
0
votes
1answer
413 views
Display posts with a start OR end date later than current date
I'm working with an upcoming events list. I create a custom post type, with a custom field: [event_start_date]. I also have some multiday extension events, defined by an additional custom field: ...
0
votes
1answer
396 views
How to use get_categories() with Event Organiser plugin
I want to display my categories in tabs. All is good, except my "Upcoming Events", created with Event Organiser (awesome plugin at http://wordpress.org/extend/plugins/event-organiser/), are not being ...
1
vote
0answers
294 views
Event Organiser: Event list includes regular Posts & custom fields?
I've recently tried setting up and using the plugin, Event Organiser. Unfortunately, when using the shortcode on my Calendar page it appears to have included the regular blog posts in the stream. ...
0
votes
1answer
311 views
Wordpress & PHP sessions
I am using a plugin called WP events manager, I would like to add custom functionality so that each event can be 'added' to a 'basket' then at the end the user can go the the 'checkout' and register ...
0
votes
1answer
205 views
Calendar for irregular recurring events
I have a custom post type Event with multiple start and end dates for each Event.
What I need then is a calendar similar to the calendar widget with links to these events.
I need multiple multi day ...
2
votes
1answer
170 views
How Do I Make WordPress Run an Event Every Day?
In a plugin I want to build, it deals with contests. A contest has a date on it. Does WordPress have a feature in it where it can run a piece of code every day without requiring someone to create a ...
1
vote
1answer
131 views
Calendar Solution: Handling upcoming Dates with Posts?
I'm not sure I'm allowed to ask a question like this on this forum, however I'll try. My question is not yet about a technical problem but how my complete theme-architecture might be build to fit my ...
0
votes
1answer
896 views
Event booking form for wordpress
Cannot find plugin which will allow me to do this:
I want to accept event bookings on my website like on the screenshot.
Below text fields event list will be presented and green will show events with ...
3
votes
1answer
381 views
Conference ticketing and seating module for WordPress [closed]
Previously I have asked about free Conferencing modules for WordPress.
Unfortunately, none (free or paid) support seating, i.e.: tickets with seat numbers.
Can you recommend one which does?
Thanks
0
votes
1answer
296 views
Plugin: Events manager - Next and previous event
I'm trying to get a navigation in the events of event manager
the next/previous post links work but they are ordered by creation date
instead of event date.
How could it be possible to change this?
...
2
votes
2answers
194 views
Plugin allowing for artists, events and venues
I'm working on a music festival website and up until now have used WordTour. I really like WordTour's artists > events > venues content hierarchy, but am having difficulties transitioning from last ...
5
votes
2answers
705 views
How to set a custom post type to have viewable future posts
I've setup a CPT to act the same ways as posts but used to post event details.
Thing is that some of the posts are in the future and such have a future date set on them. Problem is that normal users ...
1
vote
2answers
4k views
Looking for a simple calendar/events plugin [closed]
am looking for a simple calendar/events plugin with a list view by months and a pagination between months. Events would be simply made of a tile, description and the date of the event.
Here's a ...
4
votes
3answers
511 views
Best way to create list of gigs for Wordpress theme?
I'm currently designing a musician's wordpress theme, and am looking to create a user-controlled dynamic gig list. It doesn't have to have a link to any event pages, just a simple "where, when, with ...
0
votes
2answers
484 views
how to compare different timestamps in wp-query for events custom post types?
I have a custom post type with custom metaboxes (as seen on wptheming.com) and would like to make a query to show upcoming events, say in the sidebar, where past dates are left out.
But I need a ...
3
votes
1answer
302 views
Post date vs. event date in Wordpress
If I'm creating a WordPress site, what should I do when I have a blog that manages events to keep date events? For instance, in my own case, I'm making a travel blog where some histories have a real ...
0
votes
1answer
182 views
Plugin for Marathon Running Event Management
Is there a plugin that works to be a marathon running event management tool? I need things like ways to accept registrations, payments, and displaying the results when the event is over.
1
vote
1answer
94 views
Trying to create a table/list of my EventBrite course listings [closed]
I have an ever evolving list of courses on EventBrite. I would like to display them in two ways on my website:
- On this page: ...
0
votes
3answers
382 views
Conference website with ticket-sales + sponsorship sales with WordPress?
I am considering moving away from Drupal and drupal-cod due to the lack of good themes.
The two major features I am looking for are:
Ticket sales (PayPal), with receipts sent to attendee
...
0
votes
2answers
1k views
RSVP form for Facebook events from a Wordpress post?
Is there a way to add a RSVP form to a Facebook event in a Wordpress post?
(let's assume I have a website linked to a Facebook application and I want to publish public events I have published on a ...
0
votes
1answer
167 views
Creating an Events Feed with Sub Pages/Posts for Each Event
I am currently working on creating an events section for a website. My original plan was to create a custom post type for Events and create a new post for each event. Then I would query the top five ...
0
votes
1answer
102 views
Change status of page after an event (Looking for best practice advice)
I'm looking for a best practice/ideas for modifying the status/data of a page after an event.
Here's an example of what I'm trying to accomplish - This WordPress site would allow users to sponsor ...
0
votes
1answer
355 views
Display upcoming events in the next 30 days by querying posts with timestamp in custom meta
I have a custom post type "event" which stores a custom meta as a timestamp ($event_date). The date is always in a dd-mm-yyyy format, so I can generate a unix timestamp from this key. The timestamp ...
0
votes
2answers
1k views
How do I search events between two set dates inside WP?
I am building a WP site with an events feature. The events page was made with custom post types.
I want to make it possible for people to search/ filter events by dates. For example, they can search ...
0
votes
1answer
475 views
Yelp-style geographic directory plugin?
The project I'm working on discusses local farming/agriculture/etc. initiatives and I'm ultimately wanting to create a directory with the following features:
Separation between:
Urban farms
...
0
votes
1answer
862 views
Unable to sort wp_query by date/time with multiple meta_key s
4th EDIT 11/17/2011
I spoke too soon. Now I have all the posts showing up but the total events does not seperate the events by day after I moved the endif; and endwhile; I posted the modified code ...
0
votes
1answer
240 views
Count of posts with meta_key filled in?
Working on upcoming events list that returns posts fine in a custom query. In the custom post type 'event' there are multiple events within a date range. I want to display all upcoming events in ...
0
votes
6answers
623 views
How to reorder and display a feed to be chronological?
I have a feed from an events calendar that once put in the WordPress RSS widget displays the feed items in reverse chronological order. So the events that are farthest in the future display first, and ...
