| bio | website | |
|---|---|---|
| location | Netherlands | |
| age | 27 | |
| visits | member for | 2 years, 1 month |
| seen | Jan 30 at 10:29 | |
| stats | profile views | 5 |
After using stackoverflow for a few years (i pretty much always find a awnser to any question i have here) i decided i might aswell awnser some questions myself.
|
Dec 10 |
comment |
Wordpress - Own Plugin - get_option returns nothing in specific cases Bah, had to move on, so went for the far-from-perfect 'fix' of a hidden field... Any tips pointers etc still highly appreciated |
|
Dec 7 |
revised |
Wordpress - Own Plugin - get_option returns nothing in specific cases fixed some typo's, sorry for my bad english :( |
|
Dec 7 |
asked | Wordpress - Own Plugin - get_option returns nothing in specific cases |
|
Dec 5 |
comment |
Fetching changeset list via GIT That command is meant to be ran in a shell, when you run it it expects to find a git repo in the directory you run it from. If your not using shell, your prolly better off just installing some gui, heres a list git-scm.com/downloads/guis |
|
Nov 27 |
awarded | Supporter |
|
Nov 27 |
comment |
Mootools script will not work in internet explorer 7 (it has, thanks :) also @Dimitar since honestly i didnt know voting needed rep, gave u both some rep aswell) |
|
Nov 27 |
comment |
Fetching changeset list via GIT My pleasure, learned something myself too (the date range args) :D |
|
Nov 23 |
comment |
How to redirect contact form to thank you page Oh right, good point |
|
Nov 22 |
answered | How to redirect contact form to thank you page |
|
Nov 22 |
comment |
Correct way to include jquery scripts in Wordpress? Oh shi- another thing learned :D thanks/my bad! |
|
Nov 22 |
comment |
IE=EmulateIE8 not working? Where did you find the chrome=1 part? that requires a plugin in IE that virually nobody will ever have.
Did you place the meta tag in your <head>? And can you share a link where we can see it not working? |
|
Nov 22 |
comment |
Correct way to include jquery scripts in Wordpress? Just for good measure (dont take this the wrong way) but did you try jquery(function) or jQuery(function) ? because it has to be the second one to work. And did you try to put it in a dom ready event? |
|
Nov 22 |
answered | How to avoid page break inside table row for wkhtmltopdf |
|
Nov 22 |
comment |
Mootools script will not work in internet explorer 7 My pleasure :) (oh and since your new here, its in no way a must, but usually people 'vote up' a awnser once they have resolved their issue, so you may wanna press the little arrow up above the 0 on my 'large awnser', dont feel pressured too though, just saying) |
|
Nov 22 |
comment |
Mootools script will not work in internet explorer 7 To follow up, heres how i would make such a functionality: jsfiddle.net/2jZz5/4 (please note i didnt touch 'clix' since i was clueless what that does) its less css, elements and js, works fine in IE7, but idk if your ok with using negative 'margins' |
|
Nov 22 |
comment |
Mootools script will not work in internet explorer 7 Dont feel silly, i do this for a living and still make typos and then waste half a day trying to find whats wrong ;) i've learned it usually helps ALOT if you let somebody else have a look, when your not working on it the missing formatting usually jumps out. About further differences, yeah, IE7 does CSS differently, theres enormous amounts of sites and books written about it (IE in general) Honestlly im not really sure whats the deal with the '#test2' div falling below the button while it morphs, you may wanna rethink the html structure though. |
|
Nov 22 |
comment |
Jquery Sliders wont work No idea, any chance you can share the url this resides on? would simplify aiding you remarkably |
|
Nov 22 |
comment |
Jquery Sliders wont work You sure? in the example 'code' you have a different order. |
|
Nov 22 |
answered | Mootools script will not work in internet explorer 7 |
|
Nov 22 |
comment |
Jquery Sliders wont work Try this, you should reference jQuery, not the actual noConflict call. jQuery.noConflict();
var $j = jQuery;
$j(document).ready(function() { ... }); |