Forum Replies Created
-
AuthorPosts
-
Alain
ParticipantThanks a lot Mathew. It works!
June 26, 2017 at 7:25 am in reply to: Structured Data || Getting Events to show up in Google Search #1306254Alain
ParticipantHi Stephen,
I have a problem with Google Search Structured Datas. All the events on theatregranada.com are a day later than the actual date of the event.
https://theatregranada.com/programmation/xavier-rudd/
For exemple, this event is on July 13th but in Google Structured Data Testing Tool, the
startdateis 2017-07-14T00:00:00+00:00.Thanks for your help!
March 17, 2017 at 5:24 am in reply to: Google Search Structured Datas – Incorrect Date or Timezone – Missing events #1255735Alain
ParticipantHi Hunter,
Yes, I have a Google Webmaster account. As I shown with the Google Structured Data testing tools, I have investigated issues with Google and I have submitted a sitemap for both websites.
Thanks for your help.
Alain
ParticipantThanks Josh.
Your query works, but it shows the past events if they have the category and the feature event is duplicated in the list below.
I did put the #do_not_duplicate variable, but it doesn’t work.
https://codex.wordpress.org/The_Loop#Multiple_Loops_in_ActionAlain
ParticipantI tried to set Multiple Loops in Action just like regular post in WordPress :
https://codex.wordpress.org/The_Loop#Multiple_Loops_in_ActionHere’s my code in the loop of the list :
<div class="tribe-events-loop"> <?php $my_query = new WP_Query( 'tribe_event_in_category=feature_event' ); while ( $my_query->have_posts() ) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?> <!-- Event --> <div id="post-<?php the_ID() ?>" class="<?php tribe_events_event_classes() ?>" <?php echo $post_parent; ?>> <?php tribe_get_template_part( 'list/single', 'event' ) ?> </div> <?php endwhile; ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); if ( $post->ID == $do_not_duplicate ) continue; ?> <?php do_action( 'tribe_events_inside_before_loop' ); ?> <!-- Month / Year Headers --> <?php tribe_events_list_the_date_headers(); ?> <!-- Event --> <?php $post_parent = ''; if ( $post->post_parent ) { $post_parent = ' data-parent-post-id="' . absint( $post->post_parent ) . '"'; } ?> <div id="post-<?php the_ID() ?>" class="<?php tribe_events_event_classes() ?>" <?php echo $post_parent; ?>> <?php tribe_get_template_part( 'list/single', 'event' ) ?> </div> <?php do_action( 'tribe_events_inside_after_loop' ); ?> <?php endwhile; endif; ?> </div><!-- .tribe-events-loop -->-
This reply was modified 9 years, 6 months ago by
Alain.
Alain
ParticipantThanks Georges,
Do offer offer discount for actual Event Calendar Pro and « old » Woocommerce Tickets clients?September 10, 2015 at 7:34 pm in reply to: Event Preview of Draft not working after Upgrade to 3.12 #1004058Alain
ParticipantI have the same problem.
Alain
ParticipantThanks for the clue Neill. I also found that the two parameters set in the function, for exemple tribe_event_featured_image(‘null’, ‘thumbnail’), otherwise the image is not resize. You can close the ticket.
July 10, 2013 at 7:48 pm in reply to: How to create a "page" for events calendar or list view? #54425Alain
ParticipantI’m also looking for this kind of solution or tutorial. Thanks!
Alain
ParticipantCan you give me the templates files of the wpshindig.com site? This could be a adequate alternative to display the events for the next month.
Alain
ParticipantThanks for your answer, but for paying for a WordPress plugin and not having more insights for customize the display of contents is somehow disapointing. I hope you guys have the time to put some times to publish tutorials about using the API to develop useful examples.
Alain
ParticipantI have updated the plugin. Thanks for taking the time to answer me. I’m trying to learn the new API. For the moment I’ve tried another option hard-coded with categories. It’s not the ideal solution, but the event is now over. Your answer is quite too late…
Alain
ParticipantThanks Barry,
I also tried with this before with the same result. http://snipt.org/Apai4
Alain
ParticipantHi,
I’m trying to figure how to have the month in the to be in French in the following page :
http://dudswell.alainmelancon.ca/evenements/For the moment, it’s Evénements pour March 2012 and I need to have Événement pour Mars 2012.
Regards,
-
This reply was modified 9 years, 6 months ago by
-
AuthorPosts
