wp_update_term is always launched after wp_insert_term

i'm trying to add a custom post that will create terms and sync with an existing mec_location taxonomy of MEC i looked this old post Maintaining strict one-to-one association between terms and custom posts I have added a custom post type that link with the custom taxonomy mec_location from MEC Modern Event Calendar plugin I have the tax inserted or updated but the tax is in fact always updated When i create a new post the description is always tagged …
Category: Web

Save event change in WP Fullcalendar: editable + draggable

Plugin: https://wordpress.org/plugins/wp-fullcalendar/ I use a plugin to display my “custom_post_type” events. I have modified the “wp-fullcalendar.php” plugin file in several places to show the start and end time of the “custom_fields” event. I also edited the “inline.js” file in the “includes / js /” folder to make the calendar “editable” and “dragable”. But I CAN’T set the calendar to save the change to my “custom_post_type” event when I make a change by moving the event on the calendar. I read …
Category: Web

Add option in th event calendar

I have a stuck that make me headache so much, as you see picture, this is my result when i add option to event. I'm updated code in: wp-content/theme/mytheme/lib/metabox/function.php $meta_boxes[] = array( 'id' => 'event_date_option', 'title' => __( 'Event options', 'mytheme' ), 'pages' => array( Custom_Posts_Type_Event::POST_TYPE ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'name' => __( 'Event type:', 'mytheme' ), 'desc' => __( …
Category: Web

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 am using the ai1ec helpers and get_events_between to get the events within a certain date range (between today and a year from now), and I can see in the array (from get_events_between that I loop through to get post IDs) that I am …
Category: Web

All-in-One Event Calendar: How do you display the event date?

I want something like this to show up: Jan 29 Mon 2-9 pm I can't use <?php echo $event->get_timespan_html(); ?> as it would display something like "July 13, 2013 @ 1:00 pm – 3:00 pm." I also tried <?php echo date_i18n( 'M', $timestamp, true ) ?> <?php echo date_i18n( 'j', $timestamp, true ) ?> <?php echo date_i18n( 'D', $timestamp, true ) ?> <?php echo $event->get_start_time(); ?> – <?php echo $event->get_end_time(); ?> but for some reason it only displays Jan 1 …
Category: Web

WP booking system plugin?

I'm a bit overwhelmed with the googling I'm doing and thought I'd turn to the community for recommendations: I need a booking engine which will : Allow Events to be posted including dates, locations etc Set a max ticket allocation Have Paypal Integration Ability to dump out sales data to a csv would be nice.. Perhaps handle returns or refunds Thanks very much indeed
Category: Web

All in One Calendar Plugin Custom Post Type Query

Hi I'm trying to write a query which will pull the events out from the All in One Calendar Plugin. This is what I have so far: <?php query_posts('post_type=ai1ec_event');?> <?php while ( have_posts() ) : the_post(); ?> <?php echo '<h5><a href="'.get_permalink().'">'.get_the_title().'</a></h5>'; ?> <?php endwhile; ?><!-- End the Loop --> This works well to get the event titles and their respective content, but I need to get the event details out as well. eg. event dates, venue, location. Thanks
Category: Web

Plug-in for reserving rooms or equipment via corporate intranet

I'm setting up a corporate intranet for a small organization of about 80 employees. I'm using WordPress running on a Linux server internally. I'd like to give users the ability to reserve conference rooms and audiovisual equipment via the intranet. (I don't want to have them go in through the WP Dashboard.) I recently bought the Premium version of http://onlinebookingcalendar.com/ , but I don't think it'll work for us. There are a few issues with it. First of all, it …
Category: Web

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 available seats, red will show sold out. I want to set event list and free/sold out status in admin panel manually. All my events are 3-days each so manual period selection using jquery calendar is not for me. I want just event list. …
Category: Web

How to get a Jewish/English event calendar on a page in WordPress?

What I need is an event calendar to display both the english and Jewish dates, but have it be based on the hebrew date. With this people could input the date of an anniversary and have it reappear every year on the hebrew date and just show what date that would translate to in the english calendar. I've seen this calendar http://wordpress.org/extend/plugins/events-calendar/, which is perfect, only it doesn't have the Jewish dates. How would I go about doing this? Thank …
Category: Web

Can WordPress handle these functionalities?

I'm a front-end designer/developer whose weapon of choice for the back-end is WordPress. Up to this point all of my projects involving WordPress were fairly basic and it has handled everything beautifully. I just landed a new client that wants some extra functionality built into his next project and I'm hoping some of you WordPress wizards can give me some good advice while I'm putting together the quote. I'm trying to limit the need for any subcontracting for the back-end …
Category: Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.