Swtith off bottom part of the content and

  • ukgreg
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 7 months ago - 2 years 7 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: 2 years 7 months ago by milos.

Please Log in to join the conversation.

More
12 years 7 months 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.

  • ukgreg
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 7 months 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
12 years 7 months 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.142 seconds
Powered by Kunena Forum