bogus
-
Change li background colour?
yeah, but can't i just toggle it by the JS itself? $(document).ready(function () { $(".options").slideUp(); $(".optionstoggle").click(function() { var toggletext = $(this).closest("div").find(".options&qu…
-
Change li background colour?
mhh this doesn't do anything, does it? I think I have to toggle the background colour by setting a css property by JS. But I don't know how I select the li (and only that one) that is currently opened. Haven't got to learn JS properl…
-
Spacing between two floating lists
What Melindrea said works: CodePen. Thank you! @jozsef & Hugo: could not get it to work with float:right. Maybe you can fork?
-
Spacing between two floating lists
I wan't to separate only the uls not the lis. as you can see in my CodePen there's not even a way to define the distance between the two uls. even when i set the ul properties to margin-left:0px;
-
Small JS bump needed
That's it. I'm embarrassed. Thank you, Carl!
-
Small JS bump needed
yeah sure. I've put it up: Tingeltangel you see? the preloader image won't fade. :( I think it's only a small thing somehow...
-
Small JS bump needed
Yes and that's working quite well. I only need my preloader set so he knows when the image is isloaded inside the div. the backstretch itself is perfectly okay..
-
Fading div out smoothly
wowo that worked. I took out the .hide and no it's fading out smoothly! but how will i get to fade it in when the page loads? now it's just there..
-
Preloading background images that are in an inline style
I tried to direct another script to the style attribute but to no avail :( Anybody got a clue what's the problem here?
-
Preloading background images that are in an inline style
Thanks for your replies guys! @Hompimpa: mhhh it doesn't seem to work. The images don't show up any more when i change 'style' to 'data-background'. Maybe WP don't like messing with this output?
-
CSS Rollover Breaks masonry
i don't think there will be too much trouble with usability since the tag links are quite big in size as you can see here http://tingeltangel.megavillain.org/
-
CSS Rollover Breaks masonry
no. I'm more of a casual coder (as one can obviosly see), sorry :(
-
CSS Rollover Breaks masonry
but isn't the overlay already positioned absolutely?
-
How do i replicate this hover effect ?
yes i think so. but how? would you suggest putting the tags into an UL? I'm always affraid of not being able to adapt the thing to wordpress again.. what's the best way to get evrything working. especially with nonfixed container dimensio…
-
How do i replicate this hover effect ?
wow that's great but how do I get it to work with a whole div (not just an img) and additional links in the rollover like i have in my site mockup tingeltangel?
-
How do i replicate this hover effect ?
sure, chris! the link Kaladan posted (themejug galao theme) shows thumbnails with rollovers you can click on to show the post. The CSS solution you posted in this thread resembles the rollover effect perfectly except for the fact that the thumbnail…
-
How do i replicate this hover effect ?
I forked chris script again, because this is touching a problem that i too am facing atm. Codepen I assumed that a thumbnail image should be clickable (like it is in the original link Kaladan posted). With the CSS trick it is only clickable, where…
-
Getting thumbnail containers clickable....
hey, gotta dig this topic out again. Still i'm working on this website and I don't know how I would get the thumbnail containers clickable. I would like to have them linking to the post (via permalink) when you click them anywhere except…
-
A little Ajax+Wordpress help needed
I tried to modify it. and it doesn't work. :( as i've shown in my graphic in the first post, #main is my container, the grey boxes below are the posts that are put out by wordpress. I only need to get the single.php to open in #main. but …
-
A little Ajax+Wordpress help needed
ugs, the code paste in this forum is awful! In my code there was an additional div (#main), which should be the container element. the codebox ate it. here it is on codepen. sorry jamy!
-
A little Ajax+Wordpress help needed
its the code from my mockup which you can see here.
-
A little Ajax+Wordpress help needed
yay! here's my index.php markup
-
A little Ajax+Wordpress help needed
the code thing is broken somehow. I put the code on codepen here.
-
A little Ajax+Wordpress help needed
mhh. I'm fiddling around with your mockup and trying to get it in the direction i have in mind. now i've changed the position of the link, so it's positioned outside the div i want my content to appear in. That would resemble the sit…
-
A little Ajax+Wordpress help needed
just to doublecheck the way it works: after I click on a permalink it will fetch the data from single.php and fill the container div with that? i'm a noob :(
-
A little Ajax+Wordpress help needed
wow thanks jamy! do you think your code works with wordpress? I wonder if this line $content.load(link + ' .stuff', function(data){ need something wordpress specific (permalink) so it knows what to load?
-
Infinite scroll help needed
sure I did. the trouble is setting up a second pagination because the infinite scroll plugin for WP needs a link to load more posts. i don't know how to achieve that...