Preeminent
-
Can't get this Conditional Statement to work in Wordpress
I wish man. No go. Thanks for your input though! It's weird. Seems simple enough for it to work.
-
Can't get this Conditional Statement to work in Wordpress
Is what I'm trying to do. Anyone see why this wouldn't work?
-
HTML5 Audio element not working in Firefox.
Awesome! Glad I can give back to the community in my own little way, haha!
-
HTML5 Audio element not working in Firefox.
@MsFjordstone Awesome! I'm glad that someone found this useful. I had that feeling that others might run into the same issue.
-
Terrible problems with Wordpress Featured Images in the loop.
Unfortunately Wordpress just won't play nice. I wish it was something as easy at that, and it should be! Ugh.
-
Terrible problems with Wordpress Featured Images in the loop.
Hey man! Sorry, I've been crazy busy. Thank you for throwing that fiddle together!
-
Stop the mobile browser from downloading an html element?
Ok, great! I'm going to start experimenting with this in a bit!
-
Stop the mobile browser from downloading an html element?
Fantastic! Thanks again! I honestly keep meaning to learn both php and jquery. I just have to make the time!
-
Stop the mobile browser from downloading an html element?
Awesome! Thank you for this. I'm going to try this out!
-
Stop the mobile browser from downloading an html element?
Now, not to be annoying, but have you tested this to see if the mobile browsers really don't download? I know it won't show the content, but I'm just curious if it's the same as display:none in css. The browser still downloads th…
-
Stop the mobile browser from downloading an html element?
Oh, I haven't had problems with this forum, as far as the code goes. It's the markdown, that I usually have problems with. What did it take out?
-
Stop the mobile browser from downloading an html element?
Awesome, thank you for your comment bungle! I basically would like to just get a conversation started on this. I think it will end up helping others as well. Can you help me out on this a bit more though? I don't know how to write my own php …
-
Stop the mobile browser from downloading an html element?
Hmmm, well the iframe thing is news to me. I will have to try that out. I know, normally, elements that are set to display:none; do still get downloaded by the browser. Thanks, I will look into this. Although, it would suck to have to use an iframe,…
-
"convert-menu-to-dropdown" jquery method.
You'll need to add your meta name = "viewport" settings in the head of your index. It's more than likely not in there yet? Google that and you should get what you are looking for. Also, as far as getting working links go, I ende…
-
"convert-menu-to-dropdown" jquery method.
Thank you! I missed that I didn't place links in there yet. So, I only need one drop down, and the regular ul is there for the larger versions of the site. So Chris was showing two ways of doing it then? One way for dynamic, one for not? I won&…
-
Responsive Web Design: When to use px vs. % on margins and padding?
I'm with you mikes02. My brain is a bit foggy on this responsive stuff too. I want to make my designs as fluid as possible, so that I'm not making a bunch of different layouts with media queries.
-
Free Newsletter Site Feedback
hahahaha, geez! Now that is one heck of a post!
-
Free Newsletter Site Feedback
Thanks for your feedback snillor. What CSS errors are you referring to?
-
Sleek Custom Photographer's Wordpress site...criticism/feedback welcome!
I think it looks great except for the right aligned text in the right sidebar. Viewing on iPhone. It creates such a big gap in between both sidebars. I do like that testimony page!
-
Which software, and why?
Dreamweaver out of habit. Been using for years. It is very heavy for a beginner. Heck, I still don't use half the available options and tools it offers. Only use code view. The FTP add-on for firefox is fantastic.
-
using wordpress/drupal and Paypal to create a e-commerce site
Very possible. I'm working on one now, that will use the WP E-store plugin. Chris also has an awesome wordpress tutorial on lynda.com showing how to get an wordpress e-store going with custom fields.
-
Wordpress plugin php problem
Ok, so just in case anyone else ends up with this problem. I deactivated and deleted the plugin. Then manually added modernizr into the head.php. This fixed the problem.
-
Wordpress plugin php problem
oh boy, so the author of the plugin released an upgrade that was supposed to fix the problem, but it only fixed it in Firefox. Error still shows in IE and Safari! Even with it deactivated and deleted! I wish I would of never even messed with it!
-
Wordpress plugin php problem
and btw, line 23 in the plugin's php file is this: function rw_modernizr_nojs($classes, $class) { And the only reason why I wanted to try the plugin, was because IE wasn't recognizing my tag even with modernizr being linked to.
-
Wordpress plugin php problem
yeah, I did make sure to not call modernizr twice. I took it out of the reset's header.php. I also forgot to mention that the error is still there even if the plugin isn't active and deleted from the server! Very odd.
-
LINKS or hover states not working in all browsers BUT IE.
AGH! haha, thank you guys! That's what I get for re-using my last projects template. I used a lot of the same code and forgot about the slider! I appreciate it!
-
LINKS or hover states not working in all browsers BUT IE.
oh and please also keep in mind, that I've played around with different variations too. I've tried using the .gation class instead of using "nav". In other words: "ul.gation li a" instead of just "nav li a". …
-
Browser Facts - New Website about the different browsers available - Feedback wanted
Great job so far man, looks good! I would also agree that it should probably be one of the other. Either your personal feelings on each browser, or straight facts. Yeah, it's terrible how some people can't seem to give constructive critic…
-
Possible to disable FIREFOX from asking "Do you want to download plug-ins for this page?"?
hmmm, I'm aware of Modernizer, but I always thought of it as a way to get IE looking better. How would I use it in this situation?
-
HTML5 Audio element not working in Firefox.
I got it figured out. It did have to do with the server being a microsoft shared server. Go figure, right! Anyway, if anyone else ends up having this problem, just contact the hosting company and ask them to add .ogg as a MIME type to that server an…