Aimee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: NextGen Gallery: Galleries don’t display after 2.8!@othellobloke What are you looking at? I don’t have the bad behavior plugin, and I’m pretty sure I have Thickbox installed. I’m using it now.
Forum: Fixing WordPress
In reply to: NextGen Gallery: Galleries don’t display after 2.8!I FIGURED IT OUT!!!
On the options part of NGG, just remove the rel=”%GALLERY_NAME%” and the Thickbox will work. So, I guess this is a temporary fix until Alex figures out a way to get the REL’s back working properly.
Forum: Fixing WordPress
In reply to: NextGen Gallery: Galleries don’t display after 2.8!I can’t delete the database tables and reinstall the entire plugin — I have like 1000 photos stored.
Forum: Fixing WordPress
In reply to: NextGen Gallery: Galleries don’t display after 2.8!Bump. Would REALLY like a fix for this. This is annoying.
Forum: Fixing WordPress
In reply to: NextGen Gallery: Galleries don’t display after 2.8!Yup, I’m getting the same problems too. I made sure jquery.js loaded before the thickbox files — yep. This happened after I upgraded to WP 2.8 and NGG.
Now, the thickbox works if I manually embed my own images. But the Thickbox does not work through NGG. It just shows the loading image.
Forum: Fixing WordPress
In reply to: Won’t let me modify the default Thickbox.This SUCKS. Bump….
Forum: Fixing WordPress
In reply to: Category display in a pageI’ve installed Exec-PHP onto my WP, then I put the
<?php wp_list_categories('show_count=1&exclude&title_li='); ?>
category code onto my archives page.…It’s a lazy way of doing it, but it works for now.
Exec-PHP can be downloaded here: https://www.ads-software.com/extend/plugins/exec-php/
Forum: Fixing WordPress
In reply to: What is wrong with my categories? It only shows one entry!What the heck…for months I’ve been trying to get help with this. And people always run away!!
Aghhhh.
Forum: Fixing WordPress
In reply to: What is wrong with my categories? It only shows one entry!Yes!
<?php /* Template Name: Categories Page */ ?> <?php get_header(); ?> <div id="content_wrapper"> <div class="main_content"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="main_box"> <div class="main_box_inside"> <div class="main_box_content"> <h2><span><img src="https://www.emmafrostfiles.com/images/newspaper.png" title="<?php the_title() ?>" alt="<?php the_title() ?>"/> Latest News Item</span></h2> <div class="real_content"> <h3><?php the_title() ?></h3> <div class="date"><?php the_date() ?> at <?php the_time() ?></div> <?php the_content('<img src="https://www.emmafrostfiles.com/wp-content/themes/eff_v3/images/read_more_button.gif" alt="Read More" title="Read More"/>'); ?><br /> <div class="hr"></div> <small>Posted in <?php the_category(',', 'parents' ); ?> by <?php the_author_nickname(); ?> | <a href="<?php the_permalink(); ?>#respond" title="respond"><img src="https://www.emmafrostfiles.com/images/comment_add.png" alt="respond"/></a> | <img src="https://www.emmafrostfiles.com/images/comments.png" alt="comments"/> <a href="<?php comments_link(); ?>"><?php comments_number('no comments','1 comment','% comments'); ?></a> | <img src="https://www.emmafrostfiles.com/images/page_white_link.png" alt=""/> <a href="<?php the_permalink(); ?>" title="Permalink">Permalink</a></small> <?php previous_posts_link('Previous', '0'); ?> <?php next_posts_link('Next', '0)'); ?> </div><!--end of real_content--> </div><!--end of main_box_content--> </div><!--end of main_box_inside--> </div><!--end of main_box--> <?php endwhile; else: ?><?php endif; ?> </div><!--end of main_content--> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: What is wrong with my categories? It only shows one entry!Well…how do I do that?
Forum: Fixing WordPress
In reply to: What is wrong with my categories? It only shows one entry!Example: https://www.emmafrostfiles.com/category/previews/
Only shows one post when there are at least over 20 entries categorized under previews. The next post and previous links won’t show either!
Here’s the loop I have in the category.php:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
html post stuff here
<?php endwhile; else: ?><?php endif; ?>
Forum: Plugins
In reply to: Hire someone to write WP plugin?I’m sorry! Okay, if you’re interested, contact me at aimeeml [at] google mail [dot] communications. Of course that equals @gmail.com
Forum: Everything else WordPress
In reply to: WordPress as a CMS ExamplesForum: Fixing WordPress
In reply to: Next/Previous links in search show same links every time!Bump..help…bump.
Forum: Fixing WordPress
In reply to: Next/Previous links in search show same links every time!Bump…?