Home › Forums › Calendar Products › Events Calendar PRO › address on one line – map view
- This topic has 6 replies, 3 voices, and was last updated 9 years, 10 months ago by
Cliff.
-
AuthorPosts
-
June 24, 2016 at 6:40 am #1131452
designagency
Participanthiya–
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?
June 24, 2016 at 11:12 am #1131666Cliff
MemberHi 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!
June 27, 2016 at 9:14 am #1132391designagency
Participanthi 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!
June 27, 2016 at 7:15 pm #1132710Cliff
MemberThanks 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; }June 28, 2016 at 6:45 am #1132846designagency
Participantcliff, that worked beautifully!! thanks so much.
June 28, 2016 at 9:02 am #1132913Cliff
MemberGlad to hear!
-
AuthorPosts
- The topic ‘address on one line – map view’ is closed to new replies.
