Good morning, a strange tag appear betwen comments and off in the metatag (when the comments are off). Why it appen? And why the tag have a bad format. See my awesomescreenshot .
Strange tag betwen the term comments and the term off
8 posts from 2 voices-
Posted 1 year ago #
-
Hey,
open up includes/loop-archive.php and search for:
"<strong></strong> ".__('Comments<br/>Off','avia_framework') ); ?>replace it with:
"<strong></strong> ".__('Comments Off','avia_framework') ); ?>Can you create me an admin account and send me the login data to: kriesi2000-dude@yahoo.com - I need it to investigate the archive bug.
Posted 1 year ago # -
Hi, I have create an admin account with username "Dude". The password has been sent via wordpress to your e-mail.
Plese, confirm me to receive the data. If no, I retransmits it.Posted 1 year ago # -
I didn't get a mail. Please send the data manually to: kriesi2000-dude@yahoo.com
Posted 1 year ago # -
I have sent the e-mail manually.
Posted 1 year ago # -
Hey,
it's a quick fix - we'll release an update soon though. Open up shoutbox\framework\php\function-set-avia-frontend.php and replace:
if($post->post_excerpt) { $excerpt = get_the_excerpt(); } else { $excerpt = preg_replace("!\[.+?\]!", "", $post->post_content); $excerpt = avia_backend_truncate($excerpt, $length," "); }with:
if($post->post_excerpt) { $excerpt = get_the_excerpt(); } else { $excerpt = wp_filter_nohtml_kses( $post->post_content); $excerpt = avia_backend_truncate($excerpt, $length," "); }Posted 1 year ago # -
Definitively resolved the archive bug. The layout works fine.
Thanks.Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














