This is new to me...
I have followed the instructions to the best of my ability, but I still only have an outline and no slideshow.
Here's the link to my site:
www.cheekylit.com
Would appreciate any advice you can give me...
This is my first time working with this kind of plug-in.
Thanks.
FCG Not Working...Tried Everything I Know
26 posts • Page 1 of 3 • 1, 2, 3
- Thank you for using the Featured Content Gallery Forum
Re: FCG Not Working...Tried Everything I Know
open file
http://cheekylit.com/wp-content/themes/ ... nctions.js
and comment this line
like this
http://cheekylit.com/wp-content/themes/ ... nctions.js
and comment this line
- Code: Select all
jQuery.noConflict();
like this
- Code: Select all
//jQuery.noConflict();
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
Thank you! The media box has appeared. The text is working as well.
One problem still: the images continue to say loading...but don't load. Any ideas?
One problem still: the images continue to say loading...but don't load. Any ideas?
- Duckie777
- Posts: 4
- Joined: Tue Apr 20, 2010 5:38 pm
Re: FCG Not Working...Tried Everything I Know
It's working now. I read another post answer of yours and it was very helpful...my images aren't what I want (small...moderately attractive), but now I understand how it works.
I went into each image and clicked "link to image". Then I copied the new url into the articleimg url box. The original url that was there from my uploading didn't properly connect it to the uploaded file.
THANKS AGAIN
I went into each image and clicked "link to image". Then I copied the new url into the articleimg url box. The original url that was there from my uploading didn't properly connect it to the uploaded file.
THANKS AGAIN
- Duckie777
- Posts: 4
- Joined: Tue Apr 20, 2010 5:38 pm
Re: FCG Not Working...Tried Everything I Know
yw
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
Hello...
Newbie on board. I can't get the gallery to work either. I've tried everything. Unlike the last post, i don't even get a box. I'm using a theme called Affiliate Theme. Can you help? I've done loaded the pluggin, pasted in the code to: Main Index Template
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/header.branding.php') ;?>
<?php
$body = TEMPLATEPATH . '/layouts/blog.php';
$sidebar = TEMPLATEPATH . '/layouts/sidebar.php';
?>
[b]<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>[/b]
<?php include($body); ?>
<?php if($sidebar) include($sidebar); ?>
<?php get_footer(); ?>
Maybe posted in the wrong spot? This special theme has template names like:
Page Template, Single Post, Theme Functions, Blog.phpfeatured,php, index1,2 and 3.php
Help! Thank you in advance...
Newbie on board. I can't get the gallery to work either. I've tried everything. Unlike the last post, i don't even get a box. I'm using a theme called Affiliate Theme. Can you help? I've done loaded the pluggin, pasted in the code to: Main Index Template
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/header.branding.php') ;?>
<?php
$body = TEMPLATEPATH . '/layouts/blog.php';
$sidebar = TEMPLATEPATH . '/layouts/sidebar.php';
?>
[b]<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>[/b]
<?php include($body); ?>
<?php if($sidebar) include($sidebar); ?>
<?php get_footer(); ?>
Maybe posted in the wrong spot? This special theme has template names like:
Page Template, Single Post, Theme Functions, Blog.phpfeatured,php, index1,2 and 3.php
Help! Thank you in advance...
- wendog
- Posts: 3
- Joined: Fri Apr 23, 2010 7:41 am
Re: FCG Not Working...Tried Everything I Know
By the way my goal is to have this on the front page which is a static page. Thanks again. The web address is http://www.bridahallmark.com
- wendog
- Posts: 3
- Joined: Fri Apr 23, 2010 7:41 am
Re: FCG Not Working...Tried Everything I Know
Guess I need to slow down and take a deep breath... Here is the request in its entirety. Sorry about that.
Hello...
Newbie on board. I can't get the gallery to work either. I've tried everything. Unlike the last post, i don't even get a box. I'm using a theme called "Affiliate Theme" Can you help? I've loaded the pluggin, pasted in the code to: Main Index Template
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/header.branding.php') ;?>
<?php
$body = TEMPLATEPATH . '/layouts/blog.php';
$sidebar = TEMPLATEPATH . '/layouts/sidebar.php';
?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php include($body); ?>
<?php if($sidebar) include($sidebar); ?>
<?php get_footer(); ?>
Maybe posted in the wrong spot? should i past code on the page where the gallery will appear? This special theme has template names like:
Page Template, Single Post, Theme Functions, Blog.phpfeatured,php, index1,2 and 3.php
Help! Thank you in advance...wendog
web address: http://www.bridalhallmark.com
The gaol: have the gallery load on the the first page called money saving wedding tips, which is a static page.
Hello...
Newbie on board. I can't get the gallery to work either. I've tried everything. Unlike the last post, i don't even get a box. I'm using a theme called "Affiliate Theme" Can you help? I've loaded the pluggin, pasted in the code to: Main Index Template
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/header.branding.php') ;?>
<?php
$body = TEMPLATEPATH . '/layouts/blog.php';
$sidebar = TEMPLATEPATH . '/layouts/sidebar.php';
?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php include($body); ?>
<?php if($sidebar) include($sidebar); ?>
<?php get_footer(); ?>
Maybe posted in the wrong spot? should i past code on the page where the gallery will appear? This special theme has template names like:
Page Template, Single Post, Theme Functions, Blog.phpfeatured,php, index1,2 and 3.php
Help! Thank you in advance...wendog
web address: http://www.bridalhallmark.com
The gaol: have the gallery load on the the first page called money saving wedding tips, which is a static page.
- wendog
- Posts: 3
- Joined: Fri Apr 23, 2010 7:41 am
Re: FCG Not Working...Tried Everything I Know
put it in page.php and to show it only home page use this code
- Code: Select all
<?php
if (is_home() || is_front_page())
{
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: FCG Not Working...Tried Everything I Know
Hi again,
You helped me above to get my FCG working. I haven't touched it since then. I went to add another image for my newest blog and it doesn't add to the content gallery.
I put a new field with articleimg and the link to the image. I didn't bother with custom text.
Can't quite solve the issue.
Any help would be appreciated.
Thanks
You helped me above to get my FCG working. I haven't touched it since then. I went to add another image for my newest blog and it doesn't add to the content gallery.
I put a new field with articleimg and the link to the image. I didn't bother with custom text.
Can't quite solve the issue.
Any help would be appreciated.
Thanks
- Duckie777
- Posts: 4
- Joined: Tue Apr 20, 2010 5:38 pm
26 posts • Page 1 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









