Hi everyone,
I have installed FCG in Wordpress 2.8.4. Installed with the plugins install and all went well.
I added 1 post and 2 pages to the FCG settings. They're correct.
I use THESIS theme and the Thesis OpenHook plugin. I placed the FCG code in "feature box" and set that in Thesis to show up on the "blog" page which is here: http://innercodeschool.com/blog/
The box and loader, arrows and text all show up - but no images.
I copied and pasted all the custom keys in so that couldn't be messed up. And I double-checked every image in the browser - they're all there.
I have turned off all plugins and that didn't change anything (except the thesis openhook or it won't show up at all)
I have tried different themes and no better result there either.
Exhausted everything I know to do. Any ideas?
amac
No Images or Thumbs - black box, loader and arrows
7 posts • Page 1 of 1
- Thank you for using the Featured Content Gallery Forum
Re: No Images or Thumbs - black box, loader and arrows
Exactly the same issues / problem !
I have also deactivated ALL plugins and it did not make a difference .
I am using the theme called "Lifestyle" however changing themes did not change anything.
What is really strange is that I have used this plugin on another site with the same theme and it is still working - ?? go figure ?? have copied things the same as that site and it still will not work for me , however that site is over 6 months old so I am guessing so is the plugin ? hmmmm
I have also deactivated ALL plugins and it did not make a difference .
I am using the theme called "Lifestyle" however changing themes did not change anything.
What is really strange is that I have used this plugin on another site with the same theme and it is still working - ?? go figure ?? have copied things the same as that site and it still will not work for me , however that site is over 6 months old so I am guessing so is the plugin ? hmmmm
- penthius
- Posts: 1
- Joined: Sat Oct 17, 2009 3:26 am
Re: No Images or Thumbs - black box, loader and arrows
Here's the fix to get FCG to work in Thesis Themes. I don't know about Lifestyle sorry.
Add this to your custom_functions.php file OR add it through Thesis OpenHook in the "feature box" block for your home page.
function featureBox() {
global $post;
if (is_home()) {
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
}
add_action('thesis_hook_feature_box', 'featureBox');
----------------
setttings under Thesis Options for "feature box" can tell the whole theme where to put it if you use Thesis OpenHook to paste the following code:
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Note the $post added to the line. FCG doesn't play well with Thesis without that addition.
Hope that helps some of you Thesis folks!
Andi
Add this to your custom_functions.php file OR add it through Thesis OpenHook in the "feature box" block for your home page.
function featureBox() {
global $post;
if (is_home()) {
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
}
add_action('thesis_hook_feature_box', 'featureBox');
----------------
setttings under Thesis Options for "feature box" can tell the whole theme where to put it if you use Thesis OpenHook to paste the following code:
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Note the $post added to the line. FCG doesn't play well with Thesis without that addition.
Hope that helps some of you Thesis folks!
Andi
- amac
- Posts: 2
- Joined: Fri Oct 16, 2009 9:10 pm
Re: No Images or Thumbs - black box, loader and arrows
I've had all kinds of problems getting this thing to work with thesis, but it is such a strong plugin and it does everything I need for it to do.
Would it be possible for you to explain to me step by step how to get this thing working for thesis. I know you posted some great tips, but I'm sure I've screwed up along the way because I'm still not working.
thanks so much, and I hope that I've not overstepped my bounds for what I can ask.
Would it be possible for you to explain to me step by step how to get this thing working for thesis. I know you posted some great tips, but I'm sure I've screwed up along the way because I'm still not working.
thanks so much, and I hope that I've not overstepped my bounds for what I can ask.
- pcbdaily
- Posts: 1
- Joined: Sat Oct 24, 2009 7:53 pm
Re: No Images or Thumbs - black box, loader and arrows
It's really simple. Just copy and paste the code that they gave you above and insert it into one of your thesis openhook selections...
Like this:
That's it!
Like this:
- Code: Select all
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
That's it!
- jbutzu
- Posts: 6
- Joined: Tue Oct 27, 2009 7:12 pm
- Location: Fair Haven, Michigan
Re: No Images or Thumbs - black box, loader and arrows
Tried including that code in the home.php in my non-working site. Still no luck.
- addinall
- Posts: 18
- Joined: Wed Dec 09, 2009 6:17 am
Re: No Images or Thumbs - black box, loader and arrows
Fixed.
I mispelled articleimg - articleing, cut-n-pasted the error, and lo.
When I discovered it, I went back into the edit posts, changed
the spelling, and then just hit the UPDATE button un the custom
key dialogue. Trap for young players. That UPDATE button doesn't.
You have to hit the big BLUE UPDATE post at the top of the screen........
Oh well, keeps me out of mischief I soppose.
I mispelled articleimg - articleing, cut-n-pasted the error, and lo.
When I discovered it, I went back into the edit posts, changed
the spelling, and then just hit the UPDATE button un the custom
key dialogue. Trap for young players. That UPDATE button doesn't.
You have to hit the big BLUE UPDATE post at the top of the screen........
Oh well, keeps me out of mischief I soppose.
- addinall
- Posts: 18
- Joined: Wed Dec 09, 2009 6:17 am
7 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









