Swtith off bottom part of the content and

More
14 years 6 days ago - 3 years 11 months ago #17975 by ukgreg
flickering submenu.

Hi all
Fist one is how do I switch off the modules shown on the screen?
:


Second when you go to:

you can see menu:
Home Page
Footbal
team1
and team1, when you hover you mouse on it acting weird its blinking? Hopw do I fix it?
Last edit: 3 years 11 months ago by milos.

Please Log in to join the conversation.

More
14 years 6 days ago #17979 by ivan.milic
That are modules in module positions user5-user8. Just un-publish or delete them.

That menu does not support more than 2 levels.

Please Log in to join the conversation.

More
14 years 4 days ago #17995 by ukgreg
Last thing
How do I switch of text in the hot scroller shown below:

"Please enter content source in the module parameters (Joomla backend > Extensions > Module Manager > HOT Scroller). You can select category or enter articles IDs. If you'd like to enter articles IDs, please keep category field unselected"

Please Log in to join the conversation.

More
14 years 3 days ago #18009 by ivan.milic
pen modules\mod_hot_scroller\tmpl\default.php

you will find this:

if (!$where_id) {
echo "Please enter content source in the module parameters (Joomla backend > Extensions > Module Manager > HOT Scroller). You can select category or enter articles IDs. If you'd like to enter articles IDs, please keep category field unselected.";
}


replace it with this:


if (!$where_id) {
echo "";
}

Please Log in to join the conversation.

Time to create page: 0.197 seconds
Powered by Kunena Forum