Fake Title

Home Forums Calendar Products Community Events Fake Title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #990338
    karen
    Participant

    I have recently allowed visitors to enter their own events.
    I see that there is “Fake Title” just before Recaptcha. what is that?
    Also, is there a way to not default to the first user alphabetically in the list for submitted events that are not logged in? How do I fix that?

    #990593
    Geoff
    Member

    Hi Karen, and welcome back.

    That’s interesting! By chance, does the same thing happen when you switch to default WordPress Twenty Fifteen theme?

    If it does, then I definitely want to check that out a little deeper. Either way, we can still hide that with some CSS in your theme’s style.css file:

    #tribe-not-title {
    display: none;
    }

    Also, is there a way to not default to the first user alphabetically in the list for submitted events that are not logged in? How do I fix that?

    Will you please you send me a screenshot of that? I think I get what you mean, but want to make sure I’m looking at the same thing you are. 🙂

    Cheers!
    Geoff

    #990615
    karen
    Participant

    hmm. I added the CSS and it did not take. Fake Title is still there. I will have to update my test site to revert to 2014 theme. Stay tuned.
    How do I send you a screenshot?

    #990691
    Geoff
    Member

    Ah, it looks like the CSS worked, but there’s another element to hide:

    .aes label {
    display: none;
    }

    You can send a screenshot using a service like: https://cloudup.com/

    Thanks!
    Geoff

    #990713
    karen
    Participant

    thanks! That seems to have worked.

    #990718
    Geoff
    Member

    Awesome! Thanks for confirming. 🙂

    I’ll go ahead and close this thread but feel free to start a new one (and link to this) if you happen to find any conflicts in the Twenty Fourteen theme. I wasn’t able to recreate the issue myself, but I’d definitely want to look into it more if you are able to!

    Cheers,
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fake Title’ is closed to new replies.