John

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: recurring events not being created #999274
    John
    Participant

    Thanks for directing me to the right settings location. The format was 01-15-2015. I changed it to 01/15/2015 and updated the event series. All of the events in the series were successfully created.

    in reply to: Map view is not displaying events #949569
    John
    Participant

    Thank you – that worked perfectly.

    in reply to: Map view is not displaying events #949274
    John
    Participant

    OK. I removed the customization that I’d put in to get the page to match the theme of the rest of the site and the 3 new events I added today now show up. I put the code back and I’m now still seeing those 3 events. There are many, many more recurring events that I’d added in earlier that still do not show up. No geolocation? The customization I added was to pull the feature image from the theme’s event page to add it here. I’ll admit this is a bit of a kluge fix. The real fix would be to provide the capability within the events calendar admin page to set a featured image and then get it to pull in the right theme attributes, but I haven’t gotten that far yet.

    Here is what I added to default_template.php after get_header() on line 17:

    <?php if ( risen_events_header_image( true ) ) : // show title and breadcrumb path over header image if provided ?>
    <header id=”page-header”>
    <?php risen_events_header_image(); // show featured image from page using Upcoming or Past Events template if Theme Options allows ?>
    <?php
    $template = risen_event_parent_page_template( $post ); // Use Upcoming or Past template?
    $tpl_page = risen_get_page_by_template( $template );
    if ( ! empty( $tpl_page->post_title ) ) : // use title from page using Events template ?>
    <h1><?php echo $tpl_page->post_title; ?></h1>
    <?php endif; ?>
    <?php risen_breadcrumbs(); ?>
    </header>
    <?php else : // show breadcrumbs if no header image provided ?>
    <?php risen_breadcrumbs(); ?>
    <?php endif; ?>

    I don’t believe this has anything to do with google maps, so I may be chasing ghosts with this. I’ll keep digging for a better solution, but I may just decide not to use the map view.

Viewing 3 posts - 1 through 3 (of 3 total)