Events Made Easy › Forums › Bug fixed or feature request implemented › [eme_location id=7] nothing is showing
Tagged: location
- This topic has 10 replies, 3 voices, and was last updated 10 years, 2 months ago by Franky.
-
AuthorPosts
-
Thu 14 Aug 2014 at 18:57 #52679AnonymousInactive
I am trying to show a location in a page using [eme_location id=7], but nothing is showing….
Thu 14 Aug 2014 at 19:37 #52680FrankyKeymasterConfirmed as a bug and fixed here (one line fix in eme_locations.php):
http://plugins.trac.wordpress.org/changeset/965856Mon 15 Sep 2014 at 23:04 #52837AnonymousInactiveI 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.
Mon 15 Sep 2014 at 23:13 #52839FrankyKeymasterThat 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=25Tue 16 Sep 2014 at 07:04 #52840AnonymousInactiveTonight 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!
Tue 16 Sep 2014 at 07:07 #52841AnonymousInactiveI responded too soon. I checked the page on a different computer and it is still displaying incorrectly.
Tue 16 Sep 2014 at 07:26 #52842AnonymousInactiveUltimately 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.
Tue 16 Sep 2014 at 10:08 #52843FrankyKeymasterLooking 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.Sat 20 Sep 2014 at 05:51 #52860AnonymousInactiveHi 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
Sat 20 Sep 2014 at 16:13 #52861FrankyKeymasterMy email: liedekef@telenet.be
Sun 21 Sep 2014 at 00:27 #52867FrankyKeymasterThe state of your event was “draft”, not “public”. That’s why you couldn’t see it when not logged in.
Franky
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.