StephBertha
-
Responsive Web Design AFTER Desktop Site Created?
Hi Ilya, Yeah, I understand about the code bloat. I noticed that too. I'm certainly working towards planning out my templates with flexibility in mind. Bootstrap has certainly gotten me in that mindset! Hi will_wallace85, Hmm... interesting! …
-
JS Failed After DOM Update?
Sorry, that one sentence doesn't make sense. What I'm trying to do is show a certain div when JS is on and a certain div when JS is turned off. It works, but... when a user adds a product to their cart, the DOM refreshes, and the "ja…
-
Wufoo form won't autoresize (responsive)?
Hi Maharba, That didn't work, but thanks. I originally had that with this: And removed the initial-scale, but that didn't work either. Hmm...
-
Wordpress Shortcode: Need to include PHP File
Scottnix, That's interesting what Justin talks about. A good way to future proof it. Going to continue reading, thank you!
-
Wordpress Shortcode: Need to include PHP File
ChrisP, Thanks for the first link. I tried them both, but the first one did the trick. Didn't want to use a plugin, but I'll stick with it :) Thanks!
-
Wordpress: New pages won't go in query order?
Oh yeah, there is an "orderby". This worked! Thank you!
-
Load js only if class is present on page?
Wow, this is really helpful! Thank you @TechStudio!
-
How to do a mobile Wordpress site?
It redirects to the mobile site, but when you're on the mobile site and you go the 'full site', the links on the full site take you back to the mobile site. The developer of the plugin told me that you have to add the '?mobile-b…
-
How to do a mobile Wordpress site?
Right. I'm aware of that. Did you read my post?
-
4 div's randomized on full screen?
That's ok! This helps me think some more on how to do it. SVG, that's interesting. I'll look into that. Thank you!
-
jQuery: if tr row count?
@mweldan - Sorry that I may have written my post incoherently. TheDoc has done what I needed. Thank you, though! @TheDoc - That's exactly what I was looking for. Actually, I added the two ID's on Jsfiddle, but the 2 tables won't be o…
-
jQuery: Bookmark Hashtag?
Nevermind, I got it working, YAY! I'm sure the code could be improved. Considering I'm still a beginner, I feel a bit proud. :) If you have any feedback, I'd love it. Thank you!
-
Is 1024x768 still an issue?
Good feedback! I'll work it in, responsively. I agree that there's some research needed. Time to dive into Google Analytics, thanks!
-
4 div's randomized on full screen?
Well, I have a background pattern, but the pattern isn't seamless -- all the squares are randomly colored in 4 shades of gray. :/
-
4 div's randomized on full screen?
Is that hard to do?
-
4 div's randomized on full screen?
Yes, to repeat enough times to full up the screen!
-
jQuery: Toggling is opening all children
That worked beautifully. Thank you!
-
Load js only if class is present on page?
Very nice. Thank you!
-
PHP Inside tags?
@SgtLegend - I did that and it returned nothing which really helped in figuring out the problem! I wound up taking that same code and putting at the top of the page (before all the WP queries) and it worked so I realized it was a query problem. I w…
-
PHP Inside tags?
@kgscott284 - Well, it works fine without the PHP in there. So that's good right? I'm just trying to make all these variables easily editable by the clients.
-
PHP Inside tags?
Hi cizmic, Sure. I hope it helps: http://codepen.io/anon/pen/IACvD If you look around at line 4, the PHP code starts to come in. In Firebug, I look at that line and nothing outputs, it's blank. No, your last statement is not stupid at all! Y…
-
Is there a better way to write this?
Ah, I knew it! Thanks wolf!
-
Optimizing Full Background Images?
Weee! JPEG Mini is nice. Thank you for that and the other idea!
-
Optimizing Full Background Images?
@KG - Sure, here's the image: http://www.gotmedia.org/undertaker-haunts-and-props-bg.jpg @TheDoc - Thanks! I'll take a look.
-
[resolved] Help with Fluid Layout Positioning
Sure, I'll work on getting my code into places like that (for the future). Thank you, wolfcry, for your help -- that worked!
-
[resolved] Help with Fluid Layout Positioning
Hi there, I tried posting the code on codepen, but the text wasn't showing up (probably had something to do with the JS), so I posted it on my website: http://www.gotmedia.org/layout-css-help/ Quite a stumper this one!
-
[resolved] Help with Fluid Layout Positioning
I appreciate your help. I'll definitely do that next chance I get, thank you!