Thank you
]]>In content-search.php: we used this:
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
</header><!-- .entry-header -->
<?php $date= eo_get_the_start( 'Ymd', $post_id ); echo $date; ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
</article><!-- #post-<?php the_ID(); ?> -->
without no success…
If we try width the venues… we add:
<?php echo 'Place:'.eo_get_venue_name(); ?>
We get the Venue name in our search result.
Everything ok
BUT i don’t get the start date with all this test:
<?php echo 'Date: '.eo_get_the_start(); ?>
<?php echo 'Date: '.eo_get_the_start( 'jS F Y', $post->ID ); ?>
<?php echo eo_get_the_start('jS M YY', $post->ID); ?>
<?php echo eo_get_the_start("jS M YY"); ?>
<?php echo eo_get_the_start(); ?>
<?php echo eo_get_the_start( 'jS F Y', $post->ID, $post->occurrence_id ); ?>
<?php eo_the_start( $format = 'd-m-Y', $post->ID );?>
<?php eo_the_start( $post->ID );?>
Somebody see what we are doing wrong…
Tx
]]>In content-search.php: we used this:
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
</header><!-- .entry-header -->
<?php $date= eo_get_the_start( 'Ymd', $post_id ); echo $date; ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
</article><!-- #post-<?php the_ID(); ?> -->
without no success…
Any other idea?
TX
For my use case I would like to define temporary logins that are only valid on one specific (future) day. It would be great if this plugin were able to set a start date for the temporary account, just like how it can set an expiry date. Has a feature like that ever been considered, is it an option for the future?
Thanks!
]]>I’m trying to create two tiles within a Gutenberg layout using Events Manager shortcodes.
On the left I’m trying to display the next available event (regardless of how far in the future that may be)
On the right, all other events in the future (to a limit) i.e. The list that excludes the first item.
I can mostly work out the right-hand tile, but I’ve hit some snags interpreting both the shortcode attributes and the placeholders.
This is an amazing tool and I’d rather be lost in complexity than frustrated by simplicity. I’ve been struggling to interpret the search attributes and placeholders in the documentation without clear contextual examples for each one. e.g. #_{x} or #@_{x} – I have no idea how this should look in context of a live placeholder set.
]]>when I edit a date and time picker,
go to advanced
Uncheck Start date is today
Click in Start date
A blank screen appears and I can do nothing.
Thanks for looking into this.
Best regards,
Pieter
Plugin bought for Betty’s Hotel, The Netherlands
I’ve tried disabling my plugins for a plugin conflict test with no results. I’ve cleared the site cache, the browser cache… Nothing. I’ve installed Forminator on a fresh WP installation and I’m still unable to make it work. The browser’s console shows no error, too. Any ideas?
]]>