- Posts: 40
- Thank you received: 0
Unwanted text in feature article content in home
-
kimjoechang
Inactive member -
Topic Author
- Member
-
Less
More
10 years 6 months ago #43063
by kimjoechang
Replied by kimjoechang on topic Unwanted text in feature article content in home
I found out whatever I select in article manager global layout option is shown there in the first article. Like right now, the global is set to blue and the individual article layout is yellow. The global setting blue is shown.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #43070
by ivan.milic
Replied by ivan.milic on topic Unwanted text in feature article content in home
Try to set that in article editor
Please Log in to join the conversation.
-
kimjoechang
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
10 years 6 months ago #43074
by kimjoechang
Replied by kimjoechang on topic Unwanted text in feature article content in home
As I said in the previous post, no matter what I set in article editor (for instance right now it is set to yellow and the article is shown as yellow), the unwanted text is still there with the value set in the global setting. You can try it yourself, username guest and password "temporary". Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #43077
by ivan.milic
Replied by ivan.milic on topic Unwanted text in feature article content in home
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.
-
kimjoechang
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
10 years 6 months ago #43088
by kimjoechang
Replied by kimjoechang on topic Unwanted text in feature article content in home
I add it above /head but the text is still there.
<?php
/* The following line loads the MooTools JavaScript Library */
JHtml::_('behavior.framework', true); ?>
<script>
jQuery(document).ready(function(){
jQuery('*:conatins("_:default")').remove();
});
</script>
</head>
<body>
<?php
/* The following line loads the MooTools JavaScript Library */
JHtml::_('behavior.framework', true); ?>
<script>
jQuery(document).ready(function(){
jQuery('*:conatins("_:default")').remove();
});
</script>
</head>
<body>
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #43110
by ivan.milic
Replied by ivan.milic on topic Unwanted text in feature article content in home
Remove that, open:
responsive/templates/hot_responsive/js/dynlayout.js
below this line:
function ui_elements_create(){
tnsert:
jQuery('*:conatins("_:default")').remove();
responsive/templates/hot_responsive/js/dynlayout.js
below this line:
function ui_elements_create(){
tnsert:
jQuery('*:conatins("_:default")').remove();
Please Log in to join the conversation.
Time to create page: 0.100 seconds