By Berndi on Monday, 30 January 2017
Replies 8
Likes 2
Views 1.1K
Votes 0
Why dosen't the [jumbotron] show at JEvents-Pages?
Solved the problem!

The active menu with jevent-content dosen't have an id.

$menu = JFactory::getApplication()->getMenu();
$activemenu = $menu->getActive();
$query = $activemenu->query;
if ((!isset ($query['id']) ...


...and id isn't given.
·
Thursday, 09 February 2017 14:57
·
2 Likes
·
0 Votes
·
0 Comments
·
What on earth is Jumbotron? A re-make or Tron with an elephant playing the part of Jeff Bridges?
·
Monday, 30 January 2017 14:39
·
2 Likes
·
0 Votes
·
0 Comments
·


No, it's the masthead-title and -slogan.
They appear in the css-class [i]jumbotron[/j]
·
Monday, 30 January 2017 19:18
·
2 Likes
·
0 Votes
·
0 Comments
·
Sorry - still don't understand. This is a content plugin that generates your title and slogan or are you saying your css class is not being taken account of on event pages?

Can you give us a URL to see what you mean
·
Tuesday, 31 January 2017 09:05
·
2 Likes
·
0 Votes
·
0 Comments
·
The masthead-title and -slogan dosen't appear at the local-overview-site.

See pictures.
I don't know how to explain.

I can't give a URL.
The site isn't online yet.
·
Tuesday, 31 January 2017 15:36
·
2 Likes
·
0 Votes
·
0 Comments
·
This is generated by a plugin from what I can see - have you checked with the developer of the plugin?
·
Wednesday, 01 February 2017 09:19
·
2 Likes
·
0 Votes
·
0 Comments
·
Well, it only dosen't work with JEvents ... :-(
·
Thursday, 09 February 2017 14:00
·
2 Likes
·
0 Votes
·
0 Comments
·
Well done for figuring it out. I presume you've asked your template/plugin developer to take account of this in their next release.
·
Friday, 10 February 2017 11:07
·
2 Likes
·
0 Votes
·
0 Comments
·
View Full Post