Most voted "semantic-ui" questions
13 questions
Sort by count of
-
2
votes0
answers134
viewsHow to create a modal with remote content in Semantic-UI?
With Bootstrap I know it is possible to create a modal with remote content as follows: <li><a data-toggle="modal" href="exemplo.html" data-target="#exemplo">Exemplo</a></li>…
semantic-uiasked 8 years, 9 months ago Matheus Oliveira Tristão 21 -
2
votes0
answers483
viewsTwitter Bootstrap vs. Semantic UI
Can anyone tell the difference between these libraries? I saw that Semantic has more advantages than Bootstrap but it would be good to know if someone knows both and can compare features, solutions…
-
1
votes1
answer383
viewsSemantic UI Stick menu error: "Sticky: Element is Hidden, you must call refresh after element Becomes Visible "
I’m using Semantic UI, and in the use of Menu Sticky, when it is "hidden" to resolutions below 630px, with the code below: @media all and (max-width: 630px){ #top_menu { display: none; } #m_btn{…
semantic-uiasked 8 years, 6 months ago dluisbr 31 -
1
votes1
answer360
viewsFull-Width Image Grid/Container with Semantic-UI
I know the question is kind of abstract, but how to do this: With the Semantic-UI? That is, a set of Thumbs without margin or edge, occupying 100% of the width and responsive mode? Fez here, but it…
-
1
votes1
answer60
viewsNavbar with scroll using Semanticui
I need to make a Fixed top navbar. When the user scrolls the page the navbar should remain at the top but in a smaller size, displaying only the icons and omitting the texts. I need it to be done in…
-
1
votes1
answer125
viewsSemantic-ui, action-free checkbox in the form
I created a form using Semantic-Ui, but I can not enable the checkbox, I need some specific javascript for these elements? <table class="ui table"> <thead> <tr> <th class="four…
-
1
votes2
answers238
viewsnavbar semantic-ui transition
I want to create a transition in navbar (menu), when scrolling the page scroll, do not know the name of the effect but it is this one (just scroll down and the navbar becomes solid with a white…
-
1
votes1
answer42
viewsQuestion about the map function
I have this object { "alunos": [ { "aluno": { "id": 1, "nome": "Genevieve Sipes", "status": "Ativo" }, "mensalidade": { "status": "Débito" } }, { "aluno": { "id": 2, "nome": "Greyson Herman",…
-
0
votes0
answers334
viewsSemantic Modal UI Submit Window and Form Validation
I have a modal window using the semantic UI framework, I can easily use Helper @Html.Beginform it validates 1 field, but not the others. I need to do this validation via jquery when I do Submit…
-
0
votes1
answer131
viewsHow to increase the source in Semantic UI
I’m starting to use Semantic UI and I wanted to know if it is possible to modify the font size, because I found it too small and I had looked in the Settings of the Semantic site itself and I did…
-
0
votes1
answer86
viewsHow do I load while the page is loading with Semantic UI?
Well, I just saw on the site of semantic the topic of loading, where the various types of loadings, but I was left with doubt of how I would do so that when the content was being loaded was with…
-
0
votes1
answer98
viewsset $Scope inside angular callback
I’m trying to define a variable $scope.plan_id within a callback used in the $http, and always when I check this variable I get undefined. $http({ method: 'get', url: '/api/pricings/get'…
-
0
votes1
answer28
viewsUndefined payload value React semantic ui
I am trying to use the semantic-ui form.select but am getting Undefined on my payload: What I tried to: <Form.Select fluid label='Gender' options={workoutOptions} placeholder='Atividades'…