最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - How to escape the tailwindcss responsive syntax when using with contact form 7?

programmeradmin4浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 4 years ago.

Improve this question

I am using the responsive syntax of tailwindcss for different screen size and when I am using it with Contact Form 7 (CF7) the syntax is getting ignored by CF7.

[text* fullname id:fullname class:w-full class:text-center class:text-white class:placeholder-white  class:bg-black class:py-3 class:sm:py-6 placeholder "Name"]

i will get the output like this

<input type="text" name="fullname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required w-full text-center text-white placeholder-white bg-black py-3" id="fullname" aria-required="true" aria-invalid="false" placeholder="Name">

the class:sm:py-6 is getting ignored. same for all the colon based syntax. How do I escape it from being ignored by CF7?

发布评论

评论列表(0)

  1. 暂无评论