Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    If you switch to the default WordPress theme are the labels visible?

    Thread Starter oliwkama

    (@oliwkama)

    Yes. I’ve change to Twenty Twelve and all is fine. I’m going to open case with Sintia developer but maybe you will figure it out first…

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I think it’s because you’re logged in. When logged in, those fields don’t appear.

    Thread Starter oliwkama

    (@oliwkama)

    Not really. I’ve checked when logged in and out. Different fields but still no description of them. And with default theme your plugin works perfectly fine.

    It does sound like an issue with the Sintia theme. Is there something in the style.css or functions.php file that deals with overriding the display of labels?

    Thread Starter oliwkama

    (@oliwkama)

    I wish I would be able to review code…

    Plugin Support angelo_nwl

    (@angelo_nwl)

    try to check this in your theme

    html.placeholder label[for] {
     display: none;
    }
    Thread Starter oliwkama

    (@oliwkama)

    I found this expression in cache folder in file all.css

    Plugin Support angelo_nwl

    (@angelo_nwl)

    have you tried to remove it?

    Thread Starter oliwkama

    (@oliwkama)

    Wow! It worked! Thanks a lot!

    Thread Starter oliwkama

    (@oliwkama)

    By the way. Is there way to disable “category” label on event page? It’s displaying Category: no categories, but I would like to get rid of it. I’ve disabled all radio buttons that had anything with categories, but it’s still there.
    Thanks again for resolving issue that has nothing to do with your plugin!

    Thread Starter oliwkama

    (@oliwkama)

    Got it.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    You can remove that in Settings > Formatting > Events > Single Event Format

    if you have new questions, pls post a new thread and we’ll help you there

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Booking form labels not visible’ is closed to new replies.