Can’t get shortcodes to work
-
I’m in the process of setting up a website and I’ve tried a couple of plugins that use a shortcode but I can’t get any of them to work.
The most recent is the clean-contact contact form plugin that uses the shortcode of [clean-contact]
I’ve created a contact page and typed [clean-contact] onto the HTML tag, and I’ve turned off the comments but the page isn’t right.
The page itself is at https://whatto-do.com/contact/ but if you visit the page you’ll see that although the ‘name’ and other headings are displayed it’s actually impossible to type anything in.
The souce code on the page is as follows:
<div id="column"> <div class="post" id="post-10"> <h1>Contact</h1> <style type="text/css" media="screen">.CleanContact { text-align: left; width: 30em; display: block; border:0; padding-top: 1em; } .CleanContact input[type="text"] { width: 100%; margin-bottom: .5em; } .CleanContact label { clear: none; display: inline; text-align: left; } .CleanContact textarea{ width: 100%; height: 15em; margin-bottom: .5em; font-size: 1.2em} .CleanContact label em { font-weight: bold; font-style: normal; color: red; } .CleanContact_msg { font-weight: bold; padding: 1em; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .CleanContact_msg.ok{ background-color: #8dff87; border: solid 1px #e6f4d7; color: #000; margin: 2em 0 2em 0;} .CleanContact_msg.err{ background-color: #ff9595; border: solid 1px #fff; color: #000;} </style><script src="https://whatto-do.com/wp-content/plugins/clean-contact/fieldset.js" type="text/javascript"></script><script type="text/javascript">clean_contact_form();</script> <noscript><p class="CleanContact_msg err">Sorry, due to anti-spam measures, this contact form requires that javascript be enabled on your browser.</p></noscript> <div class="addtoany_share_save_container"><ul class="addtoany_list"><li><a class="a2a_dd addtoany_share_save" href="https://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwhatto-do.com%2Fcontact%2F&linkname=Contact"><img src="https://whatto-do.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></li></ul></div><div class="clear"></div> </div> </div>
Anyone any idea what I’m doing wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can’t get shortcodes to work’ is closed to new replies.