All of the gallery plugins that I’ve tried and many more do not work with my theme.
I think this has something to do with the fact that my theme uses the moo.fx script. To confirm this I tried the plugins with a normal theme (one that doesnt use moo.fx) and everything worked fine.
Does anyone know how to fix this or get around this problem as I really need to use the Simpleflickr plugin but can’t at the moment.
]]>SimpleFlickr just isn’t working for me.
When I browse to the test page here… (https://www.athique.co.uk/index.php/test-simpleflickr-gallery/
All I get is a message telling me that I need to upgrade or install flash player. I already have it installed, the latest version in fact. I can see the demo of it fine… https://www.joshgerdes.com/blog/photos/demo-simpleflickr/
Anyone know how to sort this out?
Thanks
]]>I got carried away doing stuff, and it did work at one time… but i changed something, cant seem to figure out why the comments won’t show up.
Here is the code i think i am having a problem with….
<div class="stretch" id="feedback">
<h2 id="comments">
<?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>
<?php if ( comments_open() ) : ?>
<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">»</a>
<?php endif; ?>
</h2>
<div class="stretcher"id="comments">
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>
<p>
<?php _e('Enter your password to view comments.'); ?>
</p>
<?php return; endif; ?>
<ol id="commentlist">
<?php foreach ($comments as $comment) : ?>
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
<p><cite>
<?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?>
<?php _e('by'); ?>
<?php comment_author_link() ?>
—
<?php comment_date() ?>
@ <a href="#comment-<?php comment_ID() ?>">
<?php comment_time() ?>
</a></cite>
<?php edit_comment_link(__("Edit This"), ' |'); ?>
</p>
</li>
<br />
<?php endforeach; ?>
</ol>
<br />
<br />
<?php if ( comments_open() ) : ?>
<h2 id="postcomment">
<?php _e('Leave a comment'); ?>
</h2>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p>
<?php else : ?>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?>
<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout »</a></p>
<?php else : ?>
<p>
My problem is that the comments (when there are comments) won’t show up in the box.
I don’t know how else to describe it….
you can check it out @ https://www.chrisandevie.com/blog/?page_id=68
I have modified the theme dark.cash 0.8. Now, comments work with ajax-effect (moo.fx). You can download it here.
Thanks!
]]>I would appreciate any pointer!
]]>Example here: https://www.viper007bond.com/archives/
Details here: https://www.viper007bond.com/wordpress-plugins/clean-archives-reloaded/
]]>With the recent release of my moo.fx archive plugin (CDC Clean Archives) I thought it would be handy to have the dashboard use the same functions.
This WordPress plugin was written with the ajax like moo.fx libraries found at: moofx.mad4milk.net. In addition to that, the excellent #wordpress channel on freenode irc for any advice/suggestions I got.
It’s not the most technically advanced plugin but I do have other enhancements in mind that will integrate this plugin with 3 or 4 other plugins to really make the dashboard be the nerve central of the wordpress admin section.
Tragically it does require replacing the actual index.php in the wp-admin folder (although you can modify the file yourself for security if you’d like by simply using the included index.php as a template for what needs changed).
Anyways to install this plugin all you need to do is upload the Moodash folder into your plugins folder and then copy the included index.php into your wp-admin folder and then activate the plugin.
]]>on my blog I cannot get moo.fx to work. I want the accordian effect to hide the post divs. Does anyone have a plugin for this?
thanks.
]]>thanks much. =)
]]>