I love what I have seen thus far from the demos and featured sites showcasing FCG and I would like to build it into my site but I believe one thing stands in the way - JQuery.
I have flipped through the forums and have seen others asking this question but didn't come across any ideas or fixes.
I installed Lightbox first, then came across something better - FCG. I quickly installed FCG, followed the directions and uninstalled Lightbox. However, I think even after uninstalling the Lightbox plugin, some remnants still remain on the site.
What are your ideas for troubleshooting?
My website address is http://www.umbrellawebsoltuions.com
The following is how jquery appears in the source code on the home page.
<script type='text/javascript' src='http://www.umbrellawebsolutions.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var shutterSettings = {
msgLoading: "L O A D I N G",
msgClose: "Click to Close",
imageCount: "1"
};
/* ]]> */
</script>
Cheers,
Dan
JQuery + FCG = need assistance
15 posts • Page 1 of 2 • 1, 2
Re: JQuery + FCG = need assistance
try to turn off other plugins,all at once
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: JQuery + FCG = need assistance
Thank you for your reply. I deactivated all other plugins and then reset them. The FCG is still not appearing on my designated home page.
- ddelmain
- Posts: 8
- Joined: Mon Jul 27, 2009 12:26 pm
Re: JQuery + FCG = need assistance
can you show me site when you deactivated all your plugins?
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: JQuery + FCG = need assistance
All the plugins are currently deactivated (including FCG).
Please take a look.
The following is a list of plugins on my site:
Add to Any: Share/Bookmark/Email Button
Akismet
All in One SEO Pack
Contact Form 7
Featured Content Gallery
Image Caption
NextGEN Gallery
Really Simple CAPTCHA
Please take a look.
The following is a list of plugins on my site:
Add to Any: Share/Bookmark/Email Button
Akismet
All in One SEO Pack
Contact Form 7
Featured Content Gallery
Image Caption
NextGEN Gallery
Really Simple CAPTCHA
- ddelmain
- Posts: 8
- Joined: Mon Jul 27, 2009 12:26 pm
Re: JQuery + FCG = need assistance
where is the gallery call?..I do not see any gallery in view source
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: JQuery + FCG = need assistance
Sorry about the miscommunication, I thought you wanted me to deactivate all the plugins (including FCG). FCG has now been activated and in the source code on the home page.
- ddelmain
- Posts: 8
- Joined: Mon Jul 27, 2009 12:26 pm
Re: JQuery + FCG = need assistance
I still do not see gallery call, you activated gallery but did not put gallery call anywhere
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: JQuery + FCG = need assistance
I would like the FCG to appear on the index.php page. Thus I included it on the "Main Index Template" in the editor window of WP, near the "post-content" section. However, you are correct it not appearing in the source code. I wonder why? Do you have a recommended place I should post "<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>" in the "main index template"?
Currently, the code for "main index template" page reads:
<?php get_header(); ?>
<div id="product-blog">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post-meta" id="post-<?php the_ID(); ?>">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="post-static"><?php _e('Posted by'); ?> <?php the_author_posts_link(); ?> <?php _e('in'); ?> <?php the_time('F jS Y') ?> <?php edit_post_link('edit'); ?></div>
<?php if(function_exists('the_ratings')){ ?>
<div class="post-static">
<?php the_ratings(); ?>
</div>
<?php } ?>
<div class="post-content">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php the_content('.....Click here to read more'); ?>
</div>
<div class="post-cat">
<div class="comm-count"><?php comments_popup_link('No Comment', '1 Comment', '% Comments'); ?></div>
<div class="cat"><?php _e('under:'); ?> <?php the_category(', ') ?><br />
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?><?php UTW_ShowTagsForCurrentPost("commalist", array('last'=>' and %taglink%', 'first'=>'Tags: %taglink%',)) ?><?php else : ?><?php if(function_exists("the_tags")) : ?><?php the_tags() ?><?php endif; ?><?php ; ?></div>
<?php include (TEMPLATEPATH . '/social.php'); ?>
</div>
</div>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php endwhile; ?>
<?php /* comments_template() */ ?>
<?php include (TEMPLATEPATH . '/paginate.php'); ?>
<?php else: ?>
<h2>Sorry The Post You Are Looking For Had Been Deleted</h2>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Cheers,
Dan
Currently, the code for "main index template" page reads:
<?php get_header(); ?>
<div id="product-blog">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post-meta" id="post-<?php the_ID(); ?>">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="post-static"><?php _e('Posted by'); ?> <?php the_author_posts_link(); ?> <?php _e('in'); ?> <?php the_time('F jS Y') ?> <?php edit_post_link('edit'); ?></div>
<?php if(function_exists('the_ratings')){ ?>
<div class="post-static">
<?php the_ratings(); ?>
</div>
<?php } ?>
<div class="post-content">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php the_content('.....Click here to read more'); ?>
</div>
<div class="post-cat">
<div class="comm-count"><?php comments_popup_link('No Comment', '1 Comment', '% Comments'); ?></div>
<div class="cat"><?php _e('under:'); ?> <?php the_category(', ') ?><br />
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?><?php UTW_ShowTagsForCurrentPost("commalist", array('last'=>' and %taglink%', 'first'=>'Tags: %taglink%',)) ?><?php else : ?><?php if(function_exists("the_tags")) : ?><?php the_tags() ?><?php endif; ?><?php ; ?></div>
<?php include (TEMPLATEPATH . '/social.php'); ?>
</div>
</div>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php endwhile; ?>
<?php /* comments_template() */ ?>
<?php include (TEMPLATEPATH . '/paginate.php'); ?>
<?php else: ?>
<h2>Sorry The Post You Are Looking For Had Been Deleted</h2>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Cheers,
Dan
- ddelmain
- Posts: 8
- Joined: Mon Jul 27, 2009 12:26 pm
15 posts • Page 1 of 2 • 1, 2
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









