Comma appears before address for no reason

Home Forums Calendar Products Events Calendar PRO Comma appears before address for no reason

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1017726
    Sean
    Participant

    There is a comma before the address while in list view. It has always been this way, but I just now upgraded to Pro. So I expected that to be in the settings or to be fixed in the pro version, but it persists.

    • This topic was modified 10 years, 6 months ago by Sean.
    #1017874
    George
    Participant

    Hey @Sean!

    I took a look at your site and am honestly not sure where this comma is coming from – it does not seem like it’s generated by our plugin because I can’t recreate this issue on my local site…

    So, I apologize about my lack of understanding the true source of this problem. It could be a remnant from your theme or from obscure part of our plugin’s code that I’m not familiar with.

    The good news, regardless of all that, is that we get rid of the comma with some CSS. You can do that by pasting the following CSS code into the bottom of your theme’s style.css file:


    .tribe-events-venue-details {
    visibility: hidden;
    }

    .tribe-events-venue-details span.author.fn.org,
    .tribe-events-venue-details address.tribe-events-address,
    .tribe-events-venue-details a.tribe-events-gmap {
    visibility: visible !important;
    }

    .tribe-events-venue-details address.tribe-events-address span.street-address {
    margin-left: -6px
    }

    Here’s how that CSS made things look for me when I tested it on your site:

    Not bad! In my opinion, anyways πŸ™‚ Let me know if this helps.

    Cheers,
    George

    #1018639
    Sean
    Participant

    Nice. That worked. I’m not sure if its the functionality of my theme or WordPress, but it has an “Edit CSS” section and editing the file didn’t do anything.

    #1018933
    George
    Participant

    Weird! That “edit CSS” feature sounds like perhaps a theme-specific one.

    I’m glad you got things working regardless of that feature not working as expected πŸ™‚

    Cheers,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Comma appears before address for no reason’ is closed to new replies.