Home › Forums › Calendar Products › Events Calendar PRO › Event display adjustments
- This topic has 10 replies, 5 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
July 29, 2013 at 12:03 pm #57588
wmglennosborne
ParticipantI just installed The Events Calendar plugin and then upgraded to PRO. While I like having the additional feature to export events to google calendars and iCal, the addition of those buttons has forced the display of the other information below the picture that I wish to include at the beginning of the event description. Before I upgraded to PRO, the information about details and so forth began immediately after the text I entered (before the image ended) – at least that’s what I recall. Can I move those buttons to after the other event information?
Also I’d like to change the size of the google map that appears. It effectively goes off the right side of the page. How can I set it so that all the info appears in the “normal” width of my website?
My first event is posted here: http://wmglennosborne.com/event/mozart-requiem/August 1, 2013 at 11:13 am #58308Rob
MemberHey wmglennosborne. Thanks for the note here, and apologies that we’ve taken longer than normal to get you a reply on this end. If I understand what you’re going for vis a vis the Google Calendar/iCal buttons, this solution from our former support guru Jonah should help get you sorted: https://theeventscalendar.com/support/forums/topic/page-layout-problem/#post-53460. Let me know if that isn’t the solution to your problem though.
Regarding the map itself: the google map now displays at 100% the width of its container, so depending on which map display you’d like to have full-width, you can change the width of its container and the map will follow suit. If you’d like help getting started, you could let me know which map you’d like to be full width and I can do my best to point you in the right direction.
That help? Feel free to reach out if not, or if you have other questions. Thanks for your patience so far.
August 1, 2013 at 1:56 pm #58369wmglennosborne
ParticipantThanks, Rob for the help. I have the button issue resolved now thanks to the code you pointed me to. I think what I’m looking to change with the map is the size of the container. Where are the settings for the size of the map container? I’m still new at this html/php/css coding so tried looking in a couple of files but couldn’t find anything that looked like what I need to adjust.
August 6, 2013 at 4:31 pm #59189Steve LaBadie
ParticipantI do not see any option under Settings to change the map/container size.
August 6, 2013 at 6:45 pm #59204Rob
MemberHey wmglennosborne + Steve! Thanks for the follow-ups. This is indeed not a setting, but rather something within the plugin files themselves. As this is getting a bit outside my area of expertise I’m going to ask our developer Kyle to follow-up to try and point you both in the right direction tomorrow.
August 8, 2013 at 3:18 pm #59575Kyle
ParticipantHi Steve,
Which map would you like to resize (single event view, venue view, map view)? I can try to offer you some sample CSS to resize that.
Cheers,
KyleAugust 9, 2013 at 12:14 pm #59734Steve LaBadie
ParticipantThe map that appears on the detail page for the event.
August 9, 2013 at 1:14 pm #59749Kyle
ParticipantHey wmglennosborne,
Looks like your theme isn’t supporting the body_class() function, so some styles aren’t being applied. Try putting this in your theme:
.tribe-events-venue-map {
width: 58%;
margin: 20px 4% 2% 0;
padding: 5px;
float: right;
background: #EEE;
border: 1px solid #DDD;
border-radius: 3px;
display: inline-block;
zoom: 1;
vertical-align: top;
}Steve, this is the default styling for the venue map: http://kunzi.me/6cNm
If you added a file called “tribe-events.css” in a folder called “tribe-events” inside your theme, you can add that code and tweak the values to what you are looking for, particularly the width, and your map should follow suit. For instance, here is the default: http://kunzi.me/OtHv and here it is after I changed the width to 40%: http://kunzi.me/LXvG
Cheers,
KyleAugust 9, 2013 at 1:47 pm #59756wmglennosborne
ParticipantKyle,
Thanks for the code! The maps are much better now.
GlennAugust 14, 2013 at 10:28 am #60428Rob
MemberGlad to hear this got you sorted, wmglennosborne! Thanks so much for confirming. Let us know if you need anything else in the future and we’ll do our best to help you out.
July 7, 2015 at 6:27 am #980116Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Event display adjustments’ is closed to new replies.
