Mega Menu / Split Menu Sticky Top Position - Joomla! Forum - community, help and support
hello
i group 3 module positions @ top of page , fix them when scrolling.
the positions are:
1. logo
2. megamenu - top level
3. splitmenu - second level.
i can fix position of megamenu cannot seem gather of them stay in fixed position when scrolling.
i not want use plug in, rather pure css.
thanks
i group 3 module positions @ top of page , fix them when scrolling.
the positions are:
1. logo
2. megamenu - top level
3. splitmenu - second level.
i can fix position of megamenu cannot seem gather of them stay in fixed position when scrolling.
i not want use plug in, rather pure css.
thanks
this code recommended in 2015 post, still relevant , if so, how use it?
$input = jfactory::getapplication()->input;
$id = $input->getint('id'); //get article id
$article = jtable::getinstance('content');
$article->load($id);
echo $article->get('title'); // display article title
$input = jfactory::getapplication()->input;
$id = $input->getint('id'); //get article id
$article = jtable::getinstance('content');
$article->load($id);
echo $article->get('title'); // display article title
Comments
Post a Comment