Questions tagged as 'menu'

0
answers

Problem with template inheritance in Django

I'm starting in Django. I created a html base with three divs: one at the top of the page where I placed a header, one to the left with a vertical menu and a larger one to receive the contents of the other pages. I have created the other pages b...
asked by 21.08.2018 / 04:50
0
answers

I'm creating a Navigation Drawer in android studio and I can not set the clicks on items

A main Activity: package com.example.italo.nvigationdrawer; import android.support.annotation.NonNull; import android.support.design.widget.NavigationView; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLa...
asked by 03.07.2018 / 04:09
0
answers

Masking URL in Wordpress Menu Links

In my site in Wordpress I have links to external servers in the menu, but show the IP and Port of these servers, ie in the menu I have: Link1 que vai para o IP 111.111.111.111:5556/pagina, Link2 que vai para o IP 222.222.222.222:5555/pagina,...
asked by 01.07.2018 / 21:04
0
answers

Dropdown menu does not overlap background div

The problem is as follows, I have a header with a background, I have a menu bar in that header, this menu bar has a dropdown item, but when I hit the dropdown it appears underneath but is cut off when the background arrives end, not appearing at...
asked by 28.05.2018 / 19:50
1
answer

How do I make the menuButton (RadioButton) selected according to the map type?

I have a Fragment that gives error whenever I start it. It generates the following error: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.google.android.gms.maps.GoogleMap.getMapType()' on a null object reference...
asked by 28.05.2018 / 10:13
0
answers

Submenu not doing dropdown

Can someone tell me why my submenu is always being displayed? I want it to appear when hovering, but it is always visible ... CSS: /* submenu */ .sub-menu { width: 100%; padding: 5px 0px; position: absolute; top: 100%; l...
asked by 15.05.2018 / 02:26
1
answer

Combobox receive data in the second field (list menu)

Question: I have 2 Select Menu and I need the second select to change with data group according to the choice of the first one. Like for example car brand and models. In the first select the marks and in the second the models. Testing: I have...
asked by 05.05.2018 / 12:02
0
answers

Menu by access level

Today I was able to mount like this: On each page I put the code below where I identify the user level <?php session_start(); $nivel = 2; set_time_limit(0); date_default_timezone_set('America/Sao_Paulo'); include 'adm/config.php'; includ...
asked by 19.04.2018 / 15:26
0
answers

"MainMenu Designer" in Runtime

In designer mode it is very easy to set up the main menu of an application with Delphi, and I also know how to set up a menu via Runtime code. But what I'm trying to do is enable the end user to work on the menu through the " MainMenu Designer "...
asked by 20.03.2018 / 18:55
1
answer

Problems alignment dropdown menu

I have a dropdown menu in WordPress on the Services tab, but when I resize the page zoomed, the menu is not following its parent element, Follow the image and code. ul.sub-menu { display: none; padding: 0px;...
asked by 16.03.2018 / 13:57