Featured Content Gallery | WordPress Plugin | iePlexus

Plugin Not Working - Lifestyle Theme

General WordPress and FCG plugin discussion

Plugin Not Working - Lifestyle Theme

PostBy VisionsVa on Tue May 05, 2009 5:56 am

I did a search for Lifestyle Theme, read all the threads here, and did everything you suggested people do, yet my FCG plugin is not working. I am getting a blank white screen. http://www.rkdesignskbi.com/

I watched the video and did each step correctly. I created 4 posts with the custom fields, articleimg, featuredtext, and thumbnailimg. I checked to make sure the images were working in a browser.

The code <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> is in the home.php file, which is where it was in the theme already. I removed all the "if" statements around it.

ORIGINAL CODE:

<?php get_header(); ?>
<div id="content">
<div id="homepage">
<?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="homepagetop">
<div class="featuredtop">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> </div>
</div>
<?php endif; ?>


CURRENT CODE:

<?php get_header(); ?>
<div id="content">
<div id="homepage">
<div id="homepagetop">
<div class="featuredtop">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
</div>


I disabled all plugins except the FCG, Akismet, and the GBCF contact form. I originally deactivated Akismet and the contact form but that didn't help, so I reactivated them.

I activated the Default theme and put the FCG code in the sidebar. It didn't work. I ended up with a clear box with a black border.

What else is there? Is it my host? The host is Bluehost, if that helps.
VisionsVa
 
Posts: 5
Joined: Tue May 05, 2009 5:42 am

Re: Plugin Not Working - Lifestyle Theme

Thank you for using the Featured Content Gallery Forum
 

Re: Plugin Not Working - Lifestyle Theme

PostBy ddgdaily on Mon Jun 15, 2009 9:22 pm

Did you get this working, there seem to be a lot of posts on here about nothing but a white box showing up, but no replies. I think I will have to just deactivate it if I can't pind a solution asap, it's really holding up my site!!
ddgdaily
 
Posts: 1
Joined: Mon Jun 15, 2009 9:11 pm

Re: Plugin Not Working - Lifestyle Theme

PostBy VisionsVa on Tue Jun 16, 2009 4:55 am

No, I didn't. We replaced it with a static picture. I have a php code for a random picture that we may use, but the client really wanted it to work the way the plugin is supposed to work.

I'm going to Tweet Brian Gardner to see if he has any ideas.
VisionsVa
 
Posts: 5
Joined: Tue May 05, 2009 5:42 am

Re: Plugin Not Working - Lifestyle Theme

PostBy admin on Tue Jun 16, 2009 8:14 am

VisionsVa sorry you had your post since May 5, it was probably buried in other posts, please put your gallery call back for me to troubleshoot..without it I can not say what's wrong

ddgdaily
Did you get this working, there seem to be a lot of posts on here about nothing but a white box showing up, but no replies. I think I will have to just deactivate it if I can't pind a solution asap, it's really holding up my site!!

I am on this site..almost everyday, and this is free help, a lot of fixed sites, and a lot of replys, you should at least post your url here for me to look at..
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: Plugin Not Working - Lifestyle Theme

PostBy VisionsVa on Tue Jun 16, 2009 8:47 am

Thank you. I volunteer moderate a forum also so I know the work involved. Thank you for taking time away from your business to help mine.

Now, I don't know what a gallery call back is. Does that mean reinstall the plugin correctly?
VisionsVa
 
Posts: 5
Joined: Tue May 05, 2009 5:42 am

Re: Plugin Not Working - Lifestyle Theme

PostBy admin on Tue Jun 16, 2009 8:55 am

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
It looks like you removed this call from your site, put this line back into your home.php and I will take a look
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: Plugin Not Working - Lifestyle Theme

PostBy VisionsVa on Tue Jun 16, 2009 10:16 am

Ok, everything is back how it's supposed to be. The code is back in the home.php file. There are 2 gallery posts in the Featured category. I just watched the video again and followed the instructions to a T. Let's hope you can figure out where the issue is.
VisionsVa
 
Posts: 5
Joined: Tue May 05, 2009 5:42 am

Re: Plugin Not Working - Lifestyle Theme

PostBy admin on Tue Jun 16, 2009 10:46 am

in fcg options change the Slide Display Duration setting to be 9000, you have now "9 seconds", no words allowed in that field
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: Plugin Not Working - Lifestyle Theme

PostBy VisionsVa on Tue Jun 16, 2009 11:06 am

OMG! That fixed it! Geeze, I knew it had to be something simple since I followed the instructions perfectly. The thing is, the plugin installed with the words 9 seconds already there so I didn't change them.

Thank you for your help. My client is going to be very happy.
VisionsVa
 
Posts: 5
Joined: Tue May 05, 2009 5:42 am

Re: Plugin Not Working - Lifestyle Theme

PostBy admin on Tue Jun 16, 2009 11:09 am

you are welcome
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

Next

Return to General Discussion

Who is online

Users browsing this forum: extermely and 4 guests

cron