Hi I have been using FCG for a while now with no glitches, until i tried to insert a related tag for info links into my header php...at which point the featured content gallery became inactive...I have since deleted the tag from the header but the FCG remains inactive....Im not sure exactly what is causing the FCG to stop operating...Help!
my site
http://www.dancehalluniversity.net
Feature Content Gallery stopped working
8 posts • Page 1 of 1
- Thank you for using the Featured Content Gallery Forum
Re: Feature Content Gallery stopped working
looks like working now
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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Feature Content Gallery stopped working
Good Afternoon - I also made a change to me admin panel after FCG was working - I changed permalinks from $/post to $/postname$/category - must have been a bad move! FCG stopped working but even though I uninstalled FCG and then changed back to just postname and then reinstalled the plugin, it's still not working - I looked at site with Firefox Inspect Element and I can see that FCG is not picking up website URL or anything in the content gallery! ??? What do I need to do now? =
site: http://besttreadmillreviews.axisitnow.com
Thanks
Leslie
I tried to post this about 3 hours ago but I can't find the post? Am I actually posting?
site: http://besttreadmillreviews.axisitnow.com
Thanks
Leslie
I tried to post this about 3 hours ago but I can't find the post? Am I actually posting?
- mtgpro11
- Posts: 3
- Joined: Mon Apr 18, 2011 7:35 am
Re: Feature Content Gallery stopped working
check your articleimg custom fields for posts
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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Feature Content Gallery stopped working
Dear Admin - Of course I checked all the "articleimg" fields. They were all working before I made the change to the permalink field from postname by adding the category to it. I have use my FTTP to view the images and they are all in the right place. I have deactivated all the plugins and uninstalled FCG and reinstalled it.
When I look at the website with Firefox Inspect Element I see the following:
<div id="myGallery" class="jdGallery withArrows" style="display: block;">
<a class="open" href="#" title="" style="display: none;"></a><div class="slideElement"
So my site information is not loading and FCG is not picking up the 4 slides I have in each of the "articleimg" fields -
What else should I try???
Oh, when I reinstalled FCG all the settings I had put in when I first used it were still there, in other words, they were loaded in - Does this mean it was not completely uninstalled and therefore can't fix itself???
Thanks
Leslie
When I look at the website with Firefox Inspect Element I see the following:
<div id="myGallery" class="jdGallery withArrows" style="display: block;">
<a class="open" href="#" title="" style="display: none;"></a><div class="slideElement"
So my site information is not loading and FCG is not picking up the 4 slides I have in each of the "articleimg" fields -
What else should I try???
Oh, when I reinstalled FCG all the settings I had put in when I first used it were still there, in other words, they were loaded in - Does this mean it was not completely uninstalled and therefore can't fix itself???
Thanks
Leslie
- mtgpro11
- Posts: 3
- Joined: Mon Apr 18, 2011 7:35 am
Re: Feature Content Gallery stopped working
try to use your gallery call in this format
- Code: Select all
global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Feature Content Gallery stopped working
Ok, thanks I think, but I have looked in the FCG editor and in the theme editor on the Main Index Template where it shows the following:
<div id="slideshow">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
This is the only place anywhere in my theme that the code (ABSPATH appears -
I'm sorry, you didn't say where to put the code you sent me. I do appreciate your time trying to help me fix this.
I also went through line by line of this website and also the other website that I have working with the FCG running very happily. I checked evey space, comma and what ever of every line in every theme template. Every thing on both sites is absolutely identical on the FCG plugin and all the theme templates except -I did find a difference in the two websites -
I am using a different SEO plugin on them - on the one that is working fine I have "All in One SEO" and on the problem site I had changed over to "Platinum SEO" which I prefer. Platinum has the ability to check a bunch of no follow stuff along with better titles, descriptions and tags.
Could this change have done it? I haven't changed back yet until I talked with you. I did deactivate it when I did your recommended trouble shooting and it didn't seem to make any difference to FCG working - it didn't work either way.
Again, if you could tell me where to put the code you sent?
Thanks
Leslie
<div id="slideshow">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
This is the only place anywhere in my theme that the code (ABSPATH appears -
I'm sorry, you didn't say where to put the code you sent me. I do appreciate your time trying to help me fix this.
I also went through line by line of this website and also the other website that I have working with the FCG running very happily. I checked evey space, comma and what ever of every line in every theme template. Every thing on both sites is absolutely identical on the FCG plugin and all the theme templates except -I did find a difference in the two websites -
I am using a different SEO plugin on them - on the one that is working fine I have "All in One SEO" and on the problem site I had changed over to "Platinum SEO" which I prefer. Platinum has the ability to check a bunch of no follow stuff along with better titles, descriptions and tags.
Could this change have done it? I haven't changed back yet until I talked with you. I did deactivate it when I did your recommended trouble shooting and it didn't seem to make any difference to FCG working - it didn't work either way.
Again, if you could tell me where to put the code you sent?
Thanks
Leslie
- mtgpro11
- Posts: 3
- Joined: Mon Apr 18, 2011 7:35 am
Re: Feature Content Gallery stopped working
that place where you have the gallery call, just change it to
- Code: Select all
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
8 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest









