Hey Noah,
Awesome domain name. In regards to your issue with the links not wrapping in Safari, I was able to force wrapping with the following bit of custom CSS:
dd.tribe-events-event-url {
word-wrap: break-word;
}
dd.tribe-events-event-url a {
width: 100%;
}
I tested that out in Safari on your site and it worked well for me. Let me know if you’re able to configure custom CSS like this on your site – if you need some guidance on that, the “Custom Styles” section of our official Themer’s Guide is pretty helpful! Check that out here.
As for dequeueing maps in the theme, can you specify exactly what you’re trying to do here? Do you mean making sure that maps-specific CSS and JavaScript files are only loaded on events pages with Maps? Just want to be 100% certain about what you’re trying to do.
— George
-
This reply was modified 11 years, 4 months ago by
George.