Featured Content Gallery | WordPress Plugin | iePlexus

Blank Box

New releases, ideas for the future, and known issues

Blank Box

PostBy jacky on Fri May 27, 2011 7:13 am

Hi I am having a problem of only seeing a blank box on my FCG. I put it on the index page
putting the code: <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> in index.php.

The code in index.php is:
<?php get_header(); ?>

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>

<div id="content">

<?php // search reminder
if ( is_category() ) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Category', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
elseif (is_tag()) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Tag', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
elseif (is_search()) :
printf('<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Search results for &#8220;%s&#8221;', 'wallow' ) . '</p></div>', '<strong>' . esc_html( get_search_query() ) . '</strong>' );
elseif (is_date()) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Archives', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
endif;
?>

<?php if ( have_posts() ) {
while ( have_posts() ) : the_post(); ?>



<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<?php the_post_thumbnail( array( 150,150 ), array( 'class' => 'alignleft' ) ); ?>
<h3 class="storytitle">
<a href="<?php the_permalink() ?>" rel="bookmark">
<?php
$post_title = the_title_attribute( 'echo=0' );
if ( !$post_title ) { _e( '(no title)', 'wallow' ); } else { echo $post_title; }
?>
</a>
</h3>

<div class="storycontent">
<?php the_content(); ?>
</div>
<div>
<?php wp_link_pages( 'before=<div class="meta comment_tools">' . __( 'Pages', 'wallow' ) . ':&after=</div>' ); ?>
</div>
<div class="fixfloat"> </div>
</div>

<?php endwhile;
} else {
?><p><?php _e( 'Sorry, no posts matched your criteria.', 'wallow' );?></p><?php
} ?>

<div id="nav_pages">
<?php posts_nav_link( ' &#8212; ', '&laquo; ' . __( 'Newer Posts', 'wallow' ), __( 'Older Posts', 'wallow' ) . ' &raquo;'); ?>
</div>

</div>

<?php get_footer(); ?>


Do you know what is wrong with it? And what should I do? The theme I am using is wallow 0.46.4

Thank you
jacky
 
Posts: 2
Joined: Thu May 26, 2011 12:40 pm

Re: Blank Box

Thank you for using the Featured Content Gallery Forum
 

Re: Blank Box

PostBy admin on Fri May 27, 2011 7:51 am

url?
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA


Return to Development, Improvement, and Conflicts

Who is online

Users browsing this forum: No registered users and 0 guests

cron