Peter144
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] toggle menuresolved!
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] toggle menui found the reason why the toggle menu is not function.
i changed all back to twenty eleven (function.php, styles.css, and the js data), but the toggle menu is not function.
Then i found a little code (jquery code) in my footer that f****d my toggle menu when i activated nextgen gallery. it was my own mistake and nextgen gallery has nothing todo with.
so, thanks Nextgen gallery you make a great work!!!
Peter
Forum: Plugins
In reply to: [Plugin: Fluency Admin] WP3.0Hi,
i have upgrade to WP3.0 today on 3 client sites. Now i have Porblems with the fluency-admin plugin. When i click the hide menü button – the menü will hide but the button is clear. The menü cannot be open again.
Thats in all of my site’s i use fluency admin on WP3 system.
Forum: Plugins
In reply to: WordPress.com Forums » Support Problems with Search Every Custom FieldOk, the problem was the query.
It functions like this one:
<ul class=”menue” id=”menue”>
<?php $myposts = get_posts(‘cat=8&showposts=100’); foreach($myposts as $post) : ?>
<li class=”<?php the_category_unlinked(‘ ‘); ?>”>“>
<?php the_title();?><?php endforeach; ?>