Featured Content Gallery | WordPress Plugin | iePlexus

FCG Not Working...Tried Everything I Know

Customizing the FCG plugin and more

Re: FCG Not Working...Tried Everything I Know

PostBy dwaned on Tue Feb 01, 2011 3:49 am

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?
dwaned
 
Posts: 7
Joined: Thu Jan 06, 2011 9:49 am

Re: Re: FCG Not Working...Tried Everything I Know

Thank you for using the Featured Content Gallery Forum
 

Re: FCG Not Working...Tried Everything I Know

PostBy dwaned on Mon Feb 14, 2011 5:46 am

Hi again,

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

PostBy dwaned on Tue Feb 15, 2011 6:50 am

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 :D

dwaned
dwaned
 
Posts: 7
Joined: Thu Jan 06, 2011 9:49 am

Re: FCG Not Working...Tried Everything I Know

PostBy fcg2211 on Thu Jul 07, 2011 8:36 pm

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. :D cheers!
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

PostBy admin on Tue Jul 12, 2011 9:03 am

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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: FCG Not Working...Tried Everything I Know

PostBy fcg2211 on Thu Jul 14, 2011 7:35 pm

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 :D

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
C.gif


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.
a.gif

B.gif


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

Previous

Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests