• Resolved andyroberts

    (@andyroberts)


    You’ll not be able to see the above page as it’s in the my account section of wordpress.

    We’ve created a page and used this shortcode, expecting the bookings that the user has made to be listed.

    [eme_mybookings template_id=2 template_id_header=3 template_id_footer=4]

    The templates are simple, header and footer open and close a table, and the template ID 2, contains this;

    <tr>
    <td>#_EVENTNAME</td>
    <td>#_STARTDATE</td>
    <td>#_RESPSEATS</td>
    <td>#_LOCATIONNAME</td>
    </tr>

    The problem is that I get nothing output at all even after I have made bookings for the user that is logged in.

    Can someone point me in the right direction please.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter andyroberts

    (@andyroberts)

    Without any templates used, I just see this;

    <ul class=’eme_bookings_list_ul’>

    • tech (1)
    • “tech” is the nickname of the account.

    Thread Starter andyroberts

    (@andyroberts)

    Seem there is a long delay before the booking shows up – no idea why, but it’s now there!

    Plugin Author Franky

    (@liedekef)

    If they now show up, that means it is probably a caching issue. Disable your caching plugin (never understood why people use caching plugins for dynamic pages in the first place … a caching reverse proxy is much better in this regard).

    Thread Starter andyroberts

    (@andyroberts)

    Thanks Franky

    There is no caching plugins on the site (the dev site or live site) but we do have NGINX reverse proxy caching on the live site

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Users Booking List – eme_mybookings’ is closed to new replies.