Featured Content Gallery | WordPress Plugin | iePlexus

Insert spacing below FCG

Downloading, installing, upgrading, and configuring the FCG plugin

Insert spacing below FCG

PostBy BufordCreek on Thu Aug 13, 2009 12:35 pm

Hi - I have just implemented your plug-in and love it. The only thing I can't figure out is how to get some white space below the FCG so it's not sitting flush against my first post title. webiste is: www.sportsthenandnow.com. I am using Wordpress 2.8 and have had no issues installing and configuring. The spacing is more of a design preference really. I am not really a coder, so I'm afraid to monkey with the code I pasted to the template without knowing what may work. Any suggestions will be appreciated!

Thanks!
BufordCreek
 
Posts: 3
Joined: Thu Aug 13, 2009 12:30 pm

Re: Insert spacing below FCG

Thank you for using the Featured Content Gallery Forum
 

Re: Insert spacing below FCG

PostBy admin on Thu Aug 13, 2009 12:53 pm

show me the code of page where you put gallery call
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

Re: Insert spacing below FCG

PostBy BufordCreek on Thu Aug 13, 2009 12:56 pm

Sure - here is the code for the main index page:

<?php get_header(); ?>

<div id="content-wrap">
<div id="content">
<div class="gap">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2 class="post-title"><a class="intitle" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?>
</a> <span class="commr">
<?php comments_popup_link('0', '1', '%'); ?>
</span></h2>
<div class="timr"> Posted on
<?php the_time('F d, Y') ?>
by
<?php the_author() ?>
<?php edit_post_link('e', '<span class="editr">[', '] </span>'); ?>
</div>
<div class="entry">
<?php the_content('Read the rest of this entry &rarr;'); ?>
</div>
<p class="postmetadata">
<?php the_tags('Tags: ',', ','<br />');?>
<span class="catr">Category
<?php the_category(', ') ?>
</span> </p>
</div>
<?php endwhile; ?>

<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
<div class="navigation">
<div class="alignleft">
<?php next_posts_link('&larr; Previous Entries') ?>
</div>
<div class="alignright">
<?php previous_posts_link('Next Entries &rarr;') ?>
</div>
</div>
<?php } ?>

<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div> <!-- /gap -->
</div> <!-- /content -->
</div> <!-- /content-wrap -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
BufordCreek
 
Posts: 3
Joined: Thu Aug 13, 2009 12:30 pm

Re: Insert spacing below FCG

PostBy admin on Thu Aug 13, 2009 12:58 pm

try to put
Code: Select all
<br><br><br>

before
Code: Select all
<?php if (have_posts()) : ?>
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

Re: Insert spacing below FCG

PostBy BufordCreek on Thu Aug 13, 2009 1:02 pm

Worked like a dream! Thank you so much! I really appreciate the help.
BufordCreek
 
Posts: 3
Joined: Thu Aug 13, 2009 12:30 pm

Re: Insert spacing below FCG

PostBy admin on Thu Aug 13, 2009 1:08 pm

yw
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 Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests