Thank you I found it!
I've tried placing the code in several different places in the gallery.php but it is still not working. Anything else I can do?
FCG Not Working...Tried Everything I Know
26 posts • Page 3 of 3 • 1, 2, 3
- Thank you for using the Featured Content Gallery Forum
Re: FCG Not Working...Tried Everything I Know
Hi again,
I still can't get this working properly. Is there anything else I can do to resolve the problem.
Thank you
I still can't get this working properly. Is there anything else I can do to resolve the problem.
Thank you
- dwaned
- Posts: 7
- Joined: Thu Jan 06, 2011 9:49 am
Re: FCG Not Working...Tried Everything I Know
I think I've fixed this.
Seem's I put the initial code in the wrong place.
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Hopefully thats it for now
dwaned
Seem's I put the initial code in the wrong place.
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Hopefully thats it for now
dwaned
- dwaned
- Posts: 7
- Joined: Thu Jan 06, 2011 9:49 am
Re: FCG Not Working...Tried Everything I Know
Hello Generous support group and moderators,
I have skimmed through this very thick forum for some minor issue that cropped up when I tried to get this plugin to work properly.
-----problem solved-----
Thank you admin, this forum gave me a good start to dig up some answers and after a few good hours, i got them.
cheers!
I have skimmed through this very thick forum for some minor issue that cropped up when I tried to get this plugin to work properly.
-----problem solved-----
Thank you admin, this forum gave me a good start to dig up some answers and after a few good hours, i got them.
Last edited by fcg2211 on Tue Jul 12, 2011 6:05 pm, edited 1 time in total.
- fcg2211
- Posts: 2
- Joined: Thu Jul 07, 2011 7:44 pm
Re: FCG Not Working...Tried Everything I Know
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: FCG Not Working...Tried Everything I Know
Solution for FCG to work with WPREMIX3 Wordpress theme.
"Done everything right, texts are showing, but the image box theres a loading bar and no images show up... wtf?" <--- If your FCG having this symptom with your WPREMIX3 theme, then below is the workaround for it.
In a nutshell, with the default way of trying to implement FCG in wpremix theme (ie. going thru the regular setup), FCG plugin will not work properly (means no image) due to some coding diferences (which I am not in position to dwell deeper.)
Problem: there isnt a way to call the FCG (<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>) into the post or page via the wpremix theme.
Solution: Goodnews is, there IS a way to GET AROUND it and make it work! But not without a bit of fuss
1. Copy the template desired (ie home10.php), Make customisation and call FCG (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>) into the area where you want it to appear. Save the notepad as home10copy.php (or whatever non conflicting filename against the template that are already on the wpremix theme).
Layman's term, open the tpl_home10.php file and "save-as" tpl_home10copy.php. Add the line (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>) where you want FCG to appear and save it again.
If you want the layout differently (since there is a good 20 layouts in wpremix3), then choose that layout and save-as yourowntemplatename.php
Then upload that template php file into the wpremix theme folder inside your wordpress.
2. Create a new page, do not post anything in the "content". On the bottom or the right side (depending on how your dashboard is configured), select instead the template that you have just made from the "page attribute" block.
3. Now go to wordpress and set that page as your home (most likely FCG will appear on your home yea?).
4. Lastly, if your menu consists of drop downs, most likely they will appear behind the FCG images. You will need to add the following code to your style.css in navigation section. The style.css file should be in the root of the wpremix theme folder. The code basically adds a z-index to tell the menu to show up a layer above the FCG plugin.
Ta-da!
FCG + WPREMIX3 Theme, problem and solution sources (citing):
http://wpremix.com/support/topic.php?id=61 (its mostly about a different plugin but dig deep and found the similar way)
http://wpremix.com/support/topic.php?id=1625 (the detail abobut popping the menu infront of the fcg display)
"Done everything right, texts are showing, but the image box theres a loading bar and no images show up... wtf?" <--- If your FCG having this symptom with your WPREMIX3 theme, then below is the workaround for it.
In a nutshell, with the default way of trying to implement FCG in wpremix theme (ie. going thru the regular setup), FCG plugin will not work properly (means no image) due to some coding diferences (which I am not in position to dwell deeper.)
Problem: there isnt a way to call the FCG (<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>) into the post or page via the wpremix theme.
Solution: Goodnews is, there IS a way to GET AROUND it and make it work! But not without a bit of fuss
1. Copy the template desired (ie home10.php), Make customisation and call FCG (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>) into the area where you want it to appear. Save the notepad as home10copy.php (or whatever non conflicting filename against the template that are already on the wpremix theme).
Layman's term, open the tpl_home10.php file and "save-as" tpl_home10copy.php. Add the line (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>) where you want FCG to appear and save it again.
If you want the layout differently (since there is a good 20 layouts in wpremix3), then choose that layout and save-as yourowntemplatename.php
Then upload that template php file into the wpremix theme folder inside your wordpress.
2. Create a new page, do not post anything in the "content". On the bottom or the right side (depending on how your dashboard is configured), select instead the template that you have just made from the "page attribute" block.
3. Now go to wordpress and set that page as your home (most likely FCG will appear on your home yea?).
4. Lastly, if your menu consists of drop downs, most likely they will appear behind the FCG images. You will need to add the following code to your style.css in navigation section. The style.css file should be in the root of the wpremix theme folder. The code basically adds a z-index to tell the menu to show up a layer above the FCG plugin.
- Code: Select all
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */
#nav {
width:840px;
height:28px;
position:relative;
z-index:10;
margin:0 auto 5px;
}
#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
z-index:10;
top:7px;
right:8px;
}
Ta-da!
FCG + WPREMIX3 Theme, problem and solution sources (citing):
http://wpremix.com/support/topic.php?id=61 (its mostly about a different plugin but dig deep and found the similar way)
http://wpremix.com/support/topic.php?id=1625 (the detail abobut popping the menu infront of the fcg display)
- fcg2211
- Posts: 2
- Joined: Thu Jul 07, 2011 7:44 pm
26 posts • Page 3 of 3 • 1, 2, 3
Return to Plugin Settings, Features, and Options
Who is online
Users browsing this forum: No registered users and 0 guests









