glaze0101
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Links] Paragraph BreaksPERFECT! I knew I was missing something simple. Thank you. (great plugin BTW)
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] RandomNevermind, I figured this out by just setting the order to rand
I am having the same issue. Anyone figure this one out?
I have deactivated, reinstalled. Im running the latest everything. It was happening before and after I upgraded to WP 3.5 (from 3.4.2) Also, it was working on this site. Now it is not.
I have this plugin running fine on a bunch of other sites on my server with same set of other plugins (thinking of conflicts)
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] Custom Post TypeI ran into this problem as well. Works fine for regular posts and pages, but not for my custom post types.
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] What is the code to insert?<?php if (function_exists(“easing_slider”)){ easing_slider(); }; ?>
Forum: Plugins
In reply to: Smooth SliderIm having the same issue. Did you figure this out?
Forum: Plugins
In reply to: [Smooth Slider] [Plugin: Smooth Slider] remove borders from full width sliderFor me the issue was that in my theme css
#content img was set to 640
changed that and the issue was fixedForum: Fixing WordPress
In reply to: Any way to stop Gallery Shortcode from including the Featured Image?I am having the same issue and excluding the “featured images” is one option but not ideal for my client who can barely add a gallery.
Forum: Plugins
In reply to: [gallery] link from single thumbnailask2 did you figure this out?
Forum: Fixing WordPress
In reply to: Different Sidebar Content for Different Pages?Forum: Fixing WordPress
In reply to: [Plugin: Kimili Flash Embed] Kimili not working for meI am having the same problem. Works fine in firefox but not in IE (testing in IE 7 probably screwed up in IE 6 as well)
Forum: Fixing WordPress
In reply to: query_posts, display 1 page and posts from select category?I do something similar however, I cant figure out how to put in the navigation when I have more than 15 posts (i.e. to see the next 15 older posts) Other than that this works:
<?php get_header(); ?> <div id="content" class="narrowcolumn"> <div id="entry"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="content_top"> <h2><?php the_title(); ?></h2> </div> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> <div class="search"> Search: <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <?php $lastposts = get_posts('numberposts=15&category=17&orderby=ID&order=ASC'); foreach($lastposts as $post) : setup_postdata($post); ?> <div id="subentry"> <?php global $more; $more = 0; ?> <h3><em><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a></em></h3> <p><?php the_excerpt(); ?> <p><a href="<?php the_permalink() ?>">Read more of what God says about "<?php the_title(); ?>" ...</a> </p><div class="line"></div></p> </div> <?php endforeach; ?> </div> <?php endwhile; endif; ?>Forum: Installing WordPress
In reply to: Upgrade to 2.6 – Admin Login ProblemTry clearing your ht.access file as well.
I figured out the issue. You will note that version 3.1 is for WP 2.6 If you are running WP 2.5.1 you must use the 3.0.1 version of this plugin. Installed and works fine now.
Awesome plugin thanks!
I am having the same problem. Please post if you figure out what is wrong here.