StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Featured Content plugin says I need this..but do I? (http://www.studiopress.com/support/showthread.php?t=11963)

eastgirl 08-01-2009 04:45 PM

Featured Content plugin says I need this..but do I?
 
The Featured Content plugin says that I need to have this code, in order for it to work. My question is....does Rev News already have this code? If not, where do I paste it?

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

thanks much!

adew 08-01-2009 05:14 PM

Re: Featured Content plugin says I need this..but do I?
 
Yes, you need this. Put it in the relevant template file (eg home.php for the homepage) where you want it to appear on the page. You may need to add some CSS to style.css to control the layout of the gallery within the page.

eastgirl 08-01-2009 11:03 PM

Re: Featured Content plugin says I need this..but do I?
 
Where specifically does it need to go in home.php ? I also have to do something to the stylesheet???

adew 08-02-2009 02:43 AM

Re: Featured Content plugin says I need this..but do I?
 
Post your URL and describe where you want the FCG to appear. Also, post your home.php file.

As for the CSS - yes, you may need to make some changes to accommodate the FCG, but we won't know for sure until you've got the plugin running on your site.

adew 08-02-2009 01:18 PM

Re: Featured Content plugin says I need this..but do I?
 
If you're replacing your tabber with the FCG, replace this code in home.php:
Code:

<?php include(TEMPLATEPATH."/tabber.php");?>
with this:
Code:

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Once you've done that, it will be easier to see if any CSS needs adjusting.

eastgirl 08-02-2009 03:15 PM

Re: Featured Content plugin says I need this..but do I?
 
Thanks!

bellgroup 08-06-2009 10:14 PM

Re: Featured Content plugin says I need this..but do I?
 
I need HELP with this, I have done everything that I can find to set up this program in my new site and can not get it to display even. I have been through several different tutorials, nothin. Can someone please help me. www.homeplansbydiamonddesign.com

adew 08-07-2009 11:38 AM

Re: Featured Content plugin says I need this..but do I?
 
Quote:

Originally Posted by bellgroup
I need HELP with this, I have done everything that I can find to set up this program in my new site and can not get it to display even. I have been through several different tutorials, nothin. Can someone please help me. http://www.homeplansbydiamonddesign.com

Hi,

If you've been through the tutorials here and followed them to the letter, your next step is to get support at the plugin's site:
www.featuredcontentgallery.com


All times are GMT -5. The time now is 04:45 PM.

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