Hi,
1) when occurs and error in post comment of entry of blog,
by example
http://thegallery.artistandbeer.com/entrada-2/, if I don’t enter any text and click to button of comment appears an error.
The error appears in another page of post, is correct?
http://thegallery.artistandbeer.com/wp-content/uploads/2014/06/error1.png
2) In comments of post the entry text overlapps with the legend text..
http://thegallery.artistandbeer.com/wp-content/uploads/2014/06/error2.png
3) I like to do a “display: none” of breadcrumb when the class of post is: .single-ajde_events
can you help me?
http://thegallery.artistandbeer.com/wp-content/uploads/2014/06/error3.png
Thanks so much.
I put the pass in private post.
Xavier.
Hi xpoveda!
1) Yes, the form is supposed to fail if the user doesn’t enter in the required information.
2) This is caused by the following custom css you have added to the custom.css file:
#commentform label { left: 10px; }
3) You would do .single-ajde_events .avia-breadcrumbs { display: none;}
Regards,
Devin
Perfect, thanks so much Devin!!.
Xavier.
Glad we could help. Let us know if you have any other questions or issues.