wragen22
-
Jquery expand
@Mottie ah ok... Another question - I'm trying to get the expanded box to slide back up if another is clicked. Any idea?
-
Critique/help me with design
@JamesMD currently the upon clicking you'll see the right column of text does not animate synchronously with the left paragraph text.
-
Trying to figure out baseline grid
@chrisburton hmmm.. not seeing a solution in trying vertical-align:middle Ah yes.. I was planning on getting that in the jquery at some point.
-
Trying to figure out baseline grid
@joshuanhibbert Took a look at your blogs. Would you recommend applying your methods to my site? I've applied css normalize so thinking I would be overriding some things there.
-
Trying to figure out baseline grid
@chrisburton what do you mean?
-
Critique/help me with design
Cool. Thanks for the feedback guys. @chrisburton has been a huge help in my learning process. Ya... still tweaking the jquery.
-
Jquery expand
Yes, it is working. But I guess I am still unsure as to why I couldn't get the desired functionality with the callback like you recommended.
-
Trying to figure out baseline grid
Alright guys.. I went back to a whole separate div grid container for the number. Not ideal. The reason being is I couldn't get the jquery to work correctly for the ol with the text below each title. Maybe i missed something. http://jamilop…
-
Jquery expand
@Mottie thank you. Can you show me how to ensure that the text slides back up before the red color fades out? I haven't been able to come up with a solution besides the promise done.
-
Get rid of ol?
@wofcry911 ... of course it's as simple as that. :-/ @Melindrea Yes...agreed it's very messy. Mainly for the purpose of trying to get the ol to work across muliple divs... but also because, well I'm new at this. haha
-
Jquery expand
@Mottie I've added back in the .promise().done so you can see what i'm going for. I'm still having issues getting the background color to expand the whole 100% width of the page..hence my weird markup before. Because of this..I thin…
-
Jquery expand
@Mottie Ah! That's great! Only thing, is I was was trying to get the whole 100% width of the page to turn red, including the number. And turn red first then drop down. That was the line here that I was going for " $siblings.slideToggle(&…
-
Jquery expand
@Mottie thank you for the help. I've got a learning jquery book on the way! ;-) But yes @chrisburton is right. I am trying to do the opposite where what is only seen is the titles with their numbers (white background). Upon clicking the in…
-
Jquery expand
still having some trouble here.... this codepen might help you understand more what I'm trying to do. http://codepen.io/reid/pen/spril
-
Help me with grids
Hmm... That's something I was looking at earlier. Reasoning for grid within a grid was for multiple articles containing each their own side links like my photoshop screen.
-
Help me with grids
Updated progress here... still not quite there if I'm wanting to do multiple posts. http://codepen.io/wragen22/pen/xvAre
-
grid troubles
Here is an updated pen For some reason the right paragraph is down below.
-
Trying to figure out baseline grid
I would like the left number to just serve as a left margin. And the title to server as the paragraph column in which text will be aligned directly under. thinking this might be my solution - div class="heading" h1>first words h2>…
-
Trying to figure out baseline grid
Is the solution to just ditch two different columns and go for a one line "01. title"
-
Trying to figure out baseline grid
Yes, I am trying to get them both on the same baseline. Adjusting the line-height still does not get that fixed though... :-/
-
From Wordpress to Kirby
@ chrisburton I think you'll have to help me out here.. once again. :-/ I've been reading these kirby docs and just not getting it. Mainly around the templates ect. My current project is not in wordpress at the moment, but broken up int…
-
From Wordpress to Kirby
@chrisburton I have also been thinking about checking this out. How difficult is it to get my file structure in there in working? Say I have scss files index.php and other .php pages.
-
border bottom?
Perfect. I'm still learning and overlooking things like this. Thank you.
-
border bottom?
Ok, codepen here. If you click on the h1's and the buy / pdf buttons - you can see the border-bottom slightly. It seems the display: inline-block is causing it. Any suggestions here? http://codepen.io/wragen22/full/sqrlD
-
Font size of h1 applying padding?
ah, that's it. the margin. All is fixed by setting the margin. Interesting...