pop up background not covering navigation bar - html

How to fix the navigation bar visibility when my popup form is appears mean when popup form appears then navigation bar functionality is disabled not for use. Is it possible in angular and typescript. If possible then how can be fixed?

Please provide the code that you currently have so we can see exactly what you need, as from the question it's pretty unclear. It may be doable with CSS, if I understood well what you need.

Related

Wordpress page menu with scrolling ability

Firstly i must say i am a complete novice in programming! That said, i need some help regarding an issue that seems for me impossible to solve.
What i need is a menu that on a single page remains fixed in the same position, (i'm not that sure but the idea is similar to a sticky menu that wouldn't be at the top) from which it's possible to scroll down to each page section with an anchorlink. I tried to use "scroll to page id" but sometimes it gets stuck, or doesn't even scroll down and worst of all, once the page scrolls the menu is gone. image for reference.
I've been looking for days through plugins, stickymenus and other stuff but still haven't found the right solution. Any suggestions?
You can define your areas as sections instead of "page ids". After that is simple to navigate through those.
The Bootstrap Scrollspy is a nice way to do that simple: Bootstrap Scrollspy example

Change menu bar position on tvOS

I'd like to change the position of menubar from top to left on tvOS.
With Menu Bar Template, can we change the position of menu bar by for example changing the style of it?
I've looked over the TVML Styles of Apple's document, but I couldn't find anything about changing the position of menubar.
If I cannot change it with Menu Bar Template, I'm thinking to try to use UIKit instead of TVML Template...
I appreciate any comments for it.
Correct, you can't change the position of the menu bar, Apple is trying to keep the UI the same all over the Apps. Which is good for your users.
You should probably look into other templates that have a vertical layout, like the stack template, or paradeTemplate which probably makes more sense in your use case.
But the worse case you can create your own with tvinterfacefactory with native code.

Single Select dropdown with images in Angular JS

I don't have much idea about Angular JS so please bear with me if I go wrong with the way I ask this. What we need is a single select dropdown menu which can have images as well. I want the dropdown to be customisable in the sense that the border colour and the background colour of the button that shows the dropdown menu can be transparent. Currently we are using typeahead but we do not want the keyboard to show when tapping on the input field.
Again, I apologise for the horrible way this question has been asked. I am an iOS developer asking this on behalf of one of my colleagues. Any library you can point me towards would be highly helpful.

How to make 'Products' tab appear in Salesforce1 Navigation Sidebar

I am trying to get the 'Products' tab to appear in the navigation side bar in salesforce1. I can see how to get custom object tabs to appear, and the answers I've found on here so far only appear to be for custom objects. but I cannot find a similar solution for standard objects.
Viewing mobile navigation customization doesn't appear to show the products tab to add to the navigation sidebar.
I am a little new to Salesforce1 so it's entirely possible I've missed something obvious.
It can't be done yet. Please vote up here: https://success.salesforce.com/ideaView?id=08730000000kxxfAAA

Scroll Bar - Help

any one can help in this?, i want to make a scroll bar to scroll the li underneath a div. in which i made a ui, scroller, but client want the front and back arrow to adjust the slides. like regular scroll bar like browser.
please visit ; http://ikeafamilylive.com/stories/60
and you will witness what i request. And please don't recommend me a plug-in, because i need to use this scroll bar across the site with several customization process.
please give me the sample code / suggestion to make a scroll bar using jquery+css. with full functionality.
If you want to use jquery and css the best way to go is going with a plugin like JScrollPane:
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
If you want to have several customization and looks you can easily do so with this kind of plugin:
Example (different looks on the same page)
http://www.kelvinluck.com/assets/jquery/jScrollPane/basic.html
Doing it by scratch will be a little more work, and you need good understanding of javascript and the framework you are going to use.
A plugin like JScrollPane will already have most of the functionality you will need, and if you need something that there isn't you can add the functionality using the basic plugin.