Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BootSimple
#14
(2015-11-19, 23:03:51)The_Shopkeeper Wrote: Trouble I'm having is that as the sub-menu appears, only the text link for last of the 3 pages is visible - the first 2 are "covered" by the main header. The html shows that they are all there.
Ok - I think I've cracked it - at approx line 63 in functions.php I changed this:

Code:
           // parent has children so use special bootstrap menuitems and classes
           $menu .= '<li class="dropdown ' . $parent_tab_class . '">';
           $menu .= '<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">'.strip_decode($ppage['menu']).'<span class="caret"></span></a>';
           $menu .= '<ul class="dropdown-menu" role="menu">';
to this:

Code:
           // parent has children so use special bootstrap menuitems and classes
           $menu .= '<li class="dropdown ' . $parent_tab_class . '">';
           $menu .= '<a href="'. find_url($ppage['url'],$ppage['parent']) . '" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">'.strip_decode($ppage['menu']).'<span class="caret"></span></a>';
           $menu .= '<ul class="dropdown-menu" role="menu">';
I appears to work now.
A sanity check from other users would be useful.
Reply


Messages In This Thread
BootSimple - by jomas - 2015-02-14, 22:11:03
RE: BootSimple - by datiswous - 2015-02-16, 19:57:06
RE: BootSimple - by simplycrazy - 2015-03-31, 13:05:22
RE: BootSimple - by jomas - 2015-03-31, 19:56:11
RE: BootSimple - by ragou - 2015-04-01, 09:14:06
RE: BootSimple - by ragou - 2015-04-01, 09:18:21
RE: BootSimple - by ragou - 2015-04-01, 09:43:26
RE: BootSimple - by jomas - 2015-04-01, 19:24:57
RE: BootSimple - by datiswous - 2015-04-01, 20:07:18
RE: BootSimple - by jomas - 2015-04-01, 21:03:35
RE: BootSimple - by datiswous - 2015-04-01, 21:41:51
RE: BootSimple - by jomas - 2015-04-02, 01:32:27
RE: BootSimple - by The_Shopkeeper - 2015-11-19, 23:03:51
RE: BootSimple - by The_Shopkeeper - 2015-11-20, 01:45:25



Users browsing this thread: 1 Guest(s)