Venue address displays without spaces

Home Forums Calendar Products Events Calendar PRO Venue address displays without spaces

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1246485
    Australian Skeptics
    Participant

    We use the Pro calendar on our website skeptics.com.au, and have noticed that venue addresses display without any spaces between the words. Attached is a screenshot of an incorrectly displayed address, and a screenshot of our display settings. This does not appear to be a theme conflict. Any advice would be much appreciated!

    Thanks,
    Signe

    #1247188
    Geoff B.
    Member

    Good afternoon Signe and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    We are sorry to hear about the faulty display of the venue. Yikes!
    I would love to help you with this topic.

    Could you please send me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) ?
    I recommend a private reply for that purpose.

    Please ensure you are using the latest files as found on your actual website.
    This way I will get access to any updates or customizations you might have made.

    I understand this might not be a theme conflict, however I would like to be able to reproduce the issue on my end.

    In the meantime, try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
    padding: 0 !important;
    }

    .tribe-delimiter, .tribe-region {margin: 0px 6px 0px 0px;}

    .tribe-events-gmap {display:block; clear: both;}

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1247321
    Australian Skeptics
    Participant

    This reply is private.

    #1247378
    Australian Skeptics
    Participant

    Hi Geoff,

    me again! I’ve added the CSS to our theme’s child style.css and it worked! Looks so much better – the only exception now is the country that still has no space before it (see screenshot). Ideally country should be on its own line, too. Perhaps you can recommend a CSS snippet to fix that, too?

    Thank you,
    Signe

    #1247892
    Geoff B.
    Member

    Good afternoon Signe,

    I am glad that helped to make some progress.

    I will run some tests with your theme and get back to you.
    In the meantime, try:

    .tribe-country-name {
    clear: both;
    display: block;
    }

    Cheers,
    Geoff B.

    #1248203
    Australian Skeptics
    Participant

    Hi Geoff,

    thanks, that looks great! As far as I’m concerned, the issue is fixed – although I’m guessing you would like to get to the bottom of the problem from a back-end perspective.

    Thanks,
    Signe

    #1248768
    Geoff B.
    Member

    Good evening Signe,

    I am really glad you like the results.

    On my end, tests with your theme yielded the following results

    Which, aside from the left-padding (which we fixed), is very similar to what is found in twenty-sixteen. If anything yours look better.

    So it looks like this mystery will remain unsolved, but with a happy customer.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Venue address displays without spaces’ is closed to new replies.