_:default at the end of articles on front page

  • sergiobelcamine
  • Topic Author
  • Visitor
  • Visitor
11 years 8 months ago #28209 by sergiobelcamine
_:default at the end of articles on front page was created by sergiobelcamine
Hi,

I have some articles that finishes with _:default. And I don't know why. How can I remove this?
For some reasons I think it is related to the "read more" link...

Please help
Thanks

Please Log in to join the conversation.

More
11 years 8 months ago #28219 by ivan.milic
Can you send us link so we could check

Please Log in to join the conversation.

  • sergiobelcamine
  • Topic Author
  • Visitor
  • Visitor
11 years 8 months ago #28221 by sergiobelcamine

Please Log in to join the conversation.

More
11 years 8 months ago #28228 by ivan.milic
Try this,

open templates\hot_responsive_portfolio\html\com_content\category\blog_item.php

last line:

<?php echo $this->item->event->afterDisplayContent; ?>

change to:

<?php //echo $this->item->event->afterDisplayContent; ?>

Please Log in to join the conversation.

More
11 years 8 months ago #28283 by sahanemoz
I am facing the same problem on my website www.guphula-moz.com , I tried your suggestion but not only it didnt solve the problem, I noticed the '_:default' came up on one more article.

Anything else I can try?

Please Log in to join the conversation.

More
11 years 8 months ago #28295 by ivan.milic
Open index.php of template and add this just above </head>

<script>
jQuery(document).ready(function(){
jQuery('*:conatins("_:default")').remove();
});
</script>

Please Log in to join the conversation.

Time to create page: 0.080 seconds
Powered by Kunena Forum