Forum Replies Created

Viewing 5 replies - 31 through 35 (of 35 total)
  • Catch evolution is using class entry-title everywhere, so I do not know why its missing, but the updated and author are missing because you do not display when the post was made and who was the author.

    Cheers,

    Josif

    Hi dietermunnik,

    there is a plugin called “allow php in posts and pages”.

    Can that help you?

    Thread Starter Digihood

    (@josif201)

    No, it doesn’t stay un-checked even in the original post. Sorry, I haven’t noticed that before. Do you have any idea what could be wrong?

    Thanks for your time.

    Thread Starter Digihood

    (@josif201)

    thanks for the tip, changing the theme helped. But the thing is, that I am actually building the theme and I have no idea, how this thing got there..

    Anyway, I have managed to ovewrite it with display inline important! for wpcf7-form-control-wrap.. but it is still very strange

    Thank you for your help though!

    Josif201

    Thread Starter Digihood

    (@josif201)

    I am sorry, I have it on my localhost.. I could give you printscreens.. right now I will just paste in piece of the code:

    This is the contact form:
    <p>Your Name (required)
    [text* your-name] </p>
    <p>Your Email (required)
    [email* your-email] </p>
    <p>Subject
    [text your-subject] </p>
    <p>Your Message
    [textarea your-message] </p>
    <p>[submit “Send”]</p>

    This is the the page source code grabbed from google chrome:

    <span class=”wpcf7-form-control-wrap your-name”><input type=”text” name=”your-name” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-validates-as-required” aria-required=”true” aria-invalid=”false” /></span> </p>

    And this is when I “Inspect element”.
    <span class=”wpcf7-form-control-wrap your-name” style=”display: none;”><input type=”text” name=”your-name” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-validates-as-required” aria-required=”true” aria-invalid=”false”></span>

    Do you see the “style=”display: none;”” Where does it comes from, when its not even in the source code? Is it some javascript or something?

    Thanks a lot!

    Josif

Viewing 5 replies - 31 through 35 (of 35 total)