Featured Content Gallery | WordPress Plugin | iePlexus

Can't get FCG to work HELP!

Downloading, installing, upgrading, and configuring the FCG plugin

Can't get FCG to work HELP!

PostBy cvella on Fri Apr 24, 2009 7:30 pm

Hello,

I am using Ikarus with Wordpress. I am trying to get the gallery to work like the demo. This is the link. http://ikarus.wpthemespress.com/ I have read the forum posts and I'm sure I configured correct but I am still confused. Please Help!

My site is http://teamvella.net/blog/


This is the file that the code is in...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title>
<?php if ( is_home()) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>
<?php } else { ?>
<?php bloginfo('name'); ?>
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?>
<?php if (is_tag()) { echo ' : '; UTW_ShowCurrentTagSet('tagsettextonly'); ''; } ?>
<?php endif; ?><?php wp_title(' : '); ?><?php } ?>
</title>

<meta name="description" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>"/>
<?php include (TEMPLATEPATH . '/options/options.php'); ?>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/configurations.php" type="text/css" media="screen"/>

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />

<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>


<link href="<?php bloginfo('template_directory'); ?>/scripts/mootabs1.2.css" rel="stylesheet" type="text/css" />
<link href="<?php bloginfo('template_directory'); ?>/menus/sosdmenu.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/ja.script.js"></script>
<link href="<?php bloginfo('template_directory'); ?>/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/mootools.v1.1.js"></script>

<link href="<?php bloginfo('template_directory'); ?>/<?php echo $tn_mz_text_color; ?>.css" rel="stylesheet" type="text/css" />

<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height: 1%;}
img, H3 {
background-position: -1000px;
behavior: url("<?php bloginfo('template_directory'); ?>/scripts/iepngfix.htc");
}

</style>
<![endif]-->

<!--[if gte IE 7.0]>
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<![endif]-->

<!--Mootabs script load-->
<script type="text/javascript" charset="utf-8">
/*<![CDATA[*/
document.write ('<style type="text\/css">#tabswrap .moduletable {display: none;}<\/style>');
/*]]>*/
</script>
<!--[if lte IE 6]>
<script type="text/javascript">
window.addEvent ('domready', makeTransBG);
function makeTransBG() {
makeTransBg($('mainnav'), '<?php bloginfo('template_directory'); ?>/images/mainnav-bg.png')
makeTransBg($E('#topsl'), '<?php bloginfo('template_directory'); ?>/images/topsl-bg.png')
makeTransBg($E('#search'), '<?php bloginfo('template_directory'); ?>/images/search-bg.png')
makeTransBg($E('#seperator'), '<?php bloginfo('template_directory'); ?>/images/seperator.png')
}
</script>
<![endif]-->
</head>

<body id="bd" class="wide fs3">
<!-- BEGIN: HEADER -->
<div id="headerwrap">
<div id="header">
<?php if($tn_mz_header_logo==sitename): ?>
<h1 class="sitename"><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<p><?php bloginfo('description'); ?></p>
<?php else : ?>
<h1 class="logo"><a href="<?php echo get_settings('home'); ?>">&nbsp;</a></h1>

<?php endif; ?>

<!-- BEGIN: TOP BANNER 468x60 -->
<div id="banner">
<a href="<?php echo $tn_mz_banner_url; ?>" target="_blank"><img src="<?php echo $tn_mz_banner_image; ?>" border="0" alt="Advertisement" /></a>
</div>
<!-- END: TOP BANNER-->



<!-- BEGIN: MAIN NAVIGATION -->
<?php include (TEMPLATEPATH . '/navigation.php'); ?>
<!-- END: MAIN NAVIGATION -->


</div>
</div>
<!-- END: HEADER -->

<!-- BEGIN: TOP SPOTLIGHT -->
<div id="topslwrap">
<div id="topsl" >
<div class="newflash" >
<?php if($tn_mz_header_img_post_status==yes): ?>

<a href="<?php echo $tn_mz_header_url; ?>"><img src="http://teamvella.net/blog/wp-content/themes/IkarusWhite/IkarusWhite/images/headers/header1.jpg" border="0"

alt="Featured Content" /></a>
<?php else : ?>

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>


<?php endif; ?>

</div></div>
</div>
<!-- END: TOP SPOTLIGHT -->




<div id="pathwaywrap">

<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php if (function_exists('fc_feedcount')): ?>
<div id="rss-feeds"><div id="rss-block"><a href="#">&nbsp;</a></div>
<div id="rs-count"><?php fc_feedcount(); ?></div></div>
<?php endif; ?>

</div>
<div align="center"><?php include (TEMPLATEPATH . '/admin/admin-navigation.php'); ?> </div>
<div id="containerwrap">
<div id="container" class="clearfix">

<!-- BEGIN: CONTENT -->
<div id="content">
<div id="content-top">
<div id="content-bot">
<div class="innerpad clearfix">

Thanks!
cvella
 
Posts: 4
Joined: Wed Apr 22, 2009 8:02 pm

Re: Can't get FCG to work HELP!

Thank you for using the Featured Content Gallery Forum
 

Re: Can't get FCG to work HELP!

PostBy admin on Mon Apr 27, 2009 7:41 am

in this piece of code of your theme, $tn_mz_header_img_post_status==yes always true, that's why your image header1 is presented and never gallery shown. Try on default theme...
Code: Select all
<?php if($tn_mz_header_img_post_status==yes): ?>

<a href="<?php echo $tn_mz_header_url; ?>"><img src="http://teamvella.net/blog/wp-content/themes/IkarusWhite/IkarusWhite/images/headers/header1.jpg" border="0"

alt="Featured Content" /></a>
<?php else : ?>

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>


<?php endif; ?>
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: Can't get FCG to work HELP!

PostBy cvella on Mon Apr 27, 2009 10:09 am

Ok I turned off the header in my admin. I see the gallery, but NO pics. I am using an older version of FCG. It does not save my url's pointing to my pics!

Do I have to upgrade for this to work?


Thanks for your help!
cvella
 
Posts: 4
Joined: Wed Apr 22, 2009 8:02 pm

Re: Can't get FCG to work HELP!

PostBy cvella on Mon Apr 27, 2009 11:32 am

Ok I GOT IT!

I just can't get the images to scroll! The featured content drops down and I have 4 images linked to the pages but no luck.

Any ideas what I could have done wrong?

Thanks!
cvella
 
Posts: 4
Joined: Wed Apr 22, 2009 8:02 pm

Re: Can't get FCG to work HELP!

PostBy admin on Mon Apr 27, 2009 12:52 pm

Ikarus theme has issues with fcg, because it has own mootools javascript framework, which has conflict with mootools of fcg, try another theme
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


Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests

cron