Switch to DuckDuckGo Search
   January 9, 2015  
< | 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 | 31 | >

Toggle Join/Part | bottom
[00:10:23] *** shiftins has quit IRC
[00:19:36] *** Glutnix has quit IRC
[00:20:08] *** Glutnix has joined ##bootstrap
[00:20:57] *** Glutnix has quit IRC
[00:21:18] *** Glutnix has joined ##bootstrap
[00:31:02] <basiclaser_> Could somebody help me extend the width of the the divs in the columns to fill the entire row? http://www.bootply.com/zo8sTb2W8U#
[00:31:24] *** alyaj2a has joined ##bootstrap
[00:33:00] *** Shrooms has quit IRC
[00:33:20] *** Shrooms has joined ##bootstrap
[00:36:55] <MEGAGHZ> try using container-fluid
[00:37:27] <MEGAGHZ> http://www.bootply.com/IsiSTdF8Nu#
[00:41:39] *** shiftins has joined ##bootstrap
[00:42:29] *** tollie has joined ##bootstrap
[00:44:07] <MEGAGHZ> basiclaser_:
[00:49:15] *** beneggett has joined ##bootstrap
[00:55:45] <PrplHaz4> MEGAGHZ: sorry, bad timing for me - on mobile it is still creating 3 columns, so the middle column is effectively offset
[00:56:03] <PrplHaz4> if you make it xs-12, it will be centered
[00:56:16] <MEGAGHZ> lemme check
[00:56:21] <PrplHaz4> i think you need to hash out how you want all of those columns to work as the screen shrinks
[00:57:35] <PrplHaz4> depending on what they're for - if they should all stack, then put xs-12 on all (really, you should be working your way UP in screen size, not down - mobile first)
[00:59:36] <MEGAGHZ> I know, this how i have it now, then moved on other things: http://www.bootply.com/render/LjABWJFVQ2
[00:59:58] <MEGAGHZ> this is just for the SVG logo
[01:01:13] <MEGAGHZ> looking to make it changes size depending on screen, also CSS https://gist.github.com/anonymous/d465e7bf145d12ccbfb3
[01:01:57] <MEGAGHZ> sorry, all here http://www.bootply.com/LjABWJFVQ2#
[01:02:52] <MEGAGHZ> argh http://www.bootply.com/GsqbACLGrP#
[01:03:43] <PrplHaz4> looks the same to me
[01:04:07] <MEGAGHZ> css didnt save somehow
[01:05:20] <MEGAGHZ> http://www.bootply.com/NimJQRNMRg
[01:05:22] <MEGAGHZ> now
[01:06:15] <MEGAGHZ> I have some issues on some points, like medium for example, it gets bigger...
[01:08:20] <PrplHaz4> MEGAGHZ: probably because it is a larger column in md than in lg
[01:09:05] <MEGAGHZ> I think I am reading the matrix wrong :)
[01:11:58] <MEGAGHZ> have to make them 12, right?
[01:14:55] <PrplHaz4> MEGAGHZ: don't have to but it'll be more predictable - do you even need the first and 3rd columns?
[01:15:08] <MEGAGHZ> no
[01:15:25] <MEGAGHZ> I just need them to center? I am a bit lost here
[01:15:53] <PrplHaz4> and are you using sections on purpose?
[01:15:58] <PrplHaz4> i would've expected to see divs
[01:16:36] *** drej has joined ##bootstrap
[01:16:42] *** Dimoff has quit IRC
[01:16:43] <MEGAGHZ> yeah, it is the same, right?
[01:17:31] *** qdk has quit IRC
[01:17:34] <PrplHaz4> MEGAGHZ: i think the only diff is section has semantic meaning
[01:17:42] <MEGAGHZ> yeah
[01:17:53] <MEGAGHZ> thats why I prefered that
[01:18:03] <MEGAGHZ> as footer tag, header, etc
[01:19:10] <PrplHaz4> so if you only have one column with this in it <section class="col-xs-12 text-center">
[01:19:16] <PrplHaz4> what is it not doing that you want it to do?
[01:20:11] <MEGAGHZ> but what about desktop?
[01:20:54] <PrplHaz4> what do you want it to do in desktop?
[01:21:08] *** qdk has joined ##bootstrap
[01:21:50] <MEGAGHZ> the SVG is pretty big in desktop at full-width
[01:22:16] <MEGAGHZ> so maybe the correct way is to make the SVG file the actual size for desktop?
[01:22:58] <PrplHaz4> MEGAGHZ: that's cuz of your css
[01:23:12] <MEGAGHZ> hmmm
[01:24:26] <MEGAGHZ> ok, so mq changing the width is my call?
[01:26:49] <PrplHaz4> yeup, always will be your call - but figuring out what you actually want it to do is usually the toughest problem
[01:27:32] <PrplHaz4> what should the image look like in desktop?
[01:28:43] *** Glutnix_ has joined ##bootstrap
[01:30:11] <MEGAGHZ> 50% the size
[01:30:15] <MEGAGHZ> for example
[01:30:33] <MEGAGHZ> so, changing logo class on media queries seems a solution
[01:31:54] <PrplHaz4> 50% of the width?
[01:32:13] *** Glutnix has quit IRC
[01:32:28] <PrplHaz4> sry, gtr - mq could work too - good luck!
[01:32:54] <MEGAGHZ> grt?
[01:32:56] <MEGAGHZ> gtr?
[01:33:39] *** Glutnix_ has quit IRC
[01:33:48] *** Valduare has joined ##bootstrap
[01:34:09] *** Glutnix has joined ##bootstrap
[01:34:37] <PrplHaz4> got to run ;)
[01:35:12] <MEGAGHZ> LOL!
[01:35:15] <MEGAGHZ> thank you man!
[01:40:15] *** PrplHaz4 has quit IRC
[01:41:28] <Valduare> hey guys why do modals not seem to work on iphone
[01:43:01] <MEGAGHZ> maybe something with fade class?
[01:43:36] <MEGAGHZ> Valduare: check http://jschr.github.io/bootstrap-modal/
[01:47:22] *** beneggett has quit IRC
[01:48:21] <Valduare> hmm
[01:49:13] *** anix has quit IRC
[01:51:11] <Valduare> $(document).on( 'click', '.my-modal-launch', function () { maybe this dosnt work on touch devices
[02:00:20] *** MEGAGHZ has quit IRC
[02:03:46] *** Superburke has quit IRC
[02:07:17] *** Sam-T has quit IRC
[02:12:43] *** hExDJ has quit IRC
[02:12:57] *** drej has quit IRC
[02:14:45] *** shiftins has quit IRC
[02:21:08] *** enav has joined ##bootstrap
[02:24:25] *** DeltaHeavy_ has joined ##bootstrap
[02:27:08] <DeltaHeavy_> Hey, I'm trying to apply TB to only everything inside of a <div> iwth a class like <div class="apply-bootstrap">. It works in all browsers but IE8 where it just seems not to work at all. I made this file by downloading the Sass version of TB and just nesting everything with this class. Anybody know why it might be doing this? I'm including respond.js and html5shiv.js. respond.js doesn't seem to be working but should some
[02:27:09] <DeltaHeavy_> parts of bootstrap work? It seems the rules aren't even being applied to ANYTHING. Here's the CSS file - https://www.refheap.com/95882
[02:33:36] *** DeltaHeavy_ is now known as DeltaHeavy
[02:33:50] *** FatBoyXPC has quit IRC
[02:39:10] <Valduare> I dont like the way bootstrap nav menu collapse works...
[02:39:43] <Valduare> for this subnav I have - is there a way I can just shrink the text lol
[02:44:52] *** DeltaHeavy has joined ##bootstrap
[02:45:03] <DeltaHeavy> Hey, sorry. IRC client crashed and I had to afk. Did anybody respond to me?
[02:47:50] <Valduare> no
[02:48:00] *** morenoh150 has quit IRC
[02:48:06] <Valduare> no one responded to me either lol
[02:48:10] <Valduare> dead in here tonight
[02:49:44] <DeltaHeavy> Crap
[02:50:04] <DeltaHeavy> Just seen in the inspector everything is coming out as .less files instead of the CSS file name
[02:51:02] <DeltaHeavy> This is so odd
[03:02:06] *** shiftins has joined ##bootstrap
[03:03:40] <Valduare> DeltaHeavy: I have a subnav bar that i’d like to shrink the links instead of collapse the bar
[03:03:48] <Valduare> any idea how i’d go about doing that.
[03:04:03] <DeltaHeavy> Not really off the top of my head
[03:04:35] <Valduare> have a scrollspy that does not need to be colapsable
[03:05:40] *** drej has joined ##bootstrap
[03:06:06] *** klmlfl_ has joined ##bootstrap
[03:15:23] *** Rogue_ has quit IRC
[03:16:25] *** cereal has quit IRC
[03:18:16] *** Rogue_ has joined ##bootstrap
[03:19:37] *** cereal has joined ##bootstrap
[03:20:05] *** Shrooms` has joined ##bootstrap
[03:21:27] *** klmlfl_ has quit IRC
[03:21:52] *** Shrooms has quit IRC
[03:23:36] *** DeltaHeavy has quit IRC
[03:28:27] *** hExDJ has joined ##bootstrap
[03:33:48] *** Peleus has joined ##bootstrap
[03:34:49] <Peleus> Hey all, looking to have a very simple site where I've got a navbar on top and the content below changes based off what navbar link is selected, is an iframe the best way to achieve this or create a whole new page for each link including navbar etc?
[03:35:16] <brad1121> put nav bar in header.php
[03:35:24] <brad1121> each page include header.php
[03:35:29] <brad1121> assumes ur using php
[03:35:44] <Peleus> Cool good idea, thanks brad1121
[03:36:59] <Peleus> Finally I also want to make a multi-step form. There will only be one or two users max so I'm thinking a database to store state is overkill - any particular way of storing a largish amount of text (think answer to questions) over multiple steps? Or just bite the bullet and make a simple DB
[03:40:58] <brad1121> JSON in a .txt file
[03:41:04] <brad1121> very insecure
[03:41:08] <brad1121> but will do the job
[03:43:59] *** [Non] has quit IRC
[03:44:04] *** DeltaHeavy has joined ##bootstrap
[03:46:47] <Peleus> Cheers
[03:59:14] *** Garbee has quit IRC
[04:09:44] *** amikiri has joined ##bootstrap
[04:10:57] *** Cache_Money has joined ##bootstrap
[04:11:54] *** Shrooms` has quit IRC
[04:22:03] *** beneggett has joined ##bootstrap
[04:23:08] *** hExDJ has quit IRC
[04:24:36] *** Shrooms has joined ##bootstrap
[04:28:33] *** Glutnix has quit IRC
[04:28:52] *** Glutnix has joined ##bootstrap
[04:31:21] *** Shrooms has quit IRC
[04:32:35] *** Fusl has quit IRC
[04:33:53] *** Shrooms has joined ##bootstrap
[04:34:44] *** Fusl has joined ##bootstrap
[04:37:10] <Valduare> Peleus: you could do sqlite
[04:37:26] <Valduare> but might as well go with mysql so you can find tutorials when your stuck heh
[04:38:05] *** gtristan has joined ##bootstrap
[04:39:36] *** amikiri has quit IRC
[04:42:22] <Valduare> is there a better way to be doing this search bar group
[04:42:23] <Valduare> http://jsfiddle.net/cftyxqce/1/
[04:43:19] *** iraj has quit IRC
[04:44:19] *** DeltaHeavy has quit IRC
[04:44:37] *** Fusl has quit IRC
[04:45:47] *** Fusl has joined ##bootstrap
[04:49:29] *** Glutnix has quit IRC
[04:49:50] *** Glutnix has joined ##bootstrap
[04:56:40] *** lorfds has joined ##bootstrap
[04:56:55] *** Glutnix has quit IRC
[04:57:26] *** Glutnix has joined ##bootstrap
[04:57:44] <lorfds> hey peeps…im have a shopping website, and am trying to decide between having a separate m.mysite domain, or a responsive version of my current site
[04:57:52] <lorfds> can we discuss pros and cons of both?
[04:57:57] *** enav has quit IRC
[04:58:04] *** hExDJ has joined ##bootstrap
[04:58:11] <lorfds> wow…im have a shopping website = i have a shopping website
[04:59:04] *** Glutnix has quit IRC
[04:59:44] *** Streusel has joined ##bootstrap
[05:00:02] *** wolfy1339 has quit IRC
[05:00:12] *** wolfy1339 has joined ##bootstrap
[05:01:08] <Valduare> responsive
[05:01:44] <Valduare> what do you sell lorfds
[05:01:58] *** enav has joined ##bootstrap
[05:02:59] <lorfds> its a website for local product search…so lots of products across lots of different businesses
[05:12:44] *** morenoh150 has joined ##bootstrap
[05:15:23] *** checkit has joined ##bootstrap
[05:17:00] *** Odonay has joined ##bootstrap
[05:17:27] <Odonay> Has anyone ever experimented with a collapsible panel in a sticky footer? Looking to do something sort of like one of those “Need help?” annoying things you’ve seen around
[05:19:51] *** beneggett has quit IRC
[05:41:16] *** saci has joined ##bootstrap
[05:42:04] *** saci_ has joined ##bootstrap
[05:42:23] *** alyaj2a has quit IRC
[05:42:50] *** NBhosting has joined ##bootstrap
[05:42:50] *** JeanClaudeObama has quit IRC
[05:44:38] *** JeanClaudeObama has joined ##bootstrap
[05:46:27] *** saci has quit IRC
[05:50:13] *** Glutnix has joined ##bootstrap
[05:51:08] *** JeanClaudeObama has quit IRC
[05:51:58] *** JeanClaudeObama has joined ##bootstrap
[05:56:07] *** shiftins has quit IRC
[06:03:58] *** saci_ has quit IRC
[06:09:05] *** hmsimha has joined ##bootstrap
[06:09:49] *** enav has quit IRC
[06:18:32] *** enav has joined ##bootstrap
[06:24:52] *** lorfds has quit IRC
[06:25:30] *** Cache_Money has left ##bootstrap
[06:26:19] *** lorfds has joined ##bootstrap
[06:29:39] *** lorfds has joined ##bootstrap
[06:32:07] *** basiclaser_ has quit IRC
[06:32:55] *** hExDJ has quit IRC
[06:33:33] *** hExDJ has joined ##bootstrap
[06:34:39] *** lorfds has joined ##bootstrap
[06:35:41] *** eBureau has quit IRC
[06:36:15] *** Glutnix has quit IRC
[06:43:05] *** FatBoyXPC has joined ##bootstrap
[06:52:23] *** Streusel has quit IRC
[07:06:09] *** darylteo has joined ##bootstrap
[07:06:15] *** Odonay has quit IRC
[07:06:17] <darylteo> someone help me please! *cries*
[07:06:31] <darylteo> just gotten a html mockup
[07:06:44] <darylteo> loads a modal
[07:06:53] <darylteo> modal has a a.btn-primary
[07:07:00] <darylteo> with a relative href.
[07:07:13] <darylteo> why on earth does twitter load the content of that link into the modal box without even being clicked?
[07:07:50] *** Glutnix has joined ##bootstrap
[07:14:23] <Valduare> got a jsfiddle yet darylteo ?
[07:16:39] <darylteo> sorry no.
[07:16:47] <darylteo> but i just figured it out =.=
[07:16:56] <darylteo> there was a href on the button that triggered the modal
[07:17:08] <darylteo> which was the same link as the button lol
[07:17:22] <darylteo> thanks for replying =)
[07:17:33] <darylteo> only saw it when i came back to say i fixed it.
[07:17:42] <darylteo> (after an hour of headscratching)
[07:18:52] <Valduare> np
[07:19:03] <Valduare> there needs to be more activity in this channel
[07:19:12] <Valduare> would speed up EVERYONES day lol
[07:20:35] *** tollie has quit IRC
[07:21:47] *** Glutnix has quit IRC
[07:22:07] *** Glutnix has joined ##bootstrap
[07:29:28] *** FatBoyXPC has quit IRC
[07:32:51] *** Peleus has quit IRC
[07:33:22] *** Xethron has joined ##bootstrap
[07:38:35] *** Xethron has quit IRC
[07:42:53] *** Valduare has quit IRC
[07:46:31] *** Xethron has joined ##bootstrap
[07:48:55] *** xelra has quit IRC
[07:49:17] *** xelra has joined ##bootstrap
[07:49:39] *** Glutnix has quit IRC
[07:54:47] *** Glutnix has joined ##bootstrap
[08:02:31] *** Glutnix has quit IRC
[08:03:23] *** lorfds has quit IRC
[08:04:15] *** Glutnix has joined ##bootstrap
[08:05:26] *** mikerrrrrr has quit IRC
[08:08:46] *** hExDJ has joined ##bootstrap
[08:13:37] *** D-Boy has quit IRC
[08:32:25] *** Glutnix has quit IRC
[08:32:38] *** k-joseph has joined ##bootstrap
[08:33:06] *** Glutnix has joined ##bootstrap
[08:41:22] *** enav has quit IRC
[08:41:55] *** Glutnix_ has joined ##bootstrap
[08:45:02] *** basiclaser_ has joined ##bootstrap
[08:45:05] *** Glutnix_ has quit IRC
[08:46:01] *** Glutnix has quit IRC
[08:48:19] *** Glutnix has joined ##bootstrap
[08:49:28] *** iraj has joined ##bootstrap
[08:49:33] *** iraj has quit IRC
[08:49:33] *** iraj has joined ##bootstrap
[08:57:40] *** Mega has joined ##bootstrap
[08:57:41] *** lorfds has joined ##bootstrap
[08:58:35] *** Mega has quit IRC
[08:59:09] <basiclaser_> hello again, Im still working on the issue of inflating divs inside of columns to the width of the actual columns
[08:59:11] <basiclaser_> http://www.bootply.com/zo8sTb2W8U#
[08:59:13] *** hExDJ has quit IRC
[09:00:36] <basiclaser_> In this image the boxes im trying to replicate at the bottom, in the middle is an example of the row/container width, with divs inside, and at the top are the three boxes im trying to inflate to the right size http://minus.com/i/bvgrayw3DtFSV
[09:01:41] *** Glutnix has quit IRC
[09:02:48] *** Glutnix has joined ##bootstrap
[09:04:05] *** knownasilya has quit IRC
[09:05:50] *** darylteo has left ##bootstrap
[09:14:40] *** ledestin has joined ##bootstrap
[09:19:38] *** k-joseph has quit IRC
[09:21:49] *** c237 has joined ##bootstrap
[09:23:00] *** c237 has quit IRC
[09:25:55] *** EREVAN has joined ##bootstrap
[09:27:30] *** jagga has joined ##bootstrap
[09:29:22] *** mtlife has joined ##bootstrap
[09:29:41] *** peshi has quit IRC
[09:30:16] *** peshi has joined ##bootstrap
[09:37:14] *** dan2k3k4 has joined ##bootstrap
[09:38:35] *** k-joseph has joined ##bootstrap
[09:51:58] *** CustosL1men has joined ##bootstrap
[09:53:39] <basiclaser_> basically removing the container padding, but i cant get it to work
[10:06:07] *** lorfds has quit IRC
[10:08:35] *** pdcmoreira has joined ##bootstrap
[10:15:13] *** intellix has joined ##bootstrap
[10:17:39] *** Glutnix has quit IRC
[10:18:00] *** Xethron has quit IRC
[10:19:37] *** Glutnix has joined ##bootstrap
[10:20:09] *** Glutnix has quit IRC
[10:23:28] *** dijitaltrix has joined ##bootstrap
[10:34:11] *** Hounddog has joined ##bootstrap
[10:40:34] *** dijitaltrix has quit IRC
[10:42:57] *** hmsimha has quit IRC
[10:43:33] *** ARMEN_ has joined ##bootstrap
[10:46:51] *** EREVAN has quit IRC
[10:46:52] *** ARMEN_ is now known as EREVAN
[10:46:54] *** mikecmpbll has joined ##bootstrap
[10:56:23] *** joeyDB has quit IRC
[11:10:23] *** joeyDB has joined ##bootstrap
[11:15:10] *** _yoy_ has quit IRC
[11:15:41] *** MEGAGHZ has joined ##bootstrap
[11:16:18] <MEGAGHZ> I dreamt on containers rows and columns
[11:16:58] *** _yoy_ has joined ##bootstrap
[11:20:25] *** k-joseph has quit IRC
[11:22:14] *** Garbee has joined ##bootstrap
[11:22:14] *** ChanServ sets mode: +v Garbee
[11:26:57] *** MEGAGHZ has quit IRC
[11:58:31] *** _yoy_ has quit IRC
[12:00:19] *** _yoy_ has joined ##bootstrap
[12:08:55] *** MEGAGHZ has joined ##bootstrap
[12:20:54] <MEGAGHZ> Hello, is there any class in bootstrap to make a div to no scroll?
[12:21:29] <MEGAGHZ> nevermind http://getbootstrap.com/examples/navbar-fixed-top/
[12:24:47] *** tlotlo has joined ##bootstrap
[12:26:01] *** drej has quit IRC
[12:26:25] *** drej has joined ##bootstrap
[12:28:29] *** tlotlo has quit IRC
[12:36:18] *** MEGAGHZ_ has joined ##bootstrap
[12:39:41] *** intellix has quit IRC
[12:41:52] *** ml22 has joined ##bootstrap
[13:00:34] *** amikiri has joined ##bootstrap
[13:09:52] <MEGAGHZ_> Question about navigation styling, I need to make my links on nav with just a underline instead a transparent background but I am not sure where is that style. http://www.bootply.com/JdSXaz3dod
[13:13:12] *** drej has quit IRC
[13:17:49] *** qdk has quit IRC
[13:19:00] *** michellebaumans has joined ##bootstrap
[13:22:15] *** intellix has joined ##bootstrap
[13:27:34] *** MEGAGHZ_ has quit IRC
[13:27:41] *** MEGAGHZ__ has joined ##bootstrap
[13:27:41] *** MEGAGHZ_ has joined ##bootstrap
[13:28:11] <MEGAGHZ__> Question about navigation styling, I need to make my links on nav with just a underline instead a transparent background but I am not sure where is that style. http://www.bootply.com/JdSXaz3dod
[13:28:29] *** MEGAGHZ has quit IRC
[13:31:45] *** MEGAGHZ__ is now known as MEGAGHZ
[13:36:00] *** romanparish has left ##bootstrap
[13:55:58] *** qdk has joined ##bootstrap
[13:57:12] *** amikiri has quit IRC
[14:01:23] *** s3shs has quit IRC
[14:14:39] <basiclaser_> What are the risks of reducing the .row margins? I did margin: 0 28px; to get the width i want, will it break responsiveness?
[14:20:42] *** Superburke has joined ##bootstrap
[14:23:07] *** PrplHaz4 has joined ##bootstrap
[14:25:14] *** felipedvorak has joined ##bootstrap
[14:25:14] *** felipedvorak has joined ##bootstrap
[14:27:43] *** marlinc has quit IRC
[14:50:22] *** ml22 has quit IRC
[14:56:12] *** Alina-malina has quit IRC
[14:58:20] *** Dimoff has joined ##bootstrap
[15:00:00] *** zecho has quit IRC
[15:00:14] *** zecho has joined ##bootstrap
[15:01:02] *** Alina-malina has joined ##bootstrap
[15:01:03] *** Alina-malina has joined ##bootstrap
[15:01:08] *** dan2k3k4 has quit IRC
[15:01:41] *** FatBoyXPC has joined ##bootstrap
[15:01:54] *** ejb has joined ##bootstrap
[15:03:26] *** shiftins has joined ##bootstrap
[15:04:40] <Garbee> basiclaser_: Test it.
[15:05:06] <Garbee> Responsiveness depends on your sites needs. If somethings ends up not looking right then you will need to fix it.
[15:07:36] *** ledestin has quit IRC
[15:09:53] *** dan2k3k4 has joined ##bootstrap
[15:11:44] *** denete has joined ##bootstrap
[15:13:37] *** knownasilya has joined ##bootstrap
[15:20:47] *** shiftins has quit IRC
[15:22:44] *** MarkyC has joined ##bootstrap
[15:26:02] *** k-joseph has joined ##bootstrap
[15:32:21] *** ejb has quit IRC
[15:33:19] *** ejb has joined ##bootstrap
[15:37:36] *** s3shs has joined ##bootstrap
[15:40:14] *** Hounddog has quit IRC
[15:40:15] *** EREVAN has quit IRC
[15:46:15] *** morenoh150 has quit IRC
[15:47:24] *** EREVAN has joined ##bootstrap
[15:56:33] <Superburke> are there any components that have a picture in a box and some text in another, larger box to the right?
[15:57:18] <Superburke> sort of like this ( excuse bad paint job )http://prntscr.com/5qc87m
[15:57:32] <Superburke> larger ofc
[15:58:26] *** simplyshipley has joined ##bootstrap
[15:59:13] *** TheBlueDog has joined ##bootstrap
[16:04:17] <MEGAGHZ> How can I collapse a secondary navbar that is not in the same structure as the main navbar?
[16:09:31] *** mtlife has quit IRC
[16:10:08] *** iraj has quit IRC
[16:17:56] *** Kricir has joined ##bootstrap
[16:21:34] *** ledestin has joined ##bootstrap
[16:25:10] *** TheBlueDog has quit IRC
[16:30:46] *** ledestin has quit IRC
[16:31:51] *** k-joseph has quit IRC
[16:33:04] *** TheBlueDog_ has joined ##bootstrap
[16:38:49] *** Shrooms has quit IRC
[16:40:58] *** ursnation has joined ##bootstrap
[16:42:47] *** CustosL1men has quit IRC
[16:42:55] <MarkyC> MEGAGHZ: Can you post a code sample?
[16:43:19] <MEGAGHZ> MarkyC: sure, let me bootly
[16:47:46] <MEGAGHZ> http://www.bootply.com/eaoyKuLccr
[16:48:24] <MEGAGHZ> so, when resize to mobile, I want to have just one collapse menu on top
[16:51:31] *** gerundio has quit IRC
[16:53:24] *** roamingdog has joined ##bootstrap
[16:55:18] *** dkphenom has joined ##bootstrap
[16:55:20] <roamingdog> trying to do a sticky footer, just a question about how it's supposed to work - i've got it sticking to the bottom all right, but is it supposed to always be visible in the viewport, or should it scroll down out of site, as it's doing for me?
[16:55:35] <roamingdog> s/site/sight
[16:56:57] <oniijin> you have a fixed footer
[16:57:03] <oniijin> for sticky footer check example in docs
[16:58:46] <roamingdog> and a big aaaaahh now i see - was looking at the examples for a sticky footer with or without a fixed navbar. thanks that makes sense now
[16:58:57] <joeyDB> heyyyy peoples. Does anyone know anything about preventing a slideshow from autoplaying after being appended to the DOM in IE9?
[16:59:31] *** dkphenom has quit IRC
[17:00:11] <oniijin> should be able to make js call to tell it to not autoplay
[17:00:32] <joeyDB> right right... did that. lemme prepare a jsbin. one sec
[17:01:17] *** jagga has quit IRC
[17:02:13] <MEGAGHZ> MarkyC: I was thinking maybe to add all my menu in the collapse structure, but hiden for desktop screen - is that possible somehow?
[17:02:30] <oniijin> hidden-xs
[17:02:35] <roamingdog> oniijin: oh so happy, got it working now!
[17:02:39] <oniijin> er hidden-sm
[17:02:42] <MarkyC> hidden-* can be used, I haven't checked the code yet though
[17:02:50] <MarkyC> MEGAGHZ: ^^
[17:02:58] <MEGAGHZ> :)
[17:03:23] <MEGAGHZ> I can apply hidden class to li's
[17:04:03] <MarkyC> MEGAGHZ: while possible, I wouldn't get used to hiding content
[17:04:06] <joeyDB> oniijin: this is what I'm doing: http://jsbin.com/rovaza/1/
[17:04:47] <MarkyC> MEGAGHZ: Your goal is to hide the sign in/admin links from desktop browsers?
[17:04:59] <oniijin> hiding small stuff is fine, but if ur doing it a lot on big blocks on dom, rethink your design
[17:05:05] *** TheBlueDog_ has quit IRC
[17:05:33] *** TheBlueDog_ has joined ##bootstrap
[17:05:34] <MEGAGHZ> no, my goal is to have the second nav (bigger one) inside the dropdown menu when mobile
[17:06:34] <MarkyC> MEGAGHZL usually this is achieved with responsive CSS
[17:06:48] <MEGAGHZ> mqs?
[17:07:05] <MarkyC> I'm not sure what that means
[17:07:07] <oniijin> joeyDB dunno what that's doing from js snippet. u cant just call .carousel('pause') after the dom gets added?
[17:07:10] <MEGAGHZ> media queries
[17:07:18] <MarkyC> MEGAGHZ: yessir
[17:07:25] <MEGAGHZ> but I should change markup!
[17:07:37] <joeyDB> oniijin: as you can see that's what I'm trying to do from the code snippet. it works in all browsers except IE9
[17:07:56] <MarkyC> MEGAGHZ: ie: the navigation structure is different on mobile?
[17:08:12] <MEGAGHZ> nop
[17:08:25] <oniijin> joeyDB no idea, ie sucks donkeyballs
[17:08:34] <joeyDB> agreed
[17:08:46] <oniijin> totally unrelated things can be making it not work
[17:08:57] <oniijin> ur going to have to debug your shit
[17:09:00] <MEGAGHZ> just hide the big nav and make it appear inside the dropdown (in mobile)
[17:09:08] *** pdcmoreira has quit IRC
[17:09:22] <oniijin> make it appear how u want on mobile, then css it to style it for desktop
[17:09:38] <joeyDB> oniijin: debug my code or debug bootstrap's
[17:10:15] <oniijin> joeyDB yours. did u try just getting it pause, without first adding dom
[17:10:38] <joeyDB> yeah the initial slideshow pauses. the cloned slideshows don't give a f
[17:10:43] <joeyDB> i guess i see your point then
[17:10:50] <MEGAGHZ> oniijin: MarkyC: thank guys, will try it out
[17:11:16] <oniijin> joeyDB try wrapping all your calls in callbacks
[17:11:21] <MarkyC> MEGAGHZ: okay, so big nav is shown on desktop, in the dropdown on mobile. Are the signin links always visible?
[17:11:32] <joeyDB> ok. thanks oniijin
[17:11:33] <oniijin> so it doesnt try calling pause until after the dom add call returns success
[17:11:52] <joeyDB> i wish there was a callback for slideshow created!
[17:12:01] <MEGAGHZ> desktop = all visible, mobile = all collapsed :)
[17:12:04] <oniijin> lol tbh i personally dontl ike bs's carousel
[17:12:11] <joeyDB> i haaaaaaate it
[17:12:13] <oniijin> or carousels in general
[17:12:20] *** mikerrrrrr has joined ##bootstrap
[17:12:27] <oniijin> really shouldnt be using them for anything important
[17:12:30] <joeyDB> these are sometimes the most challenging and the least rewarding
[17:12:34] <joeyDB> i know.
[17:12:39] <joeyDB> nobody pays attention to them
[17:12:41] <joeyDB> UX
[17:12:43] <joeyDB> not my call
[17:12:49] <oniijin> ive convinced most people to not use them
[17:12:53] <oniijin> cept for silly stuff
[17:12:54] <MarkyC> MEGAGHZ gotcha, I'll whip up a code sample for that. PS: oniijin's mobile-first advice is excellent (it's waaayyy harder to go the other way around in my experience)
[17:13:09] <joeyDB> for this particular job...we're reskinning what someone has to hold them over for a completely new revamp
[17:13:16] <joeyDB> in the revamp i'll have more say
[17:13:21] <oniijin> ew cheap bastards
[17:13:31] <Superburke> <Superburke> are there any components that have a picture in a box and some text in another, larger box to the right?
[17:13:31] <Superburke> <Superburke> sort of like this ( excuse bad paint job )http://prntscr.com/5qc87m
[17:13:31] <Superburke> <Superburke> larger ofc
[17:13:32] <MEGAGHZ> MarkyC: yes, seems a lot of the problems I have is bc I am working desktop-first :S
[17:13:34] <joeyDB> heh... you wouldn't believe
[17:13:35] <Superburke> anyone know?
[17:13:40] <joeyDB> ... or you would, probably
[17:13:58] <MEGAGHZ> MarkyC: thanks!
[17:14:01] <oniijin> o i totally know. they just want cheap patch work to "tide them over"
[17:14:08] <oniijin> cept it ends up being huge pita for devs
[17:14:15] <MarkyC> MEGAGHZ: in mobile, does signin go above or below the regular nav?
[17:14:40] *** bgilb has joined ##bootstrap
[17:15:08] <bgilb> Hi guys, I'm having a problem with the bootstrap container ending up the wrong size. In mobile the container ends up 290px width when I need it to be 300px.
[17:15:08] <MEGAGHZ> above, is the same, the goal is to have a all together inside the icon (dropdown)
[17:15:58] <MEGAGHZ> bgilb: paste the code online, recheck your closing tags
[17:16:05] <oniijin> ur better off rolling your own collapsable menu
[17:16:13] <oniijin> rather than hacking at BS's
[17:16:15] <MEGAGHZ> oniijin: me?
[17:16:17] <oniijin> yes
[17:16:50] <MEGAGHZ> so crappy it is I can merge 2 navs?
[17:16:57] <MEGAGHZ> *can't
[17:17:05] <MarkyC> MEGAGHZ: is this right: http://jsfiddle.net/cuvwmd9m/3/
[17:17:31] <MarkyC> so on desktop, signin is on the right, regular nav on the left. in mobile, signin is on top, regular nav is underneath
[17:17:33] <oniijin> it's not crappy, it was just built for 1 primary task
[17:18:14] <MEGAGHZ> MarkyC: yes, BUT, the first nav I need it outside the nav container
[17:18:26] <MEGAGHZ> in desktop
[17:18:39] <MarkyC> So like, pinned to the top right of the screen?
[17:19:01] <MEGAGHZ> in the center, in other row
[17:19:41] <MEGAGHZ> thats why I don't know how to collapse all together
[17:20:09] <oniijin> build the collapsed menu, use media queries to restyle and position on desktop
[17:20:18] <oniijin> it's basic css
[17:20:41] *** felipedvorak has quit IRC
[17:20:47] <MEGAGHZ> but I have to hide them in desktop?
[17:21:08] <Superburke> noone? :(
[17:21:46] <MEGAGHZ> this is the crappy markup i have, just as a sample http://www.bootply.com/eaoyKuLccr
[17:22:13] <oniijin> wtf are u talking about
[17:22:23] <MEGAGHZ> lol
[17:22:57] <MEGAGHZ> NEW SERVICES CASE STUDIES CONTACT BLOG
[17:23:18] <MEGAGHZ> those links should be outside the nav
[17:23:23] *** lorfds has joined ##bootstrap
[17:23:26] <oniijin> im telling u how to do it
[17:23:33] <bgilb> megaghz: its an entire website so might be hard to paste the code online. I ran a couple closing tag checkers and they didn't find anything
[17:24:48] <MarkyC> MEGAGHZ: I'm inclined to ask you to draw what you mean, you lost me a bit, but oniijin seems to understand
[17:24:57] <MarkyC> Superburke: Input groups: http://getbootstrap.com/components/#input-groups
[17:25:27] <Superburke> MarkyC, i guess that's kinda what i'm looking for but it's to be used in a list
[17:25:29] <oniijin> MarkyC he basically wants standard collapsed nav, but on desktop he wants one of the ul sets to appear in a separate line
[17:25:40] <oniijin> aka, css styling, which he seems unwilling to do
[17:26:37] <MEGAGHZ> oniijin: I understand what you mean, but if I get out that nav, it will not appear in the collapse menu
[17:26:50] <oniijin> smh clearly ur not getting what i mean
[17:26:56] <MEGAGHZ> haha
[17:26:58] <MEGAGHZ> maybe!
[17:27:18] <MEGAGHZ> at least you understand my point? :)
[17:28:35] <MEGAGHZ> so, I have to leave that ul set there and change position (css stufF)
[17:28:55] <MarkyC> MEGAGHZ: like this: http://jsfiddle.net/cuvwmd9m/5/
[17:29:12] <MarkyC> whoops, forgot to add the media query
[17:29:19] <MEGAGHZ> Yeah!
[17:29:26] <oniijin> MarkyC really shouldnt just write code for people
[17:29:43] <oniijin> it's nice of u to, but just encourages laziness
[17:29:51] <MEGAGHZ> oniijin: I want to learn, srly
[17:29:58] <MEGAGHZ> i will study what he did
[17:30:13] <oniijin> lol "study" or "copypaste"
[17:30:27] <MEGAGHZ> study to understand the concept
[17:30:30] <MEGAGHZ> then copy paste :)
[17:30:42] *** bgilb has quit IRC
[17:30:51] <MarkyC> oniijin: noted. I was thinking "This couldn't possibly be for school, so free code is okay". My bad
[17:31:05] <MEGAGHZ> haha
[17:31:09] <MEGAGHZ> thanks MarkyC
[17:31:22] <oniijin> MarkyC ur doing work for people who are getting paid basically
[17:31:29] <MEGAGHZ> no!
[17:31:34] <MEGAGHZ> I am not working yet
[17:31:37] <MEGAGHZ> just learning
[17:31:42] <MEGAGHZ> I sware!
[17:32:00] <MEGAGHZ> just making some fictional site to learn
[17:34:20] <oniijin> go study this http://codyhouse.co/gem/css-mega-site-navigation/
[17:34:48] <MEGAGHZ> Perfect, so just a new class to move the nav while it keeps inside the BS nav
[17:36:08] <MEGAGHZ> oniijin: ha! nice one
[17:36:20] <MEGAGHZ> will read, promise :)
[17:39:31] <MEGAGHZ> http://i.imgur.com/fU6ainb.gif
[17:40:08] *** jitendravyas has joined ##bootstrap
[17:42:57] *** rempah has quit IRC
[17:43:08] *** Shrooms` has joined ##bootstrap
[17:43:09] *** rempah has joined ##bootstrap
[17:43:28] *** shiftins has joined ##bootstrap
[17:46:05] *** ledestin has joined ##bootstrap
[17:46:23] *** guilbep has joined ##bootstrap
[17:46:38] *** Shrooms` is now known as Shrooms
[17:46:51] *** Shrooms has joined ##bootstrap
[17:47:43] *** ptrrr has joined ##bootstrap
[17:51:37] *** Shrooms` has joined ##bootstrap
[17:54:57] *** Shrooms has quit IRC
[17:57:15] *** ursnation has quit IRC
[17:59:13] *** TheBlueDog_ has quit IRC
[17:59:34] *** mikecmpbll has quit IRC
[17:59:58] *** zecho has quit IRC
[18:00:31] *** zecho has joined ##bootstrap
[18:01:08] *** roamingdog has quit IRC
[18:03:07] *** MarkyC_ has joined ##bootstrap
[18:03:41] *** MarkyC has quit IRC
[18:03:43] *** MarkyC_ is now known as MarkyC
[18:05:12] *** hmsimha has joined ##bootstrap
[18:08:49] *** shiftins has quit IRC
[18:09:02] *** TheBlueDog_ has joined ##bootstrap
[18:09:04] *** Shrooms has joined ##bootstrap
[18:09:05] *** Shrooms has joined ##bootstrap
[18:09:26] <joeyDB> is it possible to determine which direction a bootstrap carousel is sliding from the slid.bs.carousel event?
[18:10:03] <oniijin> should be
[18:10:15] <oniijin> slide.bs.carousel.direction
[18:11:17] <joeyDB> mmm... from within the event's callback?
[18:12:14] <oniijin> u can hook on slide.bs.carousel event
[18:12:19] <joeyDB> ah
[18:12:19] <oniijin> direction should be included in there
[18:12:24] <joeyDB> yeah just looked at the source
[18:14:49] <joeyDB> hm.. undefined I'll work around it
[18:15:23] <oniijin> did u log out the event object
[18:15:30] <joeyDB> yeah
[18:15:34] <oniijin> nohtin?
[18:16:21] <joeyDB> undefined
[18:17:13] <oniijin> http://jsbin.com/sokozunoyu/1/edit?js,console,output
[18:17:31] <joeyDB> i'll check it
[18:17:38] <oniijin> it works
[18:17:50] <joeyDB> ohh slide.. not slid
[18:17:59] <oniijin> should work on slid too
[18:18:36] <oniijin> yeah works with slid.bs.carousel as well. just depends if u want to get info before or after
[18:19:21] <joeyDB> yeah i want it on slid... tring the same on slide
[18:19:34] <joeyDB> innnteresting
[18:19:39] <joeyDB> only appears in slide
[18:19:39] <joeyDB> not slid
[18:23:11] <oniijin> works for me on slid
[18:29:24] *** jitendravyas has quit IRC
[18:29:40] <joeyDB> weird
[18:36:01] *** pdcmoreira has joined ##bootstrap
[18:37:49] *** obi12341 has quit IRC
[18:37:56] *** obi12341 has joined ##bootstrap
[18:40:17] *** m0ltar has joined ##bootstrap
[18:43:23] *** Kricir has quit IRC
[18:44:12] *** frigginglorious has joined ##bootstrap
[18:46:11] *** Kricir has joined ##bootstrap
[18:46:57] *** dan2k3k4 has quit IRC
[18:49:38] *** guilbep has quit IRC
[18:50:08] *** jitendravyas has joined ##bootstrap
[18:57:38] *** intellix has quit IRC
[18:59:20] *** pdcmoreira has quit IRC
[18:59:26] *** TheBlueDog_ has quit IRC
[18:59:30] *** shiftins has joined ##bootstrap
[19:00:36] *** jimvideo has joined ##bootstrap
[19:03:46] *** Valduare has joined ##bootstrap
[19:07:24] *** TheBlueDog_ has joined ##bootstrap
[19:08:34] *** _yoy_ has quit IRC
[19:09:21] *** PrplHaz4 has quit IRC
[19:10:26] *** lorfds has quit IRC
[19:11:20] *** _yoy_ has joined ##bootstrap
[19:16:51] *** lorfds has joined ##bootstrap
[19:19:42] *** eBureau has joined ##bootstrap
[19:23:15] *** Sam-T has joined ##bootstrap
[19:37:19] *** alyaj2a has joined ##bootstrap
[19:40:18] *** hExDJ has joined ##bootstrap
[19:44:40] *** hExDJ has quit IRC
[19:51:10] *** Streusel has joined ##bootstrap
[20:01:05] <TheBlueDog_> Has anyone added hidden panels to a bootstrap navbar, like the login/signup on www.mint.com?
[20:01:54] <TheBlueDog_> is it simple jquery and can use the library already loading with bootstrap?
[20:11:32] *** VsDamon has joined ##bootstrap
[20:11:45] *** denete has quit IRC
[20:12:22] *** denete has joined ##bootstrap
[20:15:45] *** Streusel has quit IRC
[20:27:05] *** hExDJ has joined ##bootstrap
[20:28:25] *** hExDJ has quit IRC
[20:31:44] <Valduare> hidden panels?
[20:32:07] *** basiclaser_ has quit IRC
[20:33:21] *** joeyDB has quit IRC
[20:35:29] *** [Non] has joined ##bootstrap
[20:41:05] <TheBlueDog_> yes. I guess its like an accordian
[20:45:10] *** morenoh150 has joined ##bootstrap
[20:48:07] *** toter has joined ##bootstrap
[20:50:13] *** morenoh150 has quit IRC
[20:50:22] <Valduare> ah interesting
[20:53:25] *** toter has quit IRC
[20:58:14] *** Deacyde has quit IRC
[20:58:46] *** Deacyde has joined ##bootstrap
[20:59:03] *** alyaj2a has quit IRC
[21:02:22] *** Sam-T has quit IRC
[21:04:48] *** Kricir has quit IRC
[21:08:19] *** hExDJ has joined ##bootstrap
[21:08:26] *** rigor789 is now known as rigor789|away
[21:14:24] *** stevecrozz has joined ##bootstrap
[21:14:47] *** morenoh150 has joined ##bootstrap
[21:29:16] *** denete has quit IRC
[21:30:08] *** Kricir has joined ##bootstrap
[21:31:44] *** TBRX is now known as BenRain
[21:31:44] *** BenRain has joined ##bootstrap
[21:31:50] *** BenRain is now known as TBRX
[21:34:41] *** [Non] has quit IRC
[21:37:59] *** m0ltar has quit IRC
[21:39:48] *** _yoy_ has quit IRC
[21:41:02] *** ColdKeyboard has joined ##bootstrap
[21:41:23] *** _yoy_ has joined ##bootstrap
[21:46:04] <brett323> how do you asjust the padding for text in bootstrap?
[21:46:14] *** _yoy_ has quit IRC
[21:47:00] <brett323> im desinging for desktop but when i shrink down to mobilew size it doesnt look right
[21:47:04] *** Kricir has quit IRC
[21:47:39] <brett323> but if i dont put any css to the text box it looks fine in mobile
[21:48:03] *** _yoy_ has joined ##bootstrap
[21:54:42] *** Shrooms has quit IRC
[21:55:50] <TheBlueDog_> are you using the SASS/LESS version or the compiles old school CSS?
[21:56:57] *** Shrooms has joined ##bootstrap
[21:56:57] *** Shrooms has joined ##bootstrap
[21:57:09] <TheBlueDog_> brett323: ^^
[21:58:42] *** simplyshipley has quit IRC
[21:59:43] *** amyers has joined ##bootstrap
[22:01:24] *** Kricir has joined ##bootstrap
[22:02:09] *** Shrooms` has joined ##bootstrap
[22:02:38] *** Shrooms` has quit IRC
[22:03:16] *** Shrooms has quit IRC
[22:05:08] <brett323> im just using old css
[22:05:30] <brett323> i didnt download sass/less
[22:05:38] <brett323> should i download it?
[22:06:52] *** m0ltar has joined ##bootstrap
[22:07:45] <TheBlueDog_> well… if you’re not using a pre-processor you’ll have more work cut out for you
[22:08:49] <TheBlueDog_> I use the SASS version, since it offers more features and +90% the design/front-end community uses SASS
[22:09:27] <TheBlueDog_> in the SASS version you have a variables file that makes customing the global stuff so easy: https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/_variables.scss
[22:10:46] <TheBlueDog_> If you look starting at line 42, there are the high level font rules that are getting set. These can help give you a hint at what gets compliled into the CSS you are using too
[22:11:41] *** enav has joined ##bootstrap
[22:11:58] <brett323> ok im going to get it now
[22:12:06] *** dan2k3k4 has joined ##bootstrap
[22:15:25] *** amyers has quit IRC
[22:32:43] *** Charun has quit IRC
[22:35:07] *** [Non] has joined ##bootstrap
[22:35:19] *** MarkyC has quit IRC
[22:35:19] *** Charun has joined ##bootstrap
[22:37:35] *** Cr0vaX has quit IRC
[22:38:43] *** shiftins has quit IRC
[22:45:08] *** beneggett has joined ##bootstrap
[22:46:30] *** Hakuna-Matata has joined ##bootstrap
[22:49:15] *** enav has quit IRC
[22:54:20] <brett323> ok im not ready for sass yet, still tyrying to get the basic of bootstrap down, like uing css to set sizes of text boxes and making the site look good in desktop form as weall as mobile
[22:54:31] <brett323> any good tutorials out therer?
[23:02:02] *** drej has joined ##bootstrap
[23:03:42] <Valduare> brett323: jsfiddle , jsbin, bootply, lots of places with good info
[23:04:08] *** badon has joined ##bootstrap
[23:07:50] *** livingstn has quit IRC
[23:08:08] *** ejb has quit IRC
[23:12:22] *** tom99090 has joined ##bootstrap
[23:12:54] <tom99090> Hi. Any ideas on getting modal.find working with a hidden input field ?
[23:13:04] *** TheBlueDog_ has quit IRC
[23:13:29] *** dan2k3k4 has quit IRC
[23:13:38] *** Kricir has quit IRC
[23:14:19] *** tom99090 has quit IRC
[23:18:49] *** enav has joined ##bootstrap
[23:19:40] *** neataroni has joined ##bootstrap
[23:20:19] *** m0ltar has quit IRC
[23:25:57] <Valduare> what does modal.find do
[23:27:33] <MEGAGHZ> whats that?
[23:29:10] <Valduare> MEGAGHZ: tom99090 was asking but he left the room
[23:29:33] *** TheBlueDog_ has joined ##bootstrap
[23:30:05] <MEGAGHZ> he closed the door?
[23:30:12] <MEGAGHZ> its cold in here
[23:30:49] *** shiftins has joined ##bootstrap
[23:33:54] *** badon has quit IRC
[23:34:18] *** VsDamon_ has joined ##bootstrap
[23:34:56] *** VsDamon has quit IRC
[23:38:19] <brett323> Thanks Valdure
[23:39:53] *** FatBoyXPC has quit IRC
[23:58:03] *** MEGAGHZ_ has quit IRC
top

   January 9, 2015  
< | 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 | 31 | >