Featured Content Gallery | WordPress Plugin | iePlexus

FCG Not Working...Tried Everything I Know

Customizing the FCG plugin and more

FCG Not Working...Tried Everything I Know

PostBy Duckie777 on Tue Apr 20, 2010 5:43 pm

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.
Duckie777
 
Posts: 4
Joined: Tue Apr 20, 2010 5:38 pm

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 admin on Wed Apr 21, 2010 7:14 am

open file
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
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 Duckie777 on Wed Apr 21, 2010 5:51 pm

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? :D
Duckie777
 
Posts: 4
Joined: Tue Apr 20, 2010 5:38 pm

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

PostBy Duckie777 on Wed Apr 21, 2010 8:31 pm

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
Duckie777
 
Posts: 4
Joined: Tue Apr 20, 2010 5:38 pm

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

PostBy admin on Thu Apr 22, 2010 7:12 am

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
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 wendog on Fri Apr 23, 2010 7:53 am

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...
wendog
 
Posts: 3
Joined: Fri Apr 23, 2010 7:41 am

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

PostBy wendog on Fri Apr 23, 2010 7:54 am

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

PostBy wendog on Fri Apr 23, 2010 8:02 am

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.
wendog
 
Posts: 3
Joined: Fri Apr 23, 2010 7:41 am

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

PostBy admin on Fri Apr 23, 2010 9:11 am

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
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 Duckie777 on Thu Apr 29, 2010 7:33 pm

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
Duckie777
 
Posts: 4
Joined: Tue Apr 20, 2010 5:38 pm

Next

Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests