• Resolved graphtype

    (@graphtype)


    Hi there, I’d like to move the location of the map on the event page, and I’ve played around with the console in chrome and figured out what I need to do. Essentially, I just want to move one line like so:

    <div class=”tribe-events-meta-group tribe events-meta-group-details”>…</div>
    <div class=”tribe-events-meta-group tribe events-meta-group-venue”>…</div>
    <div class=”tribe-events-meta-group tribe events-meta-group-gmap”>…</div>

    to

    <div class=”tribe-events-meta-group tribe events-meta-group-gmap”>…</div>
    <div class=”tribe-events-meta-group tribe events-meta-group-details”>…</div>
    <div class=”tribe-events-meta-group tribe events-meta-group-venue”>…</div>

    But I don’t know how to actually do that in the plugin files and can’t find where to modify. Any help would be appreciated!

    https://wordpress.org/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Hey graphtype,

    Thanks for reaching out to us!

    You can modify the views within our plugin by creating a new “tribe-events” folder within your theme and copying the needed templates into your theme and modifying the display there. You can find out more about this process by taking a look at our Themer’s Guide.

    Let me know if this helps.

    Thanks!
    Josh

Viewing 1 replies (of 1 total)
  • The topic ‘Move location of map on event page’ is closed to new replies.