Forum Replies Created
-
AuthorPosts
-
Eric
ParticipantHey Brian,
To follow up on this question… I purchased a business license for several products which I’m interested in renewing, but I only need the personal license at this point. Does that also qualify for the renewal discount?
I could not see any way to select that as an option, only to upgrade to a higher level.
Thanks
May 11, 2015 at 10:23 am in reply to: Changing number of events shown based on the view selected #961853Eric
ParticipantThanks Barry, that is very close to what I’m setting out to do! I have been able to successfully display the # of posts shown out of the total #, using the following code:
$displayed = absint( $GLOBALS['wp_query']->post_count ); $total = absint( $GLOBALS['wp_query']->found_posts );And then this to display it in:
<h4>Showing <?=$displayed?> out of <?=$total?> events.</h4>Which would return “Showing 20 out of 65 events”.
What I have not figured out yet, is how to make it count, so that it would be “Showing 1 – 20 out of 65 events”, or “21 – 40 out of 65 events” when the next page of results is selected.May 8, 2015 at 7:04 pm in reply to: Changing number of events shown based on the view selected #961598Eric
ParticipantHey Barry,
Thanks,that code is awesome! I figured it would be something very similar but just couldn’t wrap my head around what function to start with. I’ll have to get with my client and figure out an appropriate # of events to show at once, and maybe add a more clear message staing the map is only retuning a partial list.
Are there any other functions built in that would query the amount of results displayed out of the total amount?
May 6, 2015 at 5:44 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #961014Eric
ParticipantSure, I will at least test out the beta and see.
May 6, 2015 at 2:13 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960968Eric
ParticipantIs anything else happening with this?
As of right now the PRO version is not providing me any valuable functionality.
May 6, 2015 at 12:44 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960943Eric
ParticipantEDIT: Sorry that should say– after deleting the zip code, saving, then re-entering the zip code and saving again, the coordinates are still 0,0.
But now the map is wrong in the single venue and single event views as well. Frustrating.
May 6, 2015 at 12:39 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960942Eric
ParticipantThis reply is private.
May 6, 2015 at 10:55 am in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960897Eric
ParticipantThis reply is private.
May 6, 2015 at 10:20 am in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960886Eric
ParticipantThis reply is private.
Eric
ParticipantHi Frank,
You can style google maps with the snazzy maps API. I have built custom shortcodes to include this Worpdress themes before, but today I found they have a wordpress plugin, where you can select from pre-made styles: https://snazzymaps.com/plugins . It has worked nicely with the event calendar maps in the little bit of time I have been playing around with it. It will automatically apply those styles to any google maps detected.
May 5, 2015 at 7:06 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960721Eric
ParticipantAlso, I’m not sure I understand why all the coordinates would be 0,0 either, since the address are clearly being set up correctly.
Any additional info would be greatly appreciated. We purchased the PRO version specifically to use the map view.
May 5, 2015 at 6:45 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960718Eric
ParticipantThat’s possible. It is a shared hosting account.
How can I tell if that’s the issue? Can you explain a bit more? What would be a normal amount of memory to be used? This site will potentially receive 100s to 1000s of visits a day. Not insanely huge numbers but certainly a significant amount. Is the number of venues being requested an issue? Thanks.
May 5, 2015 at 6:32 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960715Eric
ParticipantOkay, it did give me an option to regenerate geolocation info for 18 of them, which I did. However, they still do not have any coordinates.
If I go into an individual venue, changed the title, and resaved, it still showed the same coordinates of 0, 0. They all show 0, 0. After doing this, a pin appeared for that venue, but it is at 0,0 in the ocean off Africa.
May 5, 2015 at 6:19 pm in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960705Eric
ParticipantHi,
I turned if off earlier to concentrate on what was working correctly. I have turned PRO version back on, and set it display the map. Can you please check again now? It just isn’t returning any data at all. Additionally, the search by location does not work either, even when changing the view. If input location data (like a city or state) into the search field, that also does not return any results.
Maps are working fine on the individual event pages, although they are not displaying the google map link, even though I have that option turned on.
In the admin, none of the venues currently have coordinates, just the address imported from facebook events. Also I should mention that even when I deactivated Event Rocket, the map view was still not working on the events page. Please advise, thanks.
May 5, 2015 at 10:50 am in reply to: Events not showing in map view after upgrading to PRO, no results displayed #960595Eric
ParticipantEDIT: The view options in the dropdown have been resolved, but I am having the same issue that others have posted, where the map view loads in Africa, and there are not events found. Switching to list or month view and all the events are there.
I have not found any issues running wp_debug or the Debug Bar plguin. I have switched themes, turned off all other plugins, etc., and nothing has resolved this issue.
Please help, otherwise I don’t know what I just paid for the PRO version for, and would certainly like a refund as this is not useable to me at all.
-
AuthorPosts
