Featured Content Gallery | WordPress Plugin | iePlexus

Positioning the FCG

Customizing the FCG plugin and more

Positioning the FCG

PostBy jamilyknight on Thu Apr 28, 2011 9:34 am

Just installed FCG. Its working great, but I want to change the position. I want to move it over to the right further and leave some space below the box before the blog posts.
www.whitecatfurniture.com

I tried adding padding code to the php files but it moved everything over, not just the FCG. here is where i have my current code imbedded in the index.php and I am using Weaver theme:

?>
<?php get_header(); ?>
<div id="container" class="container-index-loop">

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php
weaver_put_wvr_widgetarea('sitewide-top-widget-area','ttw-site-top-widget');
weaver_put_wvr_widgetarea('top-widget-area','ttw-top-widget','ttw_hide_widg_posts');
weaver_put_perpage_widgetarea();
?>
<div id="content" role="main">
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( 'loop', 'index' );
?>
</div><!-- #content -->
<?php weaver_put_wvr_widgetarea('bottom-widget-area','ttw-bot-widget','ttw_hide_widg_posts'); ?>
<?php weaver_put_wvr_widgetarea('sitewide-bottom-widget-area','ttw-site-bot-widget'); ?>
</div><!-- #container -->

<?php get_sidebar(); ?>
<?php get_footer(); ?>
jamilyknight
 
Posts: 1
Joined: Thu Apr 28, 2011 9:25 am

Re: Positioning the FCG

Thank you for using the Featured Content Gallery Forum
 

Re: Positioning the FCG

PostBy admin on Thu Apr 28, 2011 10:06 am

in any of your scc files, theme or fcg, just add this style
Code: Select all
#featured
{
padding-left:40px;
padding-bottom:30px;
}

and then play with numbers until you find the best position
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: Positioning the FCG

PostBy paulbridgeman on Mon Aug 15, 2011 3:08 am

Hi.
Further to this post, I am still having problems repositioning my FCG. When I add the padding to any of my CSS files, nothing happens. Does it need to place in a certain place?
paulbridgeman
 
Posts: 1
Joined: Mon Aug 15, 2011 3:06 am

Re: Positioning the FCG

PostBy admin on Mon Aug 15, 2011 8:45 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 Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests

cron