Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Thread Starter sirrah

    (@sirrah)

    Hi, I’m just following up on this as I’ve tried again to post without it automatically pushing and it’s still not working (i.e. is automatically posting when it shouldn’t). But now, I’m also receiving emails from Jetpack saying that the post failed to send to Facebook when it did!

    Is there any other avenue for support for the plugin? It was working with no issues, and for no apparent reason it is not working as it should.

    Thread Starter sirrah

    (@sirrah)

    Hi,

    Thanks so much for getting back to me. I checked the snippet and it looks correct.

    I think it might be the second factor you mentioned – duplicate social connections. I think I’ve turned off those duplicates now – is that something you can see has been resolved from your end?

    If not, are you able to point me in the right direction as to how to clean up the duplicates?

    Thanks again for all your help.

    Sarah

    Thread Starter sirrah

    (@sirrah)

    Hi,

    I’ve checked these items and can’t see any issues from our end. The posts are still sending via Jetpack so I don’t think there is any issue with communication. They just seem to be sending automatically when they shouldn’t be.

    Thanks,

    Sarah

    Thread Starter sirrah

    (@sirrah)

    Thanks so much for your reply. That fixed it.

    Thread Starter sirrah

    (@sirrah)

    Hi thanks again for your reply. I think this is resolved now. There were a couple of issues – firstly the images were too small, so I’ve put in larger ones and Facebook now seems to be able to see them. Secondly, our host was having issues with server load so they’ve moved us to another server. I think that was causing issues as the site kept dropping offline or being very slow to process requests. I’ll keep an eye on it all but that seems to have fixed the issues.

    Thread Starter sirrah

    (@sirrah)

    Hi Sebastian,

    Thanks for the help – the site is live.

    Thread Starter sirrah

    (@sirrah)

    This is what I’ve tried: Adding the Events Manager plugin to the existing site (Astra theme), adding an event, enabling registration. No booking form appears.

    I then created a staging site, deactivated all the plugins, having Event Manager as the only plugin, created an event, enabled registration. No booking form appears.

    I then tried this, but with the default theme. Same result.

    I then tried this on a completely different website, installing the plugin, creating an event, enabling registration. Again, same result.

    I have also compared all the settings to yet another website I look after where we have this plugin (where the booking form does work). All the settings are exactly the same on both sites, yet still no booking form is appearing on this new site.

    Thread Starter sirrah

    (@sirrah)

    I’ve just tested this by setting up on a third website – still showing the same issue. So pretty sure it isn’t an issue at my end. I’ve also tried deactivating and reactivating all the plugins to see if there is a conflict and that did not help.

    Thread Starter sirrah

    (@sirrah)

    It’s pretty frustrating. I’m not sure how to get any help with it. I use this plugin on another site – exact same settings and it works on that one but not on this one. I’ll have to find another plugin I guess unless anyone else has a solution. Thanks for trying to help.

    Thread Starter sirrah

    (@sirrah)

    This is all the code that is already in settings – formatting – events – single event page format. The box to enable registration is ticked and it’s still not working.

    <section class="em-item-header"  style="--default-border:#_CATEGORYCOLOR;">
    {has_image}
    <div class="em-item-image {no_image}has-placeholder{/no_image}">
    #_EVENTIMAGE{medium}
    </div>
    {/has_image}
    {is_cancelled}
    <div class="em-event-cancelled em-notice em-notice-error em-notice-icon">
    <span class="em-icon em-icon-cross-circle"></span>
    This event has been cancelled. </div>
    {/is_cancelled}
    <div class="em-item-meta">
    <section class="em-item-meta-column">
    <section class="em-event-when">
    <h3>When</h3>
    <div class="em-item-meta-line em-event-date em-event-meta-datetime">
    <span class="em-icon-calendar em-icon"></span>
    #_EVENTDATES    
    </div>
    <div class="em-item-meta-line em-event-time em-event-meta-datetime">
    <span class="em-icon-clock em-icon"></span>
    #_EVENTTIMES
    </div>
    #_EVENTADDTOCALENDAR
    </section>

    {has_bookings}
    <section class="em-event-bookings-meta">
    <h3>Bookings</h3>
    {bookings_open}
    <div class="em-item-meta-line em-event-prices">
    <span class="em-icon-ticket em-icon"></span>
    #_EVENTPRICERANGE
    </div>
    <a href="#em-event-booking-form" class="button input with-icon-right">
    <span class="em-icon-ticket em-icon"></span>
    </a>
    {/bookings_open}
    {bookings_closed}
    <div class="em-item-meta-line em-event-prices">
    <span class="em-icon-ticket em-icon"></span>
    Bookings closed </div>
    {/bookings_closed}
    </section>
    {/has_bookings}
    </section>

    <section class="em-item-meta-column">
    {has_location_venue}
    <section class="em-event-where">
    <h3>Where</h3>
    <div class="em-item-meta-line em-event-location">
    <span class="em-icon-location em-icon"></span>
    <div>
    #_LOCATIONLINK<br>
    #_LOCATIONFULLLINE
    </div>
    </div>
    </section>
    {/has_location_venue}
    {has_event_location}
    <section class="em-event-where">
    <h3>Where</h3>
    <div class="em-item-meta-line em-event-location">
    <span class="em-icon-at em-icon"></span>
    #_EVENTLOCATION
    </div>
    </section>
    {/has_event_location}

    {has_taxonomy}
    <section class="em-item-taxonomies">
    <h3>Event Type</h3>
    {has_category}
    <div class="em-item-meta-line em-item-taxonomy em-event-categories">
    <span class="em-icon-category em-icon"></span>
    <div>#_EVENTCATEGORIES</div>
    </div>
    {/has_category}
    {has_tag}
    <div class="em-item-meta-line em-item-taxonomy em-event-tags">
    <span class="em-icon-tag em-icon"></span>
    <div>#_EVENTTAGS</div>
    </div>
    {/has_tag}
    </section>
    {/has_taxonomy}
    </section>
    </div>
    </section>
    {has_location_venue}
    <section class="em-event-location">
    #_LOCATIONMAP{100%,0}
    </section>
    {/has_location_venue}
    <section class="em-event-content">
    #_EVENTNOTES
    </section>
    {has_bookings}
    <section class="em-event-bookings">
    <a name="em-event-booking-form"></a>
    <h2>Bookings</h2>
    #_BOOKINGFORM
    </section>
    {/has_bookings}
    Thread Starter sirrah

    (@sirrah)

    Hi, thanks for your reply. I have already enabled registrations and it still does not appear.

    Thread Starter sirrah

    (@sirrah)

    These are the instructions I was following – but there’s no events > settings > templates/formats area and I don’t know where to put the #_BOOKINGFORM placeholder either. https://wp-events-plugin.com/documentation/set-up-event-bookings/

    Thread Starter sirrah

    (@sirrah)

    Actually yes it does work!

    Thank you!

    Thread Starter sirrah

    (@sirrah)

    Hi Ina,

    Thanks for your reply, unfortunately that didn’t work though.

    Thread Starter sirrah

    (@sirrah)

    I’m still trying to resolve this issue. Is there any way to upload a screen shot here so I can show what the issue is?

    The backup seems to run, but when I click on each section to download it, there is no download button.

    I’ve just tried wiping the settings, uninstalling/reinstalling and that hasn’t helped.

Viewing 15 replies - 1 through 15 (of 30 total)