Menu problems.

More
11 years 10 months ago #33566 by ivan.milic
Replied by ivan.milic on topic Menu problems.
Open index.php of template and add this just above </head>

<script>
jQuery(document).ready(function(){
jQuery(':not(:has(*)):contains("_:default")').each(function(i){
jQuery(this).html(jQuery(this).text().replace("_:default",""));
});
});
</script>

Please Log in to join the conversation.

More
11 years 10 months ago #33590 by Cragheyder
Replied by Cragheyder on topic Menu problems.
Thanks Ivan, but it did not work. Still getting the _:default but only on the feature articles on the front page.

Please Log in to join the conversation.

More
11 years 10 months ago #33593 by ivan.milic
Replied by ivan.milic on topic Menu problems.
Try this:

open:

templates\hot_responsive\html\com_content\featured\default_item.php

at very bottom you will see:

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

change to:

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

Please Log in to join the conversation.

More
11 years 10 months ago #33597 by Cragheyder
Replied by Cragheyder on topic Menu problems.
Thanks Ivan, That did not work but I think I have found the bug.

This started happening after recreating the menu item and the default page for the site. I recreated the home page menu and started checking the settings.

# Leading Articles set to 0 makes the _:default disappear from the page, set to 15 _:default is at the bottom of all the articles. Whatever controls the # Leading Articles is causing the issue.

Please Log in to join the conversation.

More
11 years 10 months ago #33599 by ivan.milic
Replied by ivan.milic on topic Menu problems.
In article alternative layout try to change value

Please Log in to join the conversation.

More
11 years 10 months ago - 11 years 10 months ago #33601 by Cragheyder
Replied by Cragheyder on topic Menu problems.
Alright... went to Article Manager Options and changed Choose a Layout to Black. Now there is
"hot_responsive:black" instead of "_:default" at the bottom of the leading articles.
Last edit: 11 years 10 months ago by Cragheyder.

Please Log in to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum