Events Made Easy Forums Bug fixed or feature request implemented [eme_location id=7] nothing is showing

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #52679
    Anonymous
    Inactive

    I am trying to show a location in a page using [eme_location id=7], but nothing is showing….

    #52680
    Franky
    Keymaster

    Confirmed as a bug and fixed here (one line fix in eme_locations.php):
    http://plugins.trac.wordpress.org/changeset/965856

    #52837
    Anonymous
    Inactive

    I am having the same problem. I checked my eme_locations.php file and it seems to be correct as per the solution above.

    ` $single_location_format= eme_get_template_format($template_id);
    } else {
    $single_location_format = get_option(’eme_single_location_format’);
    }
    $page_body = eme_replace_locations_placeholders ($single_location_format, $location);
    return $page_body;’

    The page that is displaying the event only shows the current date and time, with no event info.

    #52839
    Franky
    Keymaster

    That bug was fixed some time ago and already in the latest release.
    Please open a new bug report, describing exactly the problem. Also: make sure that your setting “single event format” contains the needed placeholders to show location info and such.
    Read this: http://www.e-dynamics.be/wordpress/?cat=8
    and for all possible event placeholders, find the doc here: http://www.e-dynamics.be/wordpress/?cat=25

    #52840
    Anonymous
    Inactive

    Tonight I created another page and put the following in to display the event

    ‘[eme_event id=4]‘

    and the page displayed correctly. So I went back to my original page, added some text to the editor box, resaved it, then removed the text and now the event is displaying correctly.

    Ill keep an eye on it and if the problem comes back I will create a new bug report.

    thanks!

    #52841
    Anonymous
    Inactive

    I responded too soon. I checked the page on a different computer and it is still displaying incorrectly.

    #52842
    Anonymous
    Inactive

    Ultimately I un-installed then re-installed the plugin and deleted all data. The weird thing is that the page would display properly when I would use the ‘View Page’ button within WordPress. But when using a separate computer it would only show the current date and time. I must have messed up the Template.

    I try again and see what happens. Sorry for the continually update posts.

    #52843
    Franky
    Keymaster

    Looking at it on another computer doesn’t make a difference, unless you created some weird logic in your templates.
    You can always send me an admin account, so I can take a look too.

    #52860
    Anonymous
    Inactive

    Hi Franky. Im still having problems. I completely removed the plugin and deleted the related files. I then re-installed the plugin. I have only created one event. I did make changes under Settings > Events > Default event list format. I changed it to be the following.

    ‘<p>#_EVENTNAME</p><p>#_EVENTIMAGE</p><p>#_STARTDATE – #_STARTTIME -until- #_ENDTIME</p><p>#_NOTES</p><p>#_ADDBOOKINGFORM</p><p>#_MAP</p>’

    The event shows up properly when I am logged in as my admin account, but when anyone else goes to my page all they see is the current date and time.

    Please check this by going to http://chicagobluetopia.com

    I would like to give you admin access if you need it to help me. Can you please let me know how I can get this to you?

    Thanks

    #52861
    Franky
    Keymaster
    #52867
    Franky
    Keymaster

    The state of your event was “draft”, not “public”. That’s why you couldn’t see it when not logged in.

    Franky

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top