Safari Formatting Issues – Maps

Home Forums Calendar Products Events Calendar PRO Safari Formatting Issues – Maps

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #928071
    maximumedia
    Participant

    I am having a problem with URLs overlapping in Safari. Is there a “wrap” line in the CSS you can give me to format these things better?

    Also, I have tried to dequeue maps in the theme, but there is still a problem with the maps loading on individual pages regardless of browser. Let me know if you are seeing something I am not or if there is a way to dequeue maps in Events Calendar individual pages that would do the trick.

    Thanks, guys!

    #928967
    George
    Participant

    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.
    #949972
    George
    Participant

    Hello,

    This issue’s been sitting here a while so I’m going to go ahead and close it for now – if other issues arise, don’t hesitate to come back and open a new ticket, and if you need to open a new ticket about the same issues you originally brought up here, please share a link to this original ticket so we can pick up where we left off.

    Cheers!
    George

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Safari Formatting Issues – Maps’ is closed to new replies.