• Resolved nowton

    (@nowton)


    We have set to show our long description in a p with a class attached. On inspection we notice that one of the links has stopped outputting in in the tag pair, but outputs outside of the tag. How is this possible, and how can we solve this?

    How it looks right now

    <p class="addr"></p><p>adress data here</p>

    What it should look like

    <p class="addr">address data here</p>

    demo URL Thanks in advance.

    https://wordpress.org/plugins/link-library/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nowton

    (@nowton)

    If you are waiting for more information, please let me know. Thanks.

    Thread Starter nowton

    (@nowton)

    Note to self: phase out in favour of native CPT.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sorry for lack of response. I have been swamped coming back from travel abroad, then playing catch up for the past week.

    Are you looking at the code output or through the page source? Since I moved the large description field to use the WP Editor for full text editing, it automatically adds <p> tags around the content. This was needed to be able to support multi-line content as many users requested. Now, when you output a p tab inside of a p tag, browser tools will show them as one outside the other since I don’t think that HTML allows a p tag inside a p tag. That being said, looking at the source shows that the output is really one embedded in the other. Perhaps you could try using a span instead of a p for your wrapping code?

    If you choose to move towards CPT, sorry to have let you down.

    Thread Starter nowton

    (@nowton)

    I looked at page source, and so should you – bc you could tell the p is being output outside of the template p, instead of inside (as per your description).

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sorry, missed the demo URL link, so I was only looking at the page source from my local test site.

    Would you be able to export your settings for the library that is rendering these address entries and sending it to me via my contact form: http://ylefebvre.ca/contact-me

    Thread Starter nowton

    (@nowton)

    Done. You may want to check out that captcha; it didnt render for me the first time I visited that page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Description field not output between tags’ is closed to new replies.