Featured Content Gallery | WordPress Plugin | iePlexus

Installing Featured Content Gallery on Lifestyle Studiopress

General WordPress and FCG plugin discussion

Installing Featured Content Gallery on Lifestyle Studiopress

PostBy g0geta2000 on Sun Aug 07, 2011 9:08 am

Hi All,

I need help install the Featured Content Gallery code on the new Lifestyle Studiopress. I have successfully installed it before on the old Lifestyle Studiopress. With this new theme I can't see the "Main Temple Page" to edit. My current options in Appearance> Editor is...

Landing Page Template,
Portfolio Page Template
Theme Functions
home.php
Styles

Can anyone help!!
Attachments
FCG Help.jpg
Need Help with the FCG
FCG Help.jpg (198.53 KiB) Viewed 286 times
g0geta2000
 
Posts: 1
Joined: Sun Aug 07, 2011 8:56 am

Re: Installing Featured Content Gallery on Lifestyle Studiopress

Thank you for using the Featured Content Gallery Forum
 

Re: Installing Featured Content Gallery on Lifestyle Studiopress

PostBy admin on Mon Aug 08, 2011 8:55 am

try to put it on home.php
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: Installing Featured Content Gallery on Lifestyle Studiopress

PostBy streetradio on Thu Sep 15, 2011 4:07 pm

Help! I just installed the Feature Content Gallery plugins to the new StudioPress Lifestyle theme. I copy and the code specified in the home.php, but I getting a few error message. Where is the proper place to paste the code? I would really appreciate the help. Here's the codes:

<?php
remove_action( 'genesis_loop', 'genesis_do_loop' );
add_action( 'genesis_loop', 'lifestyle_home_loop_helper' );
/**
* Add widget support for homepage. If no widgets active, display the default loop.
*
*/
function lifestyle_home_loop_helper() {

if ( is_active_sidebar( 'home' ) || is_active_sidebar( 'home-left' ) || is_active_sidebar( 'home-right' ) ) {

dynamic_sidebar( 'home' );

if ( is_active_sidebar( 'home-left' ) ) {
echo '<div id="homepage-left">';
dynamic_sidebar( 'home-left' );
echo '</div><!-- end #homepage-left -->';
}

if ( is_active_sidebar( 'home-right' ) ) {
echo '<div id="homepage-right">';
dynamic_sidebar( 'home-right' );
echo '</div><!-- end #homepage-right -->';
}

}
else {
genesis_standard_loop();
}

}

genesis();
streetradio
 
Posts: 1
Joined: Thu Sep 15, 2011 3:59 pm


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest