Digihood
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Evolution] what files need editing for hcard authorCatch 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
Forum: Fixing WordPress
In reply to: PHP Code not working on pagesForum: Plugins
In reply to: [Post Duplicator] Problem with custom made checkboxNo, 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.
Forum: Plugins
In reply to: [Contact Form 7] Display none on every input fieldthanks 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
Forum: Plugins
In reply to: [Contact Form 7] Display none on every input fieldI 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