Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same issue with my website http://www.munayqi.de 🙁 somehow the banner shows when I load the page as a wp-editor, but then when I load it over other computers or cellphones as a guest, nothing happens… is the free version limited?

    EDIT: I have cleared the cache and deactivated some plug-ins I don’t need. It seems to work now 🙂

    • This reply was modified 4 years, 6 months ago by epiechul.
    • This reply was modified 4 years, 6 months ago by epiechul.

    I didn’t understand the tip. I have the same question, when I want to edit the plugin I have the following code…where do I add the code you suggested?

    $view_count = get_post_views_count($post);
    if ($view_count) {?>
    <div class=”clearfix”> </div>
    <div><i class=”wpem-icon-eye”></i> <?php printf(__(‘%d people viewed this event.’, ‘wp-event-manager’), $view_count);?></div>
    <?php }?>
    <?php if (get_event_ticket_price()) {?>
    <div class=”clearfix”> </div>
    <div><i class=”wpem-icon-ticket”></i> <?php display_event_ticket_price(”, ”, true, $post);?></div>
    <?php }?>
    <?php if (get_event_ticket_option()) {?>
    <div class=”clearfix”> </div>
    <div class=”wpem-event-ticket-type”><span class=”wpem-event-ticket-type-text”><?php display_event_ticket_option();?></span></div>
    <?php }?>

    </div>
    </div>
    </div>
    </div>
    <div class=”wpem-single-event-body”>
    <div class=”wpem-row”>
    <div
    class=”wpem-col-xs-12 wpem-col-sm-7 wpem-col-md-8 wpem-single-event-left-content”>
    <?php do_action(‘single_event_overview_before’);?>
    <div class=”wpem-single-event-body-content” itemprop=”description” content='<?php echo wp_trim_words(get_the_content(),150) ; ?>’>
    <?php do_action(‘single_event_overview_start’);?>
    <?php echo apply_filters(‘display_event_description’, get_the_content()); ?>
    <?php do_action(‘single_event_overview_end’);?>
    </div>
    <?php do_action(‘single_event_overview_after’);?>
    </div>
    <div
    class=”wpem-col-xs-12 wpem-col-sm-5 wpem-col-md-4 wpem-single-event-right-content”>
    <div class=”wpem-single-event-body-sidebar”>
    <?php do_action(‘single_event_listing_button_start’);?>

    Thank goodness. I have been going crazy, trying to find a solution. Is it solved yet?

Viewing 3 replies - 1 through 3 (of 3 total)