• Resolved PaulDoesWP

    (@pauldoeswordpress)


    Hello,
    I have a list of upcoming events on a location page here:
    http://paulroper.com/ccfm14/locations/hammersmith/
    I used this code to create that list:

    <p>The next market here is on <strong>#_LOCATIONNEXTEVENT</strong>.</p>
    #_LOCATIONNOTES
    <h3>Upcoming Markets in #_LOCATIONTOWN</h3>
    [events_list town="#_LOCATIONTOWN" limit=10 pagination=1][/events_list]

    …but if I add a #_BOOKINGBUTTON to it, all the information disappears, and I jut get a list saying “Book Now Book Now Book Now Book Now”. If I click on one of the Book Nows, it does successfully create the booking and send the confirmation email. So where should I put the #_BOOKINGBUTTON so that all the #_LOCATIONNEXTEVENT info still shows?
    Thanks in advance for any help,
    Paul

    https://wordpress.org/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PaulDoesWP

    (@pauldoeswordpress)

    Aha! I kind of fixed it. I changed that “Single location page format” to this, and it seems to work:

    <p>The next market here is on <strong>#_LOCATIONNEXTEVENT</strong>.</p>
    #_LOCATIONNOTES
    <h3>Upcoming Markets in #_LOCATIONTOWN</h3>
    [events_list town="#_LOCATIONTOWN" limit=10 pagination=1]<li>#_EVENTDATES,#_BOOKINGBUTTON</li>[/events_list]

    Yes, that was the problem – right thing in the wrong place 🙂

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

The topic ‘Using #_BOOKINGBUTTON removes the events list’ is closed to new replies.