• Resolved madflute

    (@madflute)


    v4.9.9

    Hi,
    The layout of this Category page is messed up because of weird tags: <b r></b>. As far as I can tell there is no other page is inserting these weird tags. For example, this page is just fine.
    https://jazztokyo.org/category/issue-number/no-250/
    which is supposed to be rendered from the same template.

    For the life of me I can’t find what is causing this. Any help would be appreciated. Oh, I am not a programmer, by the way.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • If I view the source of the page I can’t find any instances of </b>, <b> or <b r>. Is this issue resolved? What is the page supposed to look like, could you possibly add screenshots of what is broken vs what it is supposed to look like?

    Thread Starter madflute

    (@madflute)

    Thank you for your response. I don’t see how to attach screenshots here so here it is:

    https://a-no-ne.com/temp/junk/No-251—JazzTokyo.png

    • This reply was modified 5 years, 8 months ago by madflute.

    It looks like maybe the theme is not escaping attribute properly. The read more link for:

    https://jazztokyo.org/reviews/kimio-oikawa-reviews/post-37988/

    ( If you view source it would be line 1722 )

    Reads like this: #503 『TRIchrO / Gravity』<b/r>『トライクロ/グラヴィティ(引力)』 Note the <b/r> that’s in there. I believe that’s the cause of the layout issue. The whole code is:

    <a class="more-link" title="#503 『TRIchrO / Gravity』<b/r>『トライクロ/グラヴィティ(引力)』" href="https://jazztokyo.org/reviews/kimio-oikawa-reviews/post-37988/"><span>Read more</span></a>

    I’m not sure if that’s something you have access to remove. Either way I would suggest contacting the theme developer and ensure they’re using esc_attr() whenever generating links.

    ThemeGrill Theme Support

    Thread Starter madflute

    (@madflute)

    Thank you so so so so so much! That solved the issue! I can’t thank you enough!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout mess up on just one page’ is closed to new replies.