Webfolio Webdesign
Forum Replies Created
-
Thank you!
Hi,
I have problem only with the html email content. (2 is solved).
Thank you very much.
Hi, access was send feew days ago, but no answer yet, thank you!
Hi,
Thank you, I will wait for the new update, since I mean, the current div stucture is not able to setup it with simple css.
Can you estimate the timing of the update?
Thank you very much!
Hi,
We didn’t customized the filter, we added only your code for the new field.
Thank you!
Hi,
The developer informed me, that this code works only for the original plugin fields, for the categories and the types etc., but is doesn’t works for the additional fields.
Thank you!
Hi,
Thank you very much, it works properly for the standard fields, but can you please suggest also solution for the another added fields and field values?
We followed your documenttion to add more fields to the events and also ad these fields to the search module.
Thank you very much!
Hi,
Thank you and sorry for the misunderstanding, I checked on the mentioned age only the names of the icons, I tried to use the similar method, which you use for the icons of the bookmark and arelrt me functions or for the date and place informations. I also found the wp-event-manager font set in the plugin assets folder. So I use this code with the different icon names:
<i class=”wpem-icon-calendar”></i>
on the mentioned page, but the minority of the icons remained invisible.
Maybe are the names of the icons wrong?
Thanyk you very much!
Hi,
I treid, but I cannot place the breadcrumb directly under the title.
The top of the template:
<?php
global $post;
$start_date = get_event_start_date ();
$end_date = get_event_end_date ();
wp_enqueue_script(‘wp-event-manager-slick-script’);
wp_enqueue_style( ‘wp-event-manager-slick-style’);
do_action(‘set_single_listing_view_count’);
?>
<div class=”single_event_listing” itemscope
itemtype=”https://schema.org/Event”>
<meta itemprop=”title”
content=”<?php echo esc_attr( $post->post_title ); ?>” /><div class=”wpem-main wpem-single-event-page”>
<?php if ( get_option( ‘event_manager_hide_expired_content’, 1 ) && ‘expired’ === $post->post_status ) : ?>
<div class=”event-manager-info wpem-alert wpem-alert-danger” ><?php _e( ‘This listing has been expired.’, ‘wp-event-manager’ ); ?></div>
<?php else : ?>
<?php if ( is_event_cancelled() ) : ?>
<div class=”wpem-alert wpem-alert-danger”>
<span class=”event-cancelled” itemprop=”eventCancelled”><?php _e( ‘This event has been cancelled’, ‘wp-event-manager’ ); ?></span>
</div>
<?php elseif ( ! attendees_can_apply() && ‘preview’ !== $post->post_status ) : ?>
<div class=”wpem-alert wpem-alert-danger”>
<span class=”listing-expired” itemprop=”eventExpired”><?php _e( ‘Registrations have closed’, ‘wp-event-manager’ ); ?></span>
</div>
<?php endif; ?>
<?php
/**
* single_event_listing_start hook
*/
do_action ( ‘single_event_listing_start’ );
?>Were is the optiml place for the breadcrumb to make it visile directly under the title?
Thank you very much!
Hi,
Thank you!
Url:
https://booking.webfolio.pw/registration/Please let me know, ho can I add screenshot?
KR,
AndreaHi,
I followed the very detailed informations, but the “register here” url / option is still invisible.
Please be so kind and help ti fix it.
Thank you.
Hi, I checked again the setup and it solved the problem, thank you very much.
Hi,
Thank you very much, but in this case tha admin didn’t receie any email about the new registration. I tested my form and the user received the email about the pending registration (which needs the admin approval), but the admin didn’r receive any. I also checked the spam folder.
Than you very much!Hi,
Thank you very much, to which file should I add this code?
Hi,
Thanky you very much for the quick reply, I really appreciate it!
I check this option, but we need some very transparent solution for introduce the venues and the possibilities on the event.
Please be so kind and let m know, how can I enable the add media / media gallery function, within the frontend subscription form, for the description field?
It would be enought to upload isually also very detailed event information.
Thank you very much!