Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    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

    (@ashiezai)

    Can you suggest what files and lines should I be looking at?

    I’m lost!

    Thanks for you help!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    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

    (@ashiezai)

    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}</p>
    <p>Website: #_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)

    (@netweblogic)

    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

    (@ashiezai)

    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)

    (@netweblogic)

    i copied your code in and you’re right… not sure why, so will investigate asap and fix.

    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

    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.