Hi
Thanks for getting in touch, we’ll investigate this.
@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 5 years, 11 months ago by
genepine.
-
This reply was modified 5 years, 11 months ago by
genepine.
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 5 years, 11 months ago by
genepine.
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 5 years, 11 months ago by
zymeth25.