Most voted "zurb-foundation" questions
The Foundation is a cross-device CSS structure, maintained by ZURB, for the construction of prototypes and production code.
Learn more…23 questions
Sort by count of
-
7
votes1
answer370
viewsResponsive Nav-bar at the Foundation?
I am maintaining a site that was done with Foundation, and I really have no knowledge of this framework, because I only work with Bootsrap. I’ve searched the Foundation documentation but I can’t…
-
3
votes3
answers3160
viewsRemove arrow from "select"
Code: <select class="backcolorselect" id="st" name=""> <option class="backcolorselect" value="Sim">Sim</option> <option class="backcolorselect" value="Não">Não</option>…
-
3
votes2
answers1985
viewsClone data insertion box from with jQuery
I wanted to make it work with js(jQuery) the interface below: I am using the CSS Foundation framework to develop this project. However, I don’t know how to make a clone using the jQuery of this…
-
2
votes2
answers118
viewsVersions of Jquery
Is it just me or is someone else having that problem? I use the Zurb Foundation to create my responsive websites and ALL fade sliders give problem. Both the plugins and the ones I do at hand. And…
-
2
votes1
answer247
viewsHow to insert data into mysql via ajax + php + Foundation 5
I was wondering how can I insert data into Mysql via Ajax + PHP using the Zurb Foundation 5 Framework? The "data-Reveal-ajax" property of the framework already replaces an Ajax insertion function?…
-
2
votes1
answer124
viewsFix page with Zurb Foundation 5 Modal Reveal
I have a modal made with Foundation, what I want is to fix the bottom of the page, and just move the modal, follows a model: Example of modal with scroll How can I accomplish that?…
-
2
votes2
answers394
viewsPrevent multiple Ubmit via jQuery
I’m making a form with abide validations (Foundation 6) and I’m not managing to prevent several Ubmit’s. The following happens: When it is clicked on the Submit button of the form the following…
-
1
votes1
answer1708
viewsCentralize in vertical form with Zurb Foundation
I am using the CSS framework Zurb Foundation, and have made several attempts to center this form in the center of the screen. I’ve tried attacking with a normal CSS of putting 50% at the top and…
-
1
votes1
answer60
viewsJS function using jQuery bugging with Foundation 5
I am generating a random number by clicking on a button and after generating this number enter as the value of a input. However, when clicking the button everything follows normally the value is…
-
1
votes1
answer1653
viewsGit installation is not recognized by Windows
I’m not familiar with the Bower and installation of packages as well... I went to install the Foundation Zurb, for email marketing installed correctly, but when I give the command foundation new to…
-
1
votes1
answer150
viewsDisplay bd record by id in a modal Foundation 5 (pop-up)
The frameworks I’m using are the Zurb Foundation 5 and the Codeigniter. How to display on a modal Foundation 5 database information per ID? I’ve actually performed the procedure, only I can’t…
-
1
votes1
answer1388
viewsSend date parameter without "/" bars in PHP GET method
I have a booking form that sends the data to a URL and on the URL page the data is processed. However I have the problem, the URL cannot read the variable of the data fields, because the date Picker…
-
1
votes2
answers1579
viewsVertical alignment of columns
I’m making a code snippet where there are 3 "Columns" inside a "Row" of Foundation 5 as code below: .row{ background-color:yellow; } .align-vertical{ align-vertical:middle; } <div class="row…
-
1
votes2
answers63
viewsCreating columns in Foundation
I’m taking an online course of the Foundation framework but I’m not able to make the creation of columns, just the lines, I tried in two ways: <div class="row"> <div class="small-1 medium-1…
-
0
votes0
answers83
viewsModal Foundation via URL
I need to open a modal zurb-foundation via URL. For example http://sistema.com.br/agenda/#modal99 Follows the code: Html: <a href="#modal99">Show Modal</a> Javascript:…
-
0
votes0
answers56
viewsEnable the invalid Foundation 6 input via JS/jQuery
I’m developing a logins registration form. The login must be unique. Every time a login is typed in the field the onblur event makes a connection in ajax where it is checked if in the database there…
-
0
votes1
answer112
viewsRefresh by clicking on the tab (Foundation)
I need to refresh the content by clicking on aba. This refresh will have to be done in the Content 2 tab. Can anyone help me. <div class="row"> <div class="medium-12 columns"> <ul…
-
0
votes1
answer32
viewsGrid with loop breaks in wordpress! Foundation6 usage as framework
Good afternoon, I have been having many problems when doing a grid with loop, as the posts of a blog in grid, follows an illustration image: http://i.imgur.com/Bnz2jb9.png Does anyone know what to…
-
0
votes0
answers56
viewsCodeigniter->Foundation->Dropdown Does not work
Good morning, I’m a beginner in programming web and I am facing some problems in a video lessons course (provided by the company, a little outdated) that I am doing. I’ve reached a point where I…
-
0
votes1
answer98
viewsError when compiling Foundation 6 SASS/SCSS with Grunt
I’m trying to install and compile Foundation 6 via SASS. Well, the installation via NPM I managed to do correctly according to the instruction on the site:…
-
0
votes1
answer65
viewsProblems in Pseudo Class Nth-Child(n) CSS3
I’m trying to do in CSS3 with Nth-Child() the famous "color yes, color no" in a list made in Foundation 5. It happens that in the middle of the list there will be a div in which will be a modal and…
-
0
votes0
answers34
viewsErrors when creating a project in the Zurb Foundation
I installed the Zurb Foundation for Emails, but when installing the project in the directory, it is returning me several errors (I will be leaving the image of the terminal since there are many), I…
-
-1
votes2
answers232
viewsFoundation does not work anything using Javascript
I’m clicking on the header Jquery, Foundation.min.js and Foundation.css. But nothing that needs Javascript works, such as dropdown, slider, etc. I can’t find a solution anywhere. How to make the…