Google maps on single page events

Home Forums Calendar Products Events Calendar PRO Google maps on single page events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #972153
    Judy
    Participant

    Hi – this is an awesome plugin! I’m having trouble making my google map show properly on the sidebar in the single event pages. It seems to display in the second column of the sidebar – how do i make it span the sidebar and not cut off?

    I tried using the code (below) but it didn’t make it span across.

    *******************************************
    add_filter( ‘tribe_events_embedded_map_style’, ‘modify_embedded_map_inline_styles’ );
    function modify_embedded_map_inline_styles() {
    return ‘width: 350px; height: 350px’;
    }
    *******************************************

    #972367
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here, but this is not the default view we setup so I cannot provide css to fix it. Your theme Enfold, adds custom css to restyle the calendar and they would be a better contact to fix this.

    However, I have this css that gets it closer to how the templates are designed, but it does remove the sidebar and moves it below the related events:

    .single-tribe_events .av-single-event-content {
    float:none;
    width: 100%;
    margin: 0;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #984723
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Google maps on single page events’ is closed to new replies.