Title: [Plugin: Events Manager] Attribute and html coding error
Last modified: August 19, 2016

---

# [Plugin: Events Manager] Attribute and html coding error

 *  Resolved [ashiezai](https://wordpress.org/support/users/ashiezai/)
 * (@ashiezai)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/)
 * Hello,
 * This plugin was working fine, I’m not sure what happened, but out of a sudden
   I find out that there are some error on the ATTRIBUTE and html tag:
 * Example:
    [http://bit.ly/ifdAFZ](http://bit.ly/ifdAFZ) [http://bit.ly/gIsNN4](http://bit.ly/gIsNN4)
 * The attribute is not shown properly, and the html tag is not closed properly (
   missing “>) .
 * I’ve tried to reinstall and I’ve also compare it file to file to my backup, but
   still could not find out what went wrong.
 * Your help is much appreciated!
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2027944)
 * not sure what your html is, but I think there’s either an issue there or your
   code after the N/A, maybe missing a } or something’s preventing EM from finding
   the } that should be ending there.
 *  Thread Starter [ashiezai](https://wordpress.org/support/users/ashiezai/)
 * (@ashiezai)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2027969)
 * Can you suggest what files and lines should I be looking at?
 * I’m lost!
 * Thanks for you help!
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2027975)
 * in settings where you added #_ATT… just make sure the second bracket is closed(
   or try fiddling with the letters just after N/A if there’s a special character).
 * e.g. #_ATT{Email}{N/A}
 *  Thread Starter [ashiezai](https://wordpress.org/support/users/ashiezai/)
 * (@ashiezai)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2027983)
 * yes, the bracket is closed.
 * <p>Contact Person: #_ATT{Contact}{N/A}</P>
    <p>Phone: #_ATT{Phone}{N/A}</p> <
   p>Email: [#_ATT{Email}{N/A}](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/?output_format=md#_ATT{Email}{N/A})
   </p> <p>Website: [#_ATT{Website}{N/A}](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/?output_format=md#_ATT{Website}{N/A})
   </p>
 * <p>#_LOCATIONMAP</p>
 * It was working nicely, but somehow I do not know what went wrong. I’ve reinstalled
   everything, so if I mistakenly deleted some coding, it should be replaced by 
   new files.
 * I guess I have to stop using Attributes? 🙁
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2027986)
 * the bottom two show as a link on here, something’s wrong with your html or similar.
   attributes certainly work as the phone and contact person work, so it’s just 
   a syntax issue on your side i think
 *  Thread Starter [ashiezai](https://wordpress.org/support/users/ashiezai/)
 * (@ashiezai)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2027989)
 * Sorry i did not paste in blockquote
 *     ```
       <p>Contact Person: #_ATT{Contact}{N/A}</P>
       <p>Phone: #_ATT{Phone}{N/A}</p>
       <p>Email: <a href="mailto:#_ATT{Email}{N/A}">#_ATT{Email}{N/A}</a></p>
       <p>Website: <a href="#_ATT{Website}{N/A}">#_ATT{Website}{N/A}</a></p>
       <br><br>
       <p>#_LOCATIONMAP</p>
       ```
   
 * The html syntax seems fine above,
    but it will output the following with missing
   syntax `">`
 *     ```
       <p>Email: <a href="mailto:wara@qsncc.<strong>com</a></strong></p>
       <p>Website: <a href="http://www.ildex.<strong>com</a></strong></p>
       ```
   
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2028035)
 * i copied your code in and you’re right… not sure why, so will investigate asap
   and fix.
 *  [jason sputnik](https://wordpress.org/support/users/timmylangeveld/)
 * (@timmylangeveld)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2028100)
 * Hi Marcus,
 * I have kind of the same problem. None of my HTML code, attributes or plain text
   in the HTML editor or the WYSIWYG editor is displayed on the website.
    So the
   editor on a single events page does save the information I entered but it’s not
   displayed.
 * In the editor of a single event I have typed the following:
    (of course I also
   added the custom attributes in the settings area of EM)
 *     ```
       <p>Contact Person: #_ATT{Contact}{N/A}</P>
       <p>Phone: #_ATT{Phone}{N/A}</p>
       <p>Email: #_ATT{Email}{N/A}</p>
       <p>Website: #_ATT{Website}{N/A}</p>
       <br><br>
       <p>#_LOCATIONMAP</p>
       this is a test example sentence
       ```
   
 * this is the page that should show the code and text: [http://bit.ly/fah7qm](http://bit.ly/fah7qm)
 * I also did a reinstallation, that didn’t help much.
 * I’m pretty sure all the tags are well formed. Either I’m missing something really
   obvious or there is something wrong with my set up. The strange thing is just
   that the editor on a single event page won’t even show plain text.
 * I’m using wordpress 3.1.1
 * Thanks

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: Events Manager] Attribute and html coding error’ is closed to
new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [jason sputnik](https://wordpress.org/support/users/timmylangeveld/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-attribute-and-html-coding-error/#post-2028100)
 * Status: resolved