- Posts: 14116
- Thank you received: 1639
_:default at the end of articles on front page
-
sergiobelcamine
- Topic Author
- 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 8 months ago #28219
by ivan.milic
Replied by ivan.milic on topic _:default at the end of articles on front page
Can you send us link so we could check
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 8 months ago #28221
by sergiobelcamine
Replied by sergiobelcamine on topic _:default at the end of articles on front page
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28228
by ivan.milic
Replied by ivan.milic on topic _:default at the end of articles on front page
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; ?>
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.
-
sahanemoz
Inactive member - New Member
Less
More
- Posts: 17
- Thank you received: 0
11 years 8 months ago #28283
by sahanemoz
Replied by sahanemoz on topic _:default at the end of articles on front page
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?
Anything else I can try?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28295
by ivan.milic
Replied by ivan.milic on topic _:default at the end of articles on front page
Open index.php of template and add this just above </head>
<script>
jQuery(document).ready(function(){
jQuery('*:conatins("_:default")').remove();
});
</script>
<script>
jQuery(document).ready(function(){
jQuery('*:conatins("_:default")').remove();
});
</script>
Please Log in to join the conversation.
Time to create page: 0.080 seconds