Posted: January 23, 2014 at 12:33 am
|
Hi EE,
|
|
M i having any problem? Do i need to purchase paid one? |
|
The first part you might do easier with categories. Tag each event with a category matching the month that the event is in. Then use the event list shortcode with the category modifier. It’s not an automatic month by month listing, but it works with the existing code. For the second part, we do produce a full google map within the ticket, so the functionality to produce a google map for a single event exists already. But we don’t currently have a way to produce a google map with multiple events. |
|
Excuse for long Day Gap….. 1) M able to gether all events for all months(just like blog post category) and next thing that i have to do is to group all the events for respective month. 2) For google map i try using the following code that i found from EE forum: echo do_shortcode(“[ESPRESSO_VENUE outside_wrapper_class=’event-venue-map’ show_map_image=’true’ map_image_wrapper=’google-map’ map_w=’650′ map_h=’300′ show_title=’false’ show_description=’false’ show_address=’false’ show_additional_details=’false’ show_image=’false’ show_google_map_link=’true’ map_link_text=’View larger map’]”); This code give me blue background box instead of map. |
|
Hi Wayne, 1) Use [EVENT_LIST category_identifier=”ADD_THE_CATEGORY_IDENTIFIER_HERE”] obviously changing the ADD_THE_CATEGORY_IDENTIFIER_HERE as appropriate. You can use multiple EVENT_LIST shortcodes on a single post or page 2) The ESPRESSO_VENUE shortcode requires the Venue Manager which is not available with the Lite version. You could probably use a thirdparty Google maps plugin to add a shortcode to the description, though I haven’t tested that. |
|
Hi Dean thanks for your kind responses and suggestion. I din try on my First problem yet that you suggest but i will try. I already have Venue details (address) on register_display_page.php, i want to used to avoid double entry. 1) <address></address> 2) <script> }); Any correct address that I put in between <address></address> |
|
Hi, As previously mentioned the shortcode requires the Venue Manager in order to work, which is only available in the premium version. We can’t really assist in customising the plugin like that, we do recommend these developers should you wish to modify the plugin code – https://eventespresso.com/developers/event-espresso-pros/ |
|
Hi Dean today i my day….i did it by creating separate script file. Now i have to focus on my first problem. |
|
Hi, Can you paste your the shortcode you are using here please, plus a screenshot of the Event Category you are trying to display? |
|
Ok Dean…. First i did was, i wrap the address by using this tag: <address><?php echo stripslashes_deep($location);?> </address>, on register_page_display.php second i create one js file with the code below and call on my header. $(document).ready(function(){ That it…Sorry for not able to share the screen shot of map image….and i dnt have my own hosting area so m not able to use img here and not able to give img url. |
|
Hi, Sorry I was referring to the first issue you had, regarding the [EVENT_LIST category_identifier=”ADD_THE_CATEGORY_IDENTIFIER_HERE”] shortcode, as you had said the javascript issue was resolved (or that is how I interpreted it). |
The support post ‘EE Lite: Listing of Events based on Monthwise and To Shown Google Map’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.