Switch to DuckDuckGo Search
   November 6, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >

Toggle Join/Part | bottom
[00:05:06] *** jeffmjack has joined ##bootstrap
[00:07:57] *** carbon60 has joined ##bootstrap
[00:08:31] *** zorak8 has quit IRC
[00:09:12] *** s3shs has joined ##bootstrap
[00:14:44] *** TheBlueDog_ has quit IRC
[00:15:20] *** badon has quit IRC
[00:15:20] *** badon_ has joined ##bootstrap
[00:15:26] *** badon_ is now known as badon
[00:26:34] *** Ariel_Calzada has joined ##bootstrap
[00:36:48] *** neataroni has joined ##bootstrap
[00:49:17] *** knownasilya has quit IRC
[00:49:54] *** neataroni has quit IRC
[00:51:11] *** ejb has quit IRC
[00:51:33] *** Ariel_Calzada has quit IRC
[00:51:46] *** Ariel_Calzada has joined ##bootstrap
[01:11:22] *** levertourist has quit IRC
[01:25:07] *** neataroni has joined ##bootstrap
[01:26:12] *** intellix has quit IRC
[01:31:06] *** neataroni has quit IRC
[01:31:31] *** hExDJ has joined ##bootstrap
[01:32:41] *** hExDJ has joined ##bootstrap
[01:43:05] *** toothrot has joined ##bootstrap
[01:46:09] *** xelra has quit IRC
[01:46:38] *** xelra has joined ##bootstrap
[01:49:33] *** Superburke has quit IRC
[01:56:27] *** netweb has quit IRC
[01:58:53] *** jbeaudry has quit IRC
[02:01:21] *** Topsykret has joined ##bootstrap
[02:04:04] *** jbeaudry has joined ##bootstrap
[02:11:25] *** jbeaudry has quit IRC
[02:17:31] *** rje has quit IRC
[02:25:23] *** Agent_Isai has joined ##bootstrap
[02:32:42] *** jbeaudry has joined ##bootstrap
[02:35:08] *** jbeaudry has quit IRC
[02:37:33] *** numenor has joined ##bootstrap
[02:38:35] <numenor> Hello.. I manually compiled bootstrap css using less, But the result are not as same as the already provided bootstrap css
[02:39:05] *** jbeaudry has joined ##bootstrap
[02:39:24] <numenor> For example , the modal box hides behind the gray masking , z-index issue maybe, But the already compiled bootstrap doesnt have this problem
[02:40:28] *** nairys has quit IRC
[02:44:22] *** numenor has quit IRC
[02:44:48] *** numenor has joined ##bootstrap
[02:45:03] *** jbeaudry has quit IRC
[02:45:06] <hExDJ> numenor: did you add any css of your own?
[02:45:17] <numenor> No.. None yet..
[02:45:30] <numenor> I wanted to try out the basic compilation first.
[02:45:48] <hExDJ> what did you use to compile?
[02:46:12] <numenor> lessc --compress custom-bootstrap.less > bootstrap.min.css
[02:46:35] <hExDJ> hmmm, strange
[02:47:06] <numenor> The latest version currently on github has different issue, The shaded background of the modal doesnt appear.
[02:47:16] <hExDJ> maybe you should report it
[02:47:17] <numenor> Even in their compiled css.
[02:47:19] <hExDJ> !git
[02:47:20] <UniBot> Bootstrap Github Repo: https://github.com/twbs/bootstrap/
[02:47:27] <numenor> Ok
[02:47:51] <numenor> So I tried a previous version which as far as I know would work.
[02:48:21] <numenor> But the compiled output seems different ... Do you know of any way I can find the difference ?
[02:49:07] <numenor> The min css file size differes by 3 Kb, Mine is bigger by 3
[02:49:28] <hExDJ> minifing it can cause slight differences
[02:49:33] <numenor> ok
[02:49:52] <hExDJ> since there's a few minifiers out there
[02:49:58] <hExDJ> they don't all treat it the same way
[02:50:03] <numenor> Which compiler bootstrap recommends ? I should use that
[02:50:21] <hExDJ> I don't think there's a "recommended" one
[02:50:37] <hExDJ> I use less2css in SublimeText
[02:50:40] <numenor> Ok .. I followed this tut http://www.smashingmagazine.com/2013/03/12/customizing-bootstrap/
[02:50:43] <numenor> Ok
[02:51:29] <hExDJ> are you comparing the same versions?
[02:51:37] <hExDJ> the one you downloaded vs the one you compiled?
[02:52:18] <numenor> Yes.. I downloaded the master from github , Compiled the less from it and compared the OP with the already provided minified bootstrap
[02:52:45] <numenor> I think I will do a file compare now.
[02:53:06] <hExDJ> ok
[02:53:32] <numenor> Thanks a lot !
[02:53:34] <Agent_Isai> Is there any pre-made CSS for customizing the color on the bar at the top on the jumbotron template?
[02:54:04] <hExDJ> Agent_Isai: the navbar?
[02:54:16] <Agent_Isai> Yes
[02:55:03] <hExDJ> if you're familiar with LESS you just change the value for the navbar background
[02:55:26] <Agent_Isai> oh
[02:55:26] <hExDJ> if not, plain old css will work too
[02:55:32] <hExDJ> :-)
[02:58:09] *** numenor has quit IRC
[02:58:47] *** numenor has joined ##bootstrap
[02:59:56] *** numenor has quit IRC
[03:00:19] *** numenor has joined ##bootstrap
[03:08:36] *** studmuf has joined ##bootstrap
[03:12:45] *** Ariel_Calzada has quit IRC
[03:13:24] *** studmuf has quit IRC
[03:13:42] <numenor> hExDJ .. Got the issue sorted, As the tutorial suggests, I made the copied the variables.less to custom-variables.less and imported it. This caused the side effects. Not importing custom-variables.less solves the modal problem for the 27 October bootstrap version
[03:14:07] *** studmuf has joined ##bootstrap
[03:14:12] <hExDJ> ah ok
[03:14:47] *** studmuf has quit IRC
[03:30:51] *** jbeaudry has joined ##bootstrap
[03:31:07] *** neataroni has joined ##bootstrap
[03:31:15] *** jbeaudry has quit IRC
[03:35:33] *** Topsykret has quit IRC
[03:44:23] *** numenor has quit IRC
[03:48:00] *** Topsykret has joined ##bootstrap
[03:48:13] *** Topsykret has left ##bootstrap
[03:54:23] *** netweb has joined ##bootstrap
[04:02:23] *** k-joseph has quit IRC
[04:05:26] *** D9 has joined ##bootstrap
[04:11:43] *** ejb has joined ##bootstrap
[04:24:38] *** toothrot has quit IRC
[04:26:23] *** Sasha has quit IRC
[04:27:47] *** sasha has joined ##bootstrap
[04:28:00] *** sasha is now known as Guest56650
[04:32:31] *** toothrot has joined ##bootstrap
[04:49:51] *** jeffmjack has quit IRC
[05:00:47] *** mchelen has quit IRC
[05:04:17] *** gabryxx89 has joined ##bootstrap
[05:10:13] *** xsbeats has left ##bootstrap
[05:22:32] *** IIT has joined ##bootstrap
[05:37:19] *** toothrot has quit IRC
[05:41:43] *** D9 has quit IRC
[05:44:34] *** IIT_ has joined ##bootstrap
[05:47:18] *** IIT has quit IRC
[05:55:05] *** ircfox has quit IRC
[05:57:42] *** ejb has quit IRC
[05:58:21] *** neurokraft has joined ##bootstrap
[06:05:31] *** lorfds has joined ##bootstrap
[06:06:42] <lorfds> I have columns and rows in a grid configuration, and have product names of variable length. i want each product name box in each row to resize to the height of the largest name field in any given column in that row
[06:06:53] <lorfds> any thoughts on how to do this?
[06:17:56] *** orangey has quit IRC
[06:26:42] <hExDJ> put the titles in a row?
[06:27:05] <hExDJ> although that means you have to rearrange elements for responsiveness
[06:27:43] *** orangey has joined ##bootstrap
[06:29:01] <lorfds> hExDJ - im trying to do this without js if possible
[06:29:07] *** Agent_Isai has left ##bootstrap
[06:29:17] <lorfds> css flexlayout looks like it might solve this problem?
[06:30:21] *** hExDJ has quit IRC
[06:32:04] <lorfds> im using this to have same height columns in a grid
[06:32:05] <lorfds> http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
[06:32:13] <lorfds> any idea how to adjust the spacing between rows?
[06:32:19] *** D9 has joined ##bootstrap
[06:32:21] <lorfds> standard stuff (margin, padding) isn’t working
[06:32:28] *** orangey has quit IRC
[06:32:29] <lorfds> i think it’s probably because it is using table-cells
[06:44:59] *** sinequanon has joined ##bootstrap
[06:45:47] *** orangey has joined ##bootstrap
[06:49:53] *** orangey has quit IRC
[06:54:30] *** morenoh149 has joined ##bootstrap
[06:57:30] *** orangey has joined ##bootstrap
[06:58:53] *** morenoh149 has quit IRC
[07:12:35] <oniijin> lorfds someone wrote a equal height thing that allows responsive to still work
[07:13:01] <oniijin> o ur using it
[07:13:05] <oniijin> u need to fix his css
[07:13:14] <oniijin> just add back the margins
[07:20:15] <lorfds> yeah i tried that with inline css on the item in question but it didnt seem to work
[07:20:47] <lorfds> i did something hacky and just added margin to the image of the item inside each div
[07:20:53] <lorfds> which pushes it down and creates space
[07:21:14] *** Arahael has quit IRC
[07:25:47] *** Xethron has joined ##bootstrap
[07:29:55] *** Flyingdog has joined ##bootstrap
[07:32:09] *** D9 has quit IRC
[07:49:44] *** jmverges has joined ##bootstrap
[07:59:36] *** Mega has joined ##bootstrap
[07:59:52] *** Mega has joined ##bootstrap
[08:04:59] *** lorfds has quit IRC
[08:06:07] *** lorfds has joined ##bootstrap
[08:08:06] *** badon_ has joined ##bootstrap
[08:09:29] *** badon has quit IRC
[08:11:21] *** morenoh149 has joined ##bootstrap
[08:11:47] *** badon_ is now known as badon
[08:26:22] *** mikecmpbll has quit IRC
[08:31:20] *** neataroni has quit IRC
[08:42:26] *** mcgarcia has joined ##bootstrap
[08:51:23] *** doev has joined ##bootstrap
[09:00:20] *** LegoTrooper has joined ##bootstrap
[09:00:47] *** numenor has joined ##bootstrap
[09:00:59] *** RandomProgrammer has joined ##bootstrap
[09:05:02] *** RandomProgrammer has quit IRC
[09:05:28] *** manuscle has joined ##bootstrap
[09:08:49] *** FatBoyXPC has quit IRC
[09:09:12] *** nesta_ has joined ##bootstrap
[09:19:37] *** atraylen has joined ##bootstrap
[09:20:14] *** Xethron has quit IRC
[09:25:28] *** HelperW has joined ##bootstrap
[09:29:14] *** LegoTrooper has quit IRC
[09:32:31] *** atomi has quit IRC
[09:43:41] *** sinequanon has quit IRC
[09:47:31] *** HelperW has quit IRC
[09:51:21] *** IIT_ has quit IRC
[10:03:40] *** basiclaser_ has joined ##bootstrap
[10:04:34] *** mcgarcia has left ##bootstrap
[10:06:29] *** _lexjm has quit IRC
[10:10:39] *** HelperW has joined ##bootstrap
[10:12:01] *** pdcmoreira has joined ##bootstrap
[10:20:24] *** intellix has joined ##bootstrap
[10:23:49] *** ilikeprograms has joined ##bootstrap
[10:34:57] *** ilikeprograms has quit IRC
[10:35:14] *** Xethron has joined ##bootstrap
[10:36:17] *** ilikeprograms has joined ##bootstrap
[10:43:03] *** Sjook has joined ##bootstrap
[10:53:47] *** Xethron has quit IRC
[11:02:58] *** HelperW has quit IRC
[11:03:01] *** Xethron has joined ##bootstrap
[11:03:16] *** therold has joined ##bootstrap
[11:05:08] *** D-Boy has quit IRC
[11:05:15] *** D-Boy has joined ##bootstrap
[11:11:44] *** therold has quit IRC
[11:30:34] *** rje has joined ##bootstrap
[11:36:15] *** k-joseph has joined ##bootstrap
[11:41:08] *** larsam has left ##bootstrap
[11:43:39] *** k-joseph has quit IRC
[11:46:24] *** Xethron has quit IRC
[11:48:46] *** Xethron has joined ##bootstrap
[11:52:52] *** qdk has quit IRC
[11:53:41] *** spaceonline has joined ##bootstrap
[12:22:59] *** toothrot has joined ##bootstrap
[12:32:23] *** akurilin has quit IRC
[12:35:23] *** larsam has joined ##bootstrap
[12:40:45] *** intellix has quit IRC
[12:44:54] *** doev has quit IRC
[12:50:22] *** Mega has quit IRC
[12:54:00] *** m0ltar has joined ##bootstrap
[13:14:40] *** qdk has joined ##bootstrap
[13:15:11] *** mikecmpbll has joined ##bootstrap
[13:24:30] *** larsam has quit IRC
[13:38:25] *** therold has joined ##bootstrap
[13:39:12] *** Efrem has joined ##bootstrap
[13:40:09] *** dkphenom has quit IRC
[13:48:56] *** intellix has joined ##bootstrap
[13:52:17] *** larsam has joined ##bootstrap
[13:59:37] *** eBureau has joined ##bootstrap
[13:59:56] *** m0ltar has quit IRC
[14:00:30] *** Superburke has joined ##bootstrap
[14:05:45] *** m0ltar has joined ##bootstrap
[14:10:04] *** dkphenom has joined ##bootstrap
[14:12:23] *** numenor has quit IRC
[14:16:30] *** spaceonline has quit IRC
[14:18:34] *** toothrot has quit IRC
[14:41:22] *** RandomProgrammer has joined ##bootstrap
[14:54:59] *** killa_kyle has joined ##bootstrap
[14:57:06] *** killa_kyle has quit IRC
[15:02:54] *** FatBoyXPC has joined ##bootstrap
[15:10:37] *** eBureau has quit IRC
[15:11:33] *** tuskkk___ has quit IRC
[15:11:55] *** RandomProgrammer has left ##bootstrap
[15:13:28] *** ilikeprograms has quit IRC
[15:13:54] *** danrik has joined ##bootstrap
[15:14:05] <danrik> what large sites are using bootstrap?
[15:15:34] *** Siecje has joined ##bootstrap
[15:16:46] <zecho> lots of sites, large and small. look at http://expo.getbootstrap.com for a bunch.
[15:17:12] *** therold has quit IRC
[15:17:27] *** ejb has joined ##bootstrap
[15:19:33] *** knownasilya has joined ##bootstrap
[15:22:03] <danrik> zecho, thanks.
[15:24:42] *** killa_kyle has joined ##bootstrap
[15:24:44] *** Kenshou has joined ##bootstrap
[15:30:36] *** therold has joined ##bootstrap
[15:33:58] *** intellix has quit IRC
[15:42:29] *** mkrank has joined ##bootstrap
[15:49:06] *** mkrank has quit IRC
[15:49:26] *** mkrank has joined ##bootstrap
[15:50:03] *** Ariel_Calzada has joined ##bootstrap
[15:54:37] *** intellix has joined ##bootstrap
[15:59:29] *** doev has joined ##bootstrap
[16:01:54] *** MarkyC has joined ##bootstrap
[16:04:24] *** doev has quit IRC
[16:07:34] *** dkphenom has quit IRC
[16:08:49] *** neataroni has joined ##bootstrap
[16:08:49] *** sunoano has joined ##bootstrap
[16:08:53] *** therold has quit IRC
[16:09:04] *** ilikeprograms has joined ##bootstrap
[16:10:53] *** robert_ has joined ##bootstrap
[16:11:33] *** nesta_ has quit IRC
[16:11:59] *** mauro1254 has joined ##bootstrap
[16:12:06] <robert_> so I'm trying to design twitter-esque status server status pages, only it's not exactly looking the way I want it to. :/
[16:12:48] *** denete has joined ##bootstrap
[16:13:56] *** mauro1254 has left ##bootstrap
[16:15:53] *** eBureau has joined ##bootstrap
[16:17:09] <oniijin> robert_ what do u have so far
[16:17:14] <oniijin> and what'sthe issue
[16:17:39] <robert_> I'm changing something up, so I may have my answer. One moment, and I'll link you.
[16:18:32] <robert_> ah, okay. yeah, here you go.
[16:19:02] *** imox has joined ##bootstrap
[16:19:04] <robert_> http://gxy.psiglenmere.com/bootplus/
[16:19:45] <robert_> I'm looking for a 3-column design
[16:19:51] <imox> hello I tired to set two navbars among us :( can someone help me ;) ?
[16:20:13] <oniijin> robert_ ok..? so make it 3 column
[16:20:18] <oniijin> you're sitll not stating your issue
[16:22:55] <robert_> my issue is that I'm not sure how to move the status alerts and open tickets divs into the third column.
[16:24:25] <oniijin> ? do u have 3 cols set up?
[16:24:35] <robert_> I think I do.
[16:24:54] <oniijin> no u dont
[16:24:56] <oniijin> u have 3 rows
[16:25:45] <oniijin> http://jsbin.com/tegoye/1/edit?output
[16:26:01] <robert_> oh, okay.
[16:26:17] *** markcarver has quit IRC
[16:26:51] *** Guest49492 is now known as kevin
[16:27:59] *** markcarver has joined ##bootstrap
[16:28:02] *** nesta_ has joined ##bootstrap
[16:28:11] *** eBureau has joined ##bootstrap
[16:28:12] *** markcarver has quit IRC
[16:28:13] *** eBureau has quit IRC
[16:28:57] *** verumequals has joined ##bootstrap
[16:30:40] *** markcarver has joined ##bootstrap
[16:34:05] *** eBureau has joined ##bootstrap
[16:35:13] *** MarkyC has quit IRC
[16:35:46] *** MarkyC has joined ##bootstrap
[16:45:36] *** imox has quit IRC
[16:46:44] *** TheBlueDog has joined ##bootstrap
[16:46:51] *** killa_kyle has quit IRC
[16:47:51] <robert_> oniijin: there, something like that. (refresh the link.)
[16:48:24] <oniijin> gettin there
[16:49:13] <oniijin> ionno y ur doing 4 push 9
[16:49:18] <oniijin> that = 13
[16:50:08] <robert_> yeah
[16:50:16] <robert_> I'm working on that. the content is too wide.
[16:50:58] <oniijin> are ua webdev or someone at the compnay suckered into making the site
[16:51:54] <robert_> lol, I own PSIGlenmere.
[16:52:12] <robert_> I just forgot how to do bootstrap
[16:52:53] <oniijin> =]
[16:52:56] <oniijin> so option b
[16:53:44] <robert_> lol, how do I sucker myself into doing a status page like this? :p
[16:53:55] <robert_> it was my idea.
[16:55:15] *** markcarver has quit IRC
[16:55:56] *** markcarver has joined ##bootstrap
[16:57:10] <robert_> there we go.
[16:59:15] *** Skapadapaduu has joined ##bootstrap
[17:04:18] *** Xethron has quit IRC
[17:11:20] *** mkrank has quit IRC
[17:12:03] *** beneggett has joined ##bootstrap
[17:12:13] *** Flyingdog has quit IRC
[17:12:56] *** beneggett has quit IRC
[17:13:42] *** Es0teric has joined ##bootstrap
[17:14:06] <Es0teric> can someone direct me to where i can get resources on how to extend bootstrap?
[17:14:32] <Es0teric> extend it like.. change navigation color, etc etc
[17:14:49] <oniijin> docs
[17:16:00] <Es0teric> oniijin docs?
[17:16:20] <Es0teric> oniijin i am saying i dont want it to override my settings when i update twitter bootstrap
[17:16:43] <oniijin> make your own .less, import bs less files
[17:19:02] *** Sjook has quit IRC
[17:22:14] <Es0teric> oniijin i am going to use the SASS version of bootstrap
[17:22:24] <oniijin> same thing
[17:22:45] <Es0teric> oniijin ok so then how do i extend the sass files that i want to extend?
[17:23:01] <oniijin> SAME THING
[17:23:28] <oniijin> maybe u need to read sass docs =]
[17:23:32] <Es0teric> =_=
[17:25:28] *** ejb has quit IRC
[17:27:21] *** conan has quit IRC
[17:27:57] *** conan has joined ##bootstrap
[17:28:43] *** ejb has joined ##bootstrap
[17:34:48] *** manuscle has quit IRC
[17:39:06] *** beneggett has joined ##bootstrap
[17:39:38] *** dglambert has joined ##bootstrap
[17:43:44] *** denete is now known as denete_food
[17:46:50] *** red_horned_rihno has joined ##bootstrap
[17:48:27] *** Expi1 has joined ##bootstrap
[17:48:52] *** Efrem is now known as Efrem-Away
[17:49:23] *** DobreJoe has joined ##bootstrap
[17:50:20] *** red_horned_rihno has quit IRC
[17:56:40] *** c0d3z3r0 has left ##bootstrap
[18:00:09] *** nesta_ has quit IRC
[18:02:10] *** robertmaxrees has joined ##bootstrap
[18:02:14] *** robertmaxrees has left ##bootstrap
[18:02:59] *** Efrem-Away is now known as Efrem
[18:03:15] *** carczar has joined ##bootstrap
[18:03:48] <carczar> could anyone help me wit hwhy my mobile menu button is not showing? dev.kaizenauto.co
[18:04:23] *** D9 has joined ##bootstrap
[18:05:57] *** Expi1 has quit IRC
[18:06:34] <oniijin> your styling is messed up
[18:06:52] <oniijin> if you check inspector, your visibility is hidden when it shouldnt be
[18:06:53] <oniijin> etc
[18:10:46] <carczar> Hmmm....I have removed all custom styling from the nav bar, but still it is not there. Are you saying my bootstrap css file is bad?
[18:11:24] *** Es0teric has quit IRC
[18:11:38] <carczar> I have not deliberately put a visibility hidden anywhere, and dont see one affecting things in the inspector
[18:12:13] <oniijin> no idea. if u can replicate the issue in a jsbin (not copy paste entire site) someone might take a look
[18:12:30] *** maurice_la_sauci has joined ##bootstrap
[18:12:35] <oniijin> i glanced quickly and noticed weird behavior, but dont want to go thru your code
[18:13:15] *** Efrem is now known as Efrem-Away
[18:13:41] *** JeanClaudeObama has joined ##bootstrap
[18:14:28] <maurice_la_sauci> hello guys
[18:15:13] <maurice_la_sauci> I have a very common question but.. which is better between bootstrap, minify css and pure css?
[18:15:22] *** Es0teric has joined ##bootstrap
[18:15:57] <oniijin> no idea what you're asking
[18:16:26] <maurice_la_sauci> what framework is the fastest?
[18:16:54] <oniijin> your question still makes no sense
[18:16:55] *** JeanClau1eObama has quit IRC
[18:17:33] <maurice_la_sauci> :/
[18:19:28] *** Es0teric has quit IRC
[18:24:25] *** Es0teric has joined ##bootstrap
[18:24:28] <eagles0513875> maurice_la_sauci: again as i mentioned in the joomla channel those are all run serverside so really it depends on your webserver setup
[18:24:30] <eagles0513875> hey oniijin
[18:24:40] <eagles0513875> been a while :)
[18:24:52] <oniijin> yos
[18:25:09] <eagles0513875> hows it hanging
[18:25:17] <oniijin> bummin around
[18:25:29] <eagles0513875> im coming back to using bootstrap and hand coding stuff from scratch joomla and wordpress have broke the straw on the camels back for me
[18:25:40] <eagles0513875> i can code a nice theme with bootstrap in a few hours
[18:25:42] <eagles0513875> at least layout wise
[18:25:48] <eagles0513875> then i can modifying a theme on a cms
[18:25:57] <oniijin> 1) F joomla 2) roots.io makes BS+WP doable
[18:26:34] <eagles0513875> i struggle modifying themes on either cms
[18:26:44] <ilikeprograms> you guys might be interested in http://cluckles.com
[18:26:45] <oniijin> have u tried roots
[18:26:52] <eagles0513875> this site im doing on joomla im going ot end up redoing from scratch
[18:26:54] <eagles0513875> oniijin: no
[18:26:55] <ilikeprograms> if you want to make it easier to theme bootstrap
[18:26:58] <oniijin> that's what I use, and it's pretty easy
[18:27:01] <carczar> oniijin: I've put the relevent code into jsbin if anyone wants to take a look http://jsbin.com/folecefuwa/1/edit?html,output
[18:27:11] *** wormmd has joined ##bootstrap
[18:27:25] <eagles0513875> now ill see just need to finish this site tonight
[18:27:27] <oniijin> eagles0513875 http://roots.io/
[18:27:36] <wormmd> Hey all, trying to get a form control feedback icon to show up with no luck: http://www.bootply.com/PzVJdc0p9N#
[18:27:58] <oniijin> eagles0513875 has grunt build system too for compiling themes/css/whatever
[18:28:01] <eagles0513875> oniijin: in a nut shell if im understanding this correctly its a minimalistting
[18:28:12] <oniijin> ?
[18:28:15] <eagles0513875> minimalistic wordpress theme you modify
[18:28:21] <oniijin> er
[18:28:24] <oniijin> not really
[18:28:39] <oniijin> they refactor the 80000234 php templates into smart templates
[18:28:50] <eagles0513875> interesting :)
[18:28:54] <oniijin> u basically make your template, then cut it up
[18:29:13] <oniijin> go thru this http://roots.io/roots-101/
[18:29:28] <eagles0513875> thanks :)
[18:29:28] <oniijin> minor learning curve but I wouldnt botther adding BS to WP without it
[18:29:40] <oniijin> ive done a few WP using it, worked out great
[18:30:00] <eagles0513875> nice :) i dunno i still enjoy coding from scratch
[18:30:04] <eagles0513875> as crazy as it sounds
[18:30:09] <wormmd> Got to jet, but will be back later to ask again :)
[18:30:11] <oniijin> it is "fromt scratch"
[18:30:13] <eagles0513875> and the more i code be it web sites or other things the more i enjoy it
[18:30:50] *** m0ltar has quit IRC
[18:30:51] <oniijin> u still code your layouts and stuff, roots just gives u easier to work with WP boilerplate
[18:31:01] <eagles0513875> is it a paid platform?
[18:31:03] <oniijin> not sure how else to describe it.
[18:31:05] <oniijin> no it's rfee
[18:31:12] <oniijin> check the links I sent dood. =]
[18:31:21] <eagles0513875> oh
[18:31:27] <eagles0513875> whoops the screen casts are paid
[18:31:27] <eagles0513875> lol
[18:31:39] *** denete_food is now known as denete
[18:31:40] <eagles0513875> sorry been up since 430am my time working put in over a 12 hr day today
[18:32:02] <oniijin> with roots making WP look like whatever layout I make is ezpz
[18:32:12] *** mrcloud has joined ##bootstrap
[18:32:20] <mrcloud> hello. I'm trying to define a navbar using bootstrap 3.3 and I want an input in that bar filling all the space left but no matter what I change the input is always tiny. I've found solutions for 3.2 but nothing for 3.3. Here I have a fiddle http://jsfiddle.net/td0mwe0o/ Do you know how to fix this?
[18:32:35] <eagles0513875> oniijin: thats good to know for sure
[18:32:41] <ilikeprograms> to be fair roots.io looks great for themeing wordpress
[18:32:43] *** jeffmjack has joined ##bootstrap
[18:32:45] <eagles0513875> as I need to create a layout for someone :)
[18:32:49] <ilikeprograms> anyway im going, bu bye!
[18:32:56] *** ilikeprograms has quit IRC
[18:33:02] <eagles0513875> oniijin: do you develop on localhost and then deploy to a remove server when ready to go live
[18:33:04] <oniijin> thanks for that input
[18:33:12] <oniijin> eagles0513875 yeah
[18:33:18] <eagles0513875> thats excellent :)
[18:33:22] <eagles0513875> roots.io here i come lol
[18:33:26] *** nesta_ has joined ##bootstrap
[18:33:26] <eagles0513875> :)
[18:34:01] <oniijin> lol ionno wtf u were doing before, but theming WP without any tools is like pipecleaners up your peehole
[18:34:15] <eagles0513875> oniijin: i ws modifying free themes
[18:34:19] <oniijin> ew
[18:34:26] <eagles0513875> this is my first client I have that i need to do a custom theme for
[18:34:28] *** maddtech has joined ##bootstrap
[18:34:33] <eagles0513875> oniijin: any themes you make do you sell them?
[18:34:48] <oniijin> the ones ive done were just for specific projects
[18:34:59] <oniijin> making full WP themes requires tons more work
[18:35:07] *** maurice_la_sauci has left ##bootstrap
[18:35:10] <eagles0513875> in what sense though
[18:35:13] <oniijin> since u have to account for any possible thing user might need
[18:35:30] <oniijin> whereas project specific I only make what I need
[18:35:36] <eagles0513875> gotcha
[18:35:42] *** mikecmpbll has quit IRC
[18:35:51] <oniijin> anyway give it a shot. i'll be back if u cant figure it out
[18:36:00] <eagles0513875> oniijin: i need to finish this joomla headache first
[18:36:01] <maddtech> I have two button setup to show mobile nav on my project. When I click one button it opens the correct menu but when I click on the second button, it leaves the first menu open and then opens its menu too. How can I make it close the first menu and only open it's specific menu.
[18:36:58] *** Dimoff has joined ##bootstrap
[18:38:03] <oniijin> ew F joomla
[18:38:16] <oniijin> i had to update some joomla crap a few times, that shit sucks
[18:38:47] <oniijin> maddtech you're gong to have to get some js action up in there
[18:39:10] <eagles0513875> oniijin: have a roots.io question if you are here and not busy
[18:39:13] <oniijin> basically find all other open menus, close them (!this) and then continue with opening this
[18:39:20] <oniijin> eagles0513875 bout to run out
[18:39:24] <oniijin> i'll be back in 45 or so
[18:39:34] <eagles0513875> oniijin: ok ill b here
[18:40:06] <zecho> mrcloud: Read the docs. "As a heads up, .navbar-form shares much of its code with .form-inline via mixin. Some form controls, like input groups, may require fixed widths to be show up properly within a navbar."
[18:40:19] *** D9 has quit IRC
[18:40:22] <maddtech> that's what I thought but when I asked someone on the jquery channel they told me to come here.
[18:40:23] <maddtech> LOL
[18:40:35] <mrcloud> zecho: I've read it but I can't get it working
[18:41:12] <zecho> set a width for .navbar-form .form-control in px and do it for each breakpoint, mrcloud
[18:41:32] <mrcloud> zecho: ok, Ill try
[18:42:16] *** Guest56650 is now known as Sasha
[18:42:40] *** beneggett has quit IRC
[18:42:41] *** BadApe has joined ##bootstrap
[18:43:27] <BadApe> i was wonder how best to handle a carousel with a img-response, in mobile portrait it becomes too small
[18:43:53] *** pjc90 has joined ##bootstrap
[18:44:15] <carczar> ok, Ive managed to work around the invisible button, but still the button does not open for the menu. could anyone take a look and see why my menu is not opening? http://jsbin.com/ganobapesa/1/edit thanks
[18:44:23] <carczar> (mobile menu only)
[18:45:47] *** Shrooms` has joined ##bootstrap
[18:51:42] *** intellix has quit IRC
[18:54:39] *** beneggett has joined ##bootstrap
[18:55:15] <carczar> nobody?
[18:55:44] *** jbeaudry has joined ##bootstrap
[18:57:33] *** Efrem-Away is now known as Efrem
[18:58:05] *** Efrem has quit IRC
[18:59:06] *** zecho has quit IRC
[18:59:38] *** zecho has joined ##bootstrap
[19:00:21] *** Shrooms` has quit IRC
[19:00:40] *** Shrooms` has joined ##bootstrap
[19:01:52] *** basiclaser_ has quit IRC
[19:02:03] *** maddtech has quit IRC
[19:02:16] *** jbeaudry has quit IRC
[19:02:36] *** DobreJoe has quit IRC
[19:03:12] *** nairys has joined ##bootstrap
[19:05:25] <mrcloud> zecho: i'm applying your solution. This is what I have http://pastebin.com/fUVHb36Q Is this what you said? Form control width doesn't change
[19:08:52] *** beneggett has quit IRC
[19:11:45] *** Shrooms` has quit IRC
[19:12:05] *** Shrooms` has joined ##bootstrap
[19:13:24] *** jbeaudry has joined ##bootstrap
[19:13:35] *** Shrooms has joined ##bootstrap
[19:15:21] *** beneggett has joined ##bootstrap
[19:17:44] *** jbeaudry has quit IRC
[19:21:31] *** danrik has left ##bootstrap
[19:22:31] *** therold has joined ##bootstrap
[19:22:34] *** carczar has quit IRC
[19:25:38] *** m0ltar has joined ##bootstrap
[19:28:12] *** verumequals has quit IRC
[19:35:52] *** dkphenom has joined ##bootstrap
[19:44:08] *** Es0teric has quit IRC
[19:45:59] *** Es0teric has joined ##bootstrap
[19:46:15] *** jbeaudry has joined ##bootstrap
[19:46:28] *** Es0teric has quit IRC
[19:56:31] *** DobreJoe has joined ##bootstrap
[19:57:58] *** mrcloud has quit IRC
[20:00:13] *** MarkyC_ has joined ##bootstrap
[20:01:41] *** mikecmpbll has joined ##bootstrap
[20:02:40] *** MarkyC has quit IRC
[20:02:46] *** MarkyC_ is now known as MarkyC
[20:04:53] *** BadApe has quit IRC
[20:05:27] *** morenoh149 has quit IRC
[20:05:56] *** DobreJoe has left ##bootstrap
[20:06:19] *** zecho has quit IRC
[20:06:27] *** _yoy_ has quit IRC
[20:06:33] *** zecho has joined ##bootstrap
[20:07:58] *** _yoy_ has joined ##bootstrap
[20:09:40] *** beneggett has quit IRC
[20:10:46] *** beneggett has joined ##bootstrap
[20:13:50] *** pdcmoreira has quit IRC
[20:13:51] *** TheBlueDog___ has joined ##bootstrap
[20:14:36] *** TheBlueDog has quit IRC
[20:14:36] *** TheBlueDog___ is now known as TheBlueDog
[20:25:44] <wormmd> Hey all, trying to get a form control feedback icon to show up with no luck: http://www.bootply.com/PzVJdc0p9N#
[20:27:05] *** morenoh149 has joined ##bootstrap
[20:30:25] <therold> hi. does anyone one why buttons keep their pressed state in Chrome after clicking them? Is there already an issue for that?
[20:30:34] *** robertj has quit IRC
[20:31:57] *** pjc90 has quit IRC
[20:33:17] *** atomi has joined ##bootstrap
[20:34:00] *** hExDJ has joined ##bootstrap
[20:35:18] *** beneggett has quit IRC
[20:35:31] *** beneggett has joined ##bootstrap
[20:41:45] *** mintux1 has joined ##bootstrap
[20:45:48] <zecho> wormmd: first of all, you don't need the offset column and the style override on .error-message
[20:46:08] <zecho> put your error block inside of .col-sm-9
[20:46:30] <zecho> also, look closely at your classnames for the icon
[20:46:42] <zecho> and you'll figure out what the issue is there. :)
[20:46:48] <wormmd> When I have an input group addon, it extends it to the next line when the error message displays.
[20:47:27] <wormmd> I'm an idiot X(
[20:47:35] <wormmd> gylphicon
[20:47:41] <zecho> extends what? the glyphicon?
[20:47:41] <wormmd> srsly
[20:47:49] <zecho> or the error message
[20:48:05] <wormmd> The input group addon, let me plug one in and show you.
[20:48:11] <zecho> "Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right"
[20:48:17] <wormmd> What I'm seeing, at least.
[20:48:45] <wormmd> Yeah, I'll show you what I mean though, with the error message making the addon extend to the next line.
[20:50:56] *** Es0teric has joined ##bootstrap
[20:52:53] <wormmd> Hmm, it's not doing it now. I think I know why too.
[20:53:54] *** dglambert has quit IRC
[20:56:23] *** DrSect0r has joined ##bootstrap
[20:58:20] <wormmd> OK, so I was programatically adding the messages and icons (obviously), and was inserting the error message in the wrong place.
[20:58:28] <wormmd> Thanks for your help :)
[20:58:42] <wormmd> Sometimes a second pair of eyes is all it takes.
[20:59:30] *** imox_ has joined ##bootstrap
[21:00:17] <zecho> np
[21:03:52] *** hExDJ has joined ##bootstrap
[21:07:17] *** danim has joined ##bootstrap
[21:09:19] <danim> Hello. I´m adding this to my site http://bootsnipp.com/snippets/featured/account-in-navbar (you have to click over Name) but I have a problem (the same as the snippet). If the windows width is large all is displayed correctly but in medium the panel is different. The avatar fill the whole row. How could I fix this?
[21:16:12] *** ejb has quit IRC
[21:20:10] *** k-joseph has joined ##bootstrap
[21:29:01] <hExDJ> use col-sm-4 instead of lg
[21:35:38] *** intellix has joined ##bootstrap
[21:36:40] *** Ariel_Calzada has quit IRC
[21:37:48] *** jbeaudry has quit IRC
[21:38:33] *** badon has quit IRC
[21:38:34] *** atraylen has quit IRC
[21:40:46] *** badon has joined ##bootstrap
[21:41:59] *** D9 has joined ##bootstrap
[21:46:28] *** morenoh149 has quit IRC
[21:50:54] <danim> hExDJ: I feel stupid right now... thanks xD
[21:57:40] <hExDJ> np
[21:58:02] *** imox_ has quit IRC
[22:01:34] *** sunoano has quit IRC
[22:03:59] *** basiclaser_ has joined ##bootstrap
[22:04:49] *** RhinoBoss has joined ##bootstrap
[22:04:52] *** gamzera_ has joined ##bootstrap
[22:04:56] <gamzera_> hello people
[22:05:01] <gamzera_> I got one small problem with bootstrap
[22:05:06] <RhinoBoss> is it possible to place a checkbox inside select options?
[22:06:21] *** RhinoBoss has left ##bootstrap
[22:06:22] <gamzera_> <div class="panel panel-primary"> <div class="panel-heading">
[22:06:26] <gamzera_> how to make it smaller?
[22:06:30] <gamzera_> currently it's full width.
[22:09:27] <mintux1> can i remove data-toggle="collapse" from element and initialize it inside javascript?
[22:10:32] *** m0ltar has quit IRC
[22:10:32] <mintux1> and if it is true why my code doesn't work? http://jsbin.com/yiloza/1/edit
[22:10:49] *** eBureau has quit IRC
[22:15:51] *** imox_ has joined ##bootstrap
[22:19:23] <mintux1> anyone?
[22:20:25] <Kenshou> Probably a noobish question, but since a modal is an element that is hidden unless an action is triggered, should it be inserted into a bootstrap row or column?
[22:21:51] *** denete has quit IRC
[22:24:33] *** imox_ has quit IRC
[22:25:22] *** MarkyC has quit IRC
[22:29:25] <hExDJ> Kenshou: no need
[22:29:52] <hExDJ> actually, probably best to keep it out of the rest of your markup
[22:33:17] <oniijin> people usually stick it near the bottom so it's sort of separated and easy to find
[22:33:57] <hExDJ> oniijin: yeah, that's what I usually do
[22:34:04] <hExDJ> but haven't used modals that much
[22:34:44] <oniijin> that's a whole nother issue
[22:34:44] <oniijin> lol
[22:34:46] <oniijin> DONT USE MODALS =p
[22:34:47] <oniijin> or carousels
[22:35:18] <Kenshou> lol thanks everybody
[22:35:44] <oniijin> but seriously, modals are annoying as hell
[22:35:48] <hExDJ> they're a bit of a PITA for mobile
[22:35:52] <Kenshou> True
[22:36:08] <oniijin> on mobile, they often dont work
[22:36:10] <oniijin> and just make users bounce
[22:37:14] <oniijin> this is good https://developer.appway.com/screen/ShowSingleRecipe/selectedRecipeId/1390246496349
[22:39:07] *** Xethron has joined ##bootstrap
[22:39:08] *** Xethron has joined ##bootstrap
[22:40:25] *** demi` has joined ##bootstrap
[22:41:36] *** jbeaudry has joined ##bootstrap
[22:52:09] *** morenoh149 has joined ##bootstrap
[22:53:01] *** zecho has quit IRC
[22:53:36] *** zecho has joined ##bootstrap
[22:56:16] *** degenorate has quit IRC
[22:57:41] <hExDJ> mintux1: it seems that data-collapse is required
[22:58:03] <hExDJ> I mean data-toggle
[22:58:43] *** Siecje has left ##bootstrap
[23:00:34] *** dkphenom has quit IRC
[23:01:03] <gamzera_> oniijin: do you know how to make this smaller in width <div class="panel panel-primary"> <div class="panel-heading"> ?
[23:03:27] <Kenshou> gamzera: not sure if I follow, but I guess you can add the panel into a smaller column
[23:03:39] *** kevin has quit IRC
[23:04:05] *** DrSect0r has quit IRC
[23:06:48] *** jmverges has quit IRC
[23:10:01] *** joshmbrown has joined ##bootstrap
[23:14:34] *** joshmbrown has quit IRC
[23:15:18] *** joshmbrown has joined ##bootstrap
[23:17:47] *** jbeaudry has quit IRC
[23:19:36] *** imox_ has joined ##bootstrap
[23:20:08] *** imox_ has quit IRC
[23:20:50] *** hExDJ has quit IRC
[23:21:30] *** Xethron has quit IRC
[23:21:54] *** beneggett has quit IRC
[23:22:03] *** hExDJ has joined ##bootstrap
[23:22:14] *** beneggett has joined ##bootstrap
[23:28:09] *** joshmbrown has quit IRC
[23:30:30] *** Kenshou has left ##bootstrap
[23:34:00] *** Es0teric has quit IRC
[23:35:38] *** larsam has quit IRC
[23:37:23] *** gamzera_ has quit IRC
[23:37:38] *** danim has left ##bootstrap
[23:37:40] *** jbeaudry has joined ##bootstrap
[23:37:52] *** degenorate has joined ##bootstrap
[23:48:03] *** jmverges has joined ##bootstrap
[23:58:01] *** dkphenom has joined ##bootstrap
[23:59:53] *** TheBlueDog has quit IRC
top

   November 6, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >