• Resolved jjstuss

    (@jjstuss)


    The update to list category post broke my theme. It’s now putting P tags around the date, which weren’t there before, so it’s bumping the next word down.

    The code that is being generated: https://ibb.co/XyzFBWB

    My template: https://ibb.co/MV2X5qT

    When looking at my templates, there’s no P tags for me to remove, not sure how to fix it. It’s not entering P tags around any other display, just the date. How can I remove this new P tag?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    Hi

    Thanks for getting in touch, we’ll investigate this.

    Plugin Contributor zymeth25

    (@zymeth25)

    @jjstuss Could you also post the shortcode you are using?

    Hello it may be same issue
    WordPress 5.4.2
    Lightning 10.2.0
    https://github.com/vektor-inc/Lightning

    Update List category posts, Version 0.81 to Version 0.83.1, broke the design.

    I write down the those shortcord to widget area.

    [catlist name=”blog” tags=”” category_description=”yes” thumbnail=”yes” date=”yes” dateformat=”Y年Fj日” order=desc numberposts=3 catlink=”yes” excerpt=”yes” excerpt_size=”560″ pagination=”no” template=he_cat_list]

    [catlist name=”experiences” tags=”” category_description=”yes” thumbnail=”yes” date=”yes” dateformat=”Y年Fj日” orderby=”rand” numberposts=3 catlink=”yes” excerpt=”yes” excerpt_size=”560″ pagination=”no” template=he_cat_list]

    There are issue on genarated html at same script position.

    Version 0.81 OK

    
    <p><a class="media-body_excerpt">「子どもたちはひどく扱われても、自分の振る舞いを変えれば事態が変わるという望みにしがみつきます。この非現実的な子どもの願望は、周りの大人達は頼りにならず、有害で制御しきれないものだと諦めないように無理に思い込んだ結果、起きてくるのです。」
    「よくあることですが、成長した…</a></p>
    

    Version 0.83.1 NG

    <s class="btn btn-xs btn-primary" trong=""> <p><a class="media-body_excerpt">「子どもたちはひどく扱われても、自分の振る舞いを変えれば事態が変わるという望みにしがみつきます。この非現実的な子どもの願望は、周りの大人達は頼りにならず、有害で制御しきれないものだと諦めないように無理に思い込んだ結果、起きてくるのです。」
    「よくあることですが、成長した…</a></p><p></p></s>

    capture
    https://www.dropbox.com/s/7br4gdz9oej0rc6/Image_20200710_004819.png?dl=0
    capture and my list category posts php template
    https://www.dropbox.com/s/m989ujwu7ts00dg/200710-issue-list-category-list.zip?dl=0

    • This reply was modified 4 years, 7 months ago by genepine.
    • This reply was modified 4 years, 7 months ago by genepine.
    Plugin Contributor zymeth25

    (@zymeth25)

    Hi @genepine

    The get_category_link function now has a default tag strong. Please update line 80 of your template to $catlink = $this->get_category_link(null);. This way you will restore the previous behaviour.

    Let me know if it solves your issue.

    Hi @zymeth25
    The issue solved by your suggestion.
    My problem is not same as this toppic maybe.
    Thank you!

    p.s I try to donate to you but cant do that because Palpal is not support donation from Japan.

    • This reply was modified 4 years, 7 months ago by genepine.
    Plugin Contributor zymeth25

    (@zymeth25)

    The issue solved by your suggestion.

    @genepine Great!

    I try to donate to you but cant do that because Palpal is not support donation from Japan.

    Many thanks! You can go here to see more possibilities for supporting the plugin.

    Thanks!

    • This reply was modified 4 years, 7 months ago by zymeth25.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Updated plugin adding in P tags’ is closed to new replies.