Unwanted text in feature article content in home

More
10 years 6 months ago #43063 by kimjoechang
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.

More
10 years 6 months ago #43070 by ivan.milic
Try to set that in article editor

Please Log in to join the conversation.

More
10 years 6 months ago #43074 by kimjoechang
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.

More
10 years 6 months ago #43077 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.

More
10 years 6 months ago #43088 by kimjoechang
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>

Please Log in to join the conversation.

More
10 years 6 months ago #43110 by ivan.milic
Remove that, open:

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
Powered by Kunena Forum