nlex
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: FadeIn Effect using JqueryThanks a lot for your help.
No i haven’t done that. I was suspecting something like this but i think the WP document doesn’t mention it ? Or maybe i just didn’t understood…
Anyway when i look in Safari developement tools (similar to FIreBug or such), i can see the loaded script and i see it loads both jQuery and my ‘fade’ miniscript so i’m not sure thats the problem…Anyway i added the line :
<?php wp_enqueue_script('jquery');?>
(of course before end of ‘head’)But, that doesn’t help ! ??
if you want to check by yourself :
https://alturl.com/pjwp
The 1st image should fadein (i know i have a bug in my sidebar but… one things after another…)Forum: Themes and Templates
In reply to: Display posts as thumbsThanks, gonna try it, looks good
Forum: Plugins
In reply to: Retreive First Image From Postthanks a lot ??
Forum: Themes and Templates
In reply to: Display posts as thumbsOh and, i found this code before your post, in the french wordpress forum, and it works, i need to compare the method, but i publish it here, for memory.
<div id="galerie-container"> <ul id="galerie-liste"> <?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?> <li> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <img src="<? $cid = $post->ID; $values = get_post_custom_values('thumb', $cid); echo $values[0]; ?>" alt="<? the_title(); ?>" /> <strong><?php the_title(); ?></strong><br /><br /> <span> <span class="reference-detail">Valeur1 :</span><?php $values = get_post_custom_values('valeur1', $cid); echo $values[0]; ?><br /> <span class="reference-detail">Valeur2 :</span><?php $values = get_post_custom_values('valeur2', $cid); echo $values[0]; ?> </span> </a> </li> <?php endwhile; ?> <?php endif; ?> </ul> </div> <!-- fin "galerie-container" -->
Forum: Themes and Templates
In reply to: Display posts as thumbsIn fact i put my thumbs in a thumbs folder in uploads ‘by hand’, i don’t want something automatic, there. But its interesting anyway…
Jeez i would like to be able to learn how to do that myself : do you think i need to learn Php ?
Forum: Plugins
In reply to: Retreive First Image From PostWhat should i do to create a list of posts – as thumbs – of a specific category, using your method ?
Forum: Themes and Templates
In reply to: Display posts as thumbsAny idea ?
I’ve tried different things but i’m afraid my PHP abilities are near zero, i wish i could leanr to do that thing my self but i’m not even sure where to start (html ? php ? wordpress tags ? something else )…
Forum: Themes and Templates
In reply to: Display posts as thumbsSeems nice, thanks
OK now, what if i want to display a list of post titles and thumbs of a categorie, using your method ? ??
Forum: Plugins
In reply to: Retreive First Image From PostVery interesting, thanks for sharing, is it possible to specifiy an image : i’m not interested to make something automatic in this : want to generate the thumb myself and just ‘link’ it to a post (my site is not a blog site…)
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?I would like, too, to avoid Post Thumb revisited in the future because it’s not more developed.
I’m using it, not to generate the thumb (this, i don’t care, i prefer to do it by hand) but to display a list of thumbs instead of displaying a list of post, on my site. (i use wordpress as a portfolio site, not as a blog).
Is there a way i can write a small function to do this ? Problem is i have never done any php and i know nothing about it… :/
Forum: Installing WordPress
In reply to: 2 blogs one hostIt seems i have allready done all this : i have 2 different DB, i have updated my config file, but it still doesn’t work…
Forum: Themes and Templates
In reply to: categories widget prevent css targetingi think it change when you move it in your sidebar
Forum: Fixing WordPress
In reply to: Show Last Updated Date/Timesame
Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] Alternative plugin?why needing a plugin to do something so simple, why not make in inside WordPress ??
Forum: Fixing WordPress
In reply to: My categories got hidden….pls helpSame here, with WP 2.5.1