LimeX
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
Will you enable regular Js/jQuery compression? :)
-
eCommerce - Shopping-cart-dropdown bug - Rebinding after "Add to cart" fails
I solved it myself by going into the Source JS code that executed the buy-function and adding dropDown(); there! Thanks for the help anyways! :)
-
eCommerce - Shopping-cart-dropdown bug - Rebinding after "Add to cart" fails
Thanks Mottie! The dropdown cart is in the top right of the page! Then, when the "Köp!" (Buy in Swedish) button gets pressed, the content gets refreshed by AJAX, and that's when the problem comes up. So do you mean that if I would li…
-
eCommerce - Shopping-cart-dropdown bug - Rebinding after "Add to cart" fails
Im not looking for alternatives, I'm looking for a jQuery solution to solve this one problem where the cart bugs out! :)
-
eCommerce - Shopping-cart-dropdown bug - Rebinding after "Add to cart" fails
Yeah, I will do that Next time, Open Cart or Shopify seems good aswell! :) However, wp ecommerce itself isnt any bad, it's just my Ajax/jQuery skills that fails me... Thanks anyway!
-
Replace string (SEK) on every occurance
Thanks alot! I will look into hooks and also in the source code to see if I can change the main PHP function, but this is a great solution meanwhile. Once again, thanks!
-
Fixed width sidebar overlapping content - z-index not working!
Thanks Merri, that solved it! Ill go and read some more about positioning... ;)
-
Should I Care About Making My Site Fit on 1024x768 Resolution?
Sadly enough, way too many use resolutions like 1024x768, and even lower. Company computers, cellphones, iPad and so on. If it's a big problem for you to redesign it, I would go with it as-is and check screen sizes with Google Analytics too se…
-
Trying to make some changes to my charity work photography tumblr - help much appreciated
You could definitely use this for #3! http://www.infinite-scroll.com/
-
Semi-Complex PHP Loop
I guess you could try something like this: " alt="" /> "> …
-
What apps are missing from your life?
An app like f.lux for android would be pretty nice. There already is one for Jailbroken devices, and unless apple let's developer apps gain access and change system settings such as Brightness, there will never be an app store app like f.l…
-
Codekit - Windows Alternative
http://mixture.io/ THAT'S IT! I just bought Compass.app though, hahah. But thank you heaps!
-
Codekit - Windows Alternative
Is Codekit available for window No, currently it is a OSX only app.
-
Codekit - Windows Alternative
Nope, it wasn't fire or compass. I'm really close to buying compass, however it feels like a bit of waste if a free alternative is being released soon. Thanks though!
-
SEO Question - Image next to result
Doesn't that happen when you sign up for a Google+ account and enter your site? /cc: @chriscoyier Yeah, you are right! Thank you!
-
Fixed video box in bottom right or bottom left corner.
I'm not sure if the last part was a question.. anyhow: $('.close').on('click', function(){ $('.video-container').css('display', 'none'); });
-
Wordpress custom post types: Uploading custom number of images
I've tried it, and its great! :) Thanks for your help!
-
Wordpress custom post types: Uploading custom number of images
Such as this? http://wordpress.org/extend/plugins/attachments/
-
Grid + Dropdown menu Overflow problem
omg -.- Thank you, I was right. (probably something that makes me look like a complete moron) I feel terrible.
-
jQuery onClick div split
Update: Tried to solve it like this, however it didn't work, and I don't know why. http://codepen.io/anon/pen/tndxj
-
Min-Height Stuff...
I might have gotten your request wrong, but isn't just using the min-height: 500px; the solution? Or were you asking for something more? :)
-
jQuery onClick div split
I think I know how to solve this... If I create two classes, closed and open, and set an if function that says: onClick, if element has a class of open, removeClass open and addClass Closed. But since I kind of suck at jQuery I would love to get som…
-
jQuery onClick div split
Thanks for the replies, and that was the part I figured out myself, only that my english stopped me from expressing it ;) Now I just need some help to solve it.
-
1920px slider images centred
It did update now, thank you for the help! :)
-
1920px slider images centred
That doesn't solve my problem since I can't use the "background-image" technique :)
-
1920px slider images centred
Since I have a slider for wordpress where each image is wrapped withing an img tag, this won't work. However, if someone knew a Wordpress jQuery plugin slider that uses background images instead of , it would solve my problem :)
-
Trying to design a dropdown menu - Help to enchance it.
Hi! Thanks for all the replies, I made a Fiddle so that you can experiment... :) @JPC776 Thanks, but I already know how to make a dropdown menu, I only want to know how to do this specific one as seen in the example... :) @mtedwards Yeah, the onM…