StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 06-10-2009, 01:53 PM
nation nation is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Posts: 80
Default Re: widening the FCG - found a solution - steps inside

I worked with a great CSS master friend of mine and fixed it ... here are the steps, best I remember/know:

1. change the stuff within the FCG admin
2. replace the top of the file with the below
Code:
<?php get_header(); ?>

<div id="content">
 
		<?php /*Check for the 'gallery_styles' function. If it's there, then include it. If not, do nothing*/ ?>
		<?php if (function_exists('gallery_styles')) : ?>
		
        <div id="contentleft">
			
            <div class="postarea">
            
				<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
                
			</div>



		<?php endif; ?>
	 		<div id="homepage">  									
			<div class="homepagenews">
3. delete these areas from CSS (unused now):
featuredtop
homepagetop

There might have been a couple more little things I did, but that works for me.
__________________
JonathanNation.com
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Steps to go live with theme dpolome General Discussion 6 02-08-2011 03:16 PM
Visual Editor Deletes ImageMap HTML - I think i found solution but cant remember it! mhartgering General Discussion 1 04-03-2010 08:23 PM
Help widening my theme surfduke General Discussion 4 03-24-2010 11:02 AM


All times are GMT -5. The time now is 11:22 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.