address on one line – map view

Home Forums Calendar Products Events Calendar PRO address on one line – map view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1131452
    designagency
    Participant

    hiya–

    working with the map view in pro and trying to change the appearance of the address on the archive page alone. i’ve gone through the themers guide and the forums, but can’t figure out which file controls the way the address is formatted on the map view archive page as opposed to the individual event post pages (they are displaying differently).

    the attached screen shots show the way the individual post pages are formatted (no change needed)
    and then the way the address is formatted on the map view archive page, along with the way i’d like it to be.

    any advice?

    #1131666
    Cliff
    Member

    Hi Emily.

    While I don’t see you have a current PRO license that includes Support, I believe the file you’re looking to override is this one:

    /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/modules/single-event.php

    Please let me know if that got you headed in the right direction. If you have any follow-up questions and the site you’re working on is publicly-accessible, please include a link.

    Thanks!

    #1132391
    designagency
    Participant

    hi cliff–

    it seems like you may have misunderstood the question. im not trying to modify the layout of the widget (which i have already done, and yes, that is the correct file). as i stated in my question, im working on the map view landing page (or archive page?). this file: /wp-content/plugins/events-calendar-pro/src/views/pro/map/single-event.php controls the layout of the page, however, i can’t figure out where the specific layout of the address is controlled.

    and again i dont want to change the layout of the individual post pages (they are displaying correctly), please refer to the mock up i sent over as to what im after—you can see the page here: http://dev3.design-agency.org/calendar/

    thanks!

    #1132710
    Cliff
    Member

    Thanks for clarifying.

    Each event’s address is displayed from /wp-content/plugins/events-calendar-pro/src/views/pro/map/single-event.php

    Your solution might be as easy as some CSS:

    body.post-type-archive-tribe_events.tribe-events-map .tribe-address br {
    display: none;
    }
    #1132846
    designagency
    Participant

    cliff, that worked beautifully!! thanks so much.

    #1132913
    Cliff
    Member

    Glad to hear!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘address on one line – map view’ is closed to new replies.