Are the locations showing correctly in admin?
Which version of Events Manager are you using?
The version of Events manager is 5.7.3.4
The locations added are visible in admin.
How are you formatting your shortcodes?
my location list is formated as
<table class=” alignleft”>
<tbody>
<tr><td style=”width: 100px; height: 100px; text-align: left; vertical-align: middle;”><b>#_LOCATIONIMAGE</b></td>
<td style=”width: 50%; text-align: left; vertical-align: middle;”>#_LOCATIONLINK</td>
<td style=”width: 40%; text-align: left; vertical-align: middle;”>#_LOCATIONTOWN</td></tr>
</tbody>
</table>
But if something is wrong in the formating, the location should be in the list of locations when adding new events. There are 127 venues in the location part. It seems that Events Manager only show 100 or 120 venues.
It’s possible this is a conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?
Tried to deactivate all pulgins and the default theme Canin-nwl, but no success.
-
This reply was modified 8 years, 10 months ago by
Tomaaties.
Can you try adjusting the “List Limits” under both Events > Settings > Pages > Location Pages and Events > Settings > Pages > Location List/Archives?
I have something similar that users just noticed in last day or so. It worked fine using following shortcode embeded in a page. It showed all locations that had region=’FullDisplay’
[locations_list region=”FullDisplay”]
#_LOCATIONNAME #_LOCATIONADDRESS, #_LOCATIONTOWN, #_LOCATIONSTATE #_LATT{LocationPhone}
[/locations_list]
Now only 3 of about 20 show up all of a sudden, though we haven’t made any changes. I build a test page with [locations_list] it still doesn’t show some of the locations. I can use state=”Alberta” or other parameters and get some of them to show. But I can’t get all that exist and meet the criteria to show.
broken page is here in the lower section:
https://www.joyfullpromotions.com/display-locations/
All the locations show here
https://www.joyfullpromotions.com/locations/
Any clue would help?!
I’ve since just hard coded the locations until can find a resolution.
But I was wondering if locations perhaps now need to be used by an event for them to show up? Most of my locations are not used with events. I will try and prove this out.
@bjszepesi I think your issue could be caused by the region=”FullDisplay” attribute. Regions are geographical regions (Europe, for example).
Can you test with a real region name and / or without the region attribute?
@yvoos68 Can you try with the new version of Events Manager?
@caimin_nwl updating Events Manager solved the problem!
Thnx