Guillaume
Forum Replies Created
-
Forum: Plugins
In reply to: [Airpress] Plugin not being kept up to date?I very would like to know about this as well ! No one got any news ?
Forum: Plugins
In reply to: [Airpress] Airtable showing “No Data” oftenHello Yannick,
Did you find a way to fix your issues, or did you get some support from the plugin author ?
I am looking to start using this plugin but I am a bit concern about the non-update and support.
Cheers,
G.
Forum: Plugins
In reply to: [API KEY for Google Maps] Not working for me…IT IS WORKING !!
I forget to select ‘Browser’ in the Api setting.
THANKS ??
Forum: Plugins
In reply to: [Eventbrite API] Past events templateThe only one is the one from the code you gave me…
Please see the full template :
<?php /** * Template Name: Archives of EventBrite events */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <header class="page-header"> <h1 class="page-title"> <?php the_title(); ?> </h1> </header><!-- .page-header --> <?php // Set up and call our Eventbrite query. $events = new Eventbrite_Query( apply_filters( 'eventbrite_query_args', array( 'display_private' => true, 'status' => 'all', ) ) ); if ( $events->have_posts() ) : while ( $events->have_posts() ) : $events->the_post(); ?> <article id="event-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_post_thumbnail(); ?> <br /> <!--<p onclick="window.open('<?php echo get_permalink(); ?>')" >open</p> --> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> <div class="entry-meta"> <?php eventbrite_event_meta(); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <?php eventbrite_ticket_form_widget(); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php eventbrite_edit_post_link( __( 'Edit', 'eventbrite_api' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-footer --> </article><!-- #post-## --> <?php endwhile; // Previous/next post navigation. eventbrite_paging_nav( $events ); else : // If no content, include the "No posts found" template. get_template_part( 'content', 'none' ); endif; // Return $post to its rightful owner. wp_reset_postdata(); ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Plugins
In reply to: [Eventbrite API] Past events templateI’am almost here… I created a new template in my theme and pasted the content of the EventBrite Api template.
My new page now display my futur events.
In the new template, around line #17, I changed the code for :
// Set up and call our Eventbrite query. $events = new Eventbrite_Query( apply_filters( 'eventbrite_query_args', array( 'display_private' => true, 'status' => 'all', ) ) );
But the page still display my futur events only… Any idea how I can only display my past event instead ?
Have a look : https://www.catalethique.org/fr/evenements-passes/
Thanks !
Forum: Plugins
In reply to: [Eventbrite API] Past events templateOr, maybe I just don’t understand where to put this code : ?
// Set up and call our Eventbrite query.
$events = new Eventbrite_Query( apply_filters( ‘eventbrite_query_args’, array(
‘display_private’ => true,
‘status’ => ‘all’,
) ) );Forum: Plugins
In reply to: [Eventbrite API] Past events templateSo, I have to go to ‘/wp-content/plugins/eventbrite-api/tmpl’ and duplicate ‘eventbrite-index.php’.
I name the copy ‘eventbrite-archive.php’ and change the header for ‘* Template Name: Eventbrite Events Archives’ .
After this, I create a new page but in the template list, ‘Eventbrite Events Archives’ is not available…
Any idea why ?
THANKS !!
Forum: Plugins
In reply to: [Eventbrite API] Past events templateAnyone can help me with this ?
(How to create a new Evenbrite Template ?)
Forum: Plugins
In reply to: [Eventbrite API] Past events templateThanks,
But, before this, is it possible to create a new eventbrite template ?
(So I would have a WP page with only past events on it ?)
https://www.bourjoi.com/boutique/
Thanks for your help Fsheedy !
For now, I deleted the French .Po&.Mo files and it is now working very good, always in English.
Actually, I just would like to have it in English. Even if the order is made in French.
When I diseable all other plugins, the same problem happen.
Can I send you my credentials by e-mail so you can have a quick look ?
Forum: Plugins
In reply to: [qTranslate X] Separator between languagesIt look king of weird with the roll over because it include the pipe symbol. Anyone have a better solution, like a filter ?
Not sure to understand the question… what might be blocking ? Like an other plugin maybe ?