Featured Content Gallery | WordPress Plugin | iePlexus

Help for configured !

Customizing the FCG plugin and more

Help for configured !

PostBy Carnim on Thu Mar 10, 2011 7:26 am

Hello.

I need the help please.

The plugin is not working properly. Appears all the images below. Look: http://www.mugglearmypt.com/

Code:

Code: Select all
<?php get_header(); ?>
<body>
<div id="page2">
  <div id="header">
    <div class="logo">
      <h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    </div>
    <!--/logo-->
    <div class="topnav">
      <ul>
       <?php
                    if(function_exists('wp_nav_menu')) {
                        wp_nav_menu( 'depth=1&theme_location=menu_1&menu_id=pagemenu&container=&fallback_cb=menu_1_default');
                    } else {
                        menu_1_default();
                    }
                   
                    function menu_1_default()
                    {
                        ?>
                        <ul id="pagemenu">
                      <li
                     <?php if(is_home()) { ?> class="current_page_item" <?php } ?>><a href="<?php echo get_option('home'); ?>/">Home page</a>
                            </li>           
                     <?php wp_list_pages('depth=1&sort_column=menu_order&title_li=' ); ?>
                   </ul>
                        <?php
                    }
                   
                ?>
      </ul>
    </div>
    <!--/topnav-->
  <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
  <!--/header -->
  <div id="columns">
    <div id="centercol">
          <?php if (have_posts()) : ?>
            <?php while (have_posts()) : the_post(); ?>
            <div class="box post" id="post-<?php the_ID(); ?>">
        <div class="content">
          <div class="clr"></div>
         
          <div class="post-pic" style="margin-top:10px;">
           <a href="<?php the_permalink();?>"><img src="<?php echo get_post_meta($post->ID, 'thumbnail', true);?>" alt="Post Pic" width="274" height="181" /></a>
            <div class="postby">
           <?php the_author_posts_link(); ?><?php if (current_user_can('edit_post', $post->ID)) { ?> | <?php edit_post_link('Edit', '', ''); } ?>
          </div>
           <div class="post-dates"><div class="post-date">
           <h1><?php the_time('d'); ?></h1><h2><?php the_time('M'); ?></h2><h3><?php the_time('Y'); ?></h3></div></div>
          <div class="clr"></div>
          </div>
          <div class="post-title">
                  <h2><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
            <!--/post-title -->
          </div>
          <!--post-date -->
          <div class="post-excerpt">
            <p><?php the_content_rss('', TRUE, '', 50); ?></p>
          </div>
          <!--/post-excerpt -->
          <div class="clr"></div>
          <div class="social-links">
            <div class="comments"><?php comments_popup_link('(0)', '(1)', '(%)'); ?> Comments</div>
           <div class="caty"> <?php the_category(', '); ?></div>
          </div>
          <!--/social-links -->
        </div>
        <!--/content -->
        <div class="clr"></div>
      </div>
                             <?php endwhile; ?>
          <?php endif; ?>
   
      <div class="clr"></div>
     <div class="wp-pagenavi" style="width:545px;color:#ed2b50; text-align:center;padding:10px 10px;"> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
               <div class="alignright" style="float:right;font-weight: bold;"><?php next_posts_link('Older Entries &raquo;') ?></div>
               <div class="alignleft"  style="float:left;font-weight: bold;" ><?php previous_posts_link('&laquo; Newer Entries') ?></div>
               <?php } ?>            <div class="clr"></div>
          </div>
    </div>
    <!--/centercol -->
                   <?php get_sidebar(); ?>
    <div class="clr"></div>
  </div>
  <!--/columns -->
  <div class="clr"></div>
</div>
  <!--/page -->
<?php get_footer(); ?>


Settings:
Image
Carnim
 
Posts: 5
Joined: Thu Mar 10, 2011 7:15 am

Re: Help for configured !

Thank you for using the Featured Content Gallery Forum
 

Re: Help for configured !

PostBy admin on Thu Mar 10, 2011 8:12 am

at first you did not select category name in fcg options.
Also,is your theme custom?
it is missing some main part in header.php file
Code: Select all
<?php wp_head(); ?>
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: Help for configured !

PostBy Carnim on Thu Mar 10, 2011 10:07 am

Thanks.
I have already put the category and now nothing appears.
The theme is not mine. I downloaded now
Carnim
 
Posts: 5
Joined: Thu Mar 10, 2011 7:15 am

Re: Help for configured !

PostBy admin on Thu Mar 10, 2011 10:20 am

did you check if you have this <?php wp_head(); ?> in header.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: Help for configured !

PostBy Carnim on Thu Mar 10, 2011 10:43 am

admin wrote:did you check if you have this <?php wp_head(); ?> in header.php?


But I do not have that.

I have this: (header.php)

Code: Select all
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if (is_home()) {
   echo bloginfo('name');
} elseif (is_404()) {
   echo '404 Not Found';
} elseif (is_category()) {
   echo 'Category:'; wp_title('');
} elseif (is_search()) {
   echo 'Search Results';
} elseif ( is_day() || is_month() || is_year() ) {
   echo 'Archives:'; wp_title('');
} else {
   echo bloginfo('name'); echo wp_title('');
}
?>
</title>
<meta name="description" content="Theme By FreePremiumWp.com" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ssuperfish.css" media="screen" />
<link rel='stylesheet' type='text/css' href='<?php bloginfo('stylesheet_directory'); ?>/pagenavi-css.css' id='wp-pagenavi-css' media='all' />
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/hoverintent.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/superfish.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/easySlider1.5.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/script.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/swfobject/swfobject.js"></script>
<script type="text/javascript">
      var flashvars = {};
      flashvars.xml = "<?php bloginfo('template_directory'); ?>/config.php";
      flashvars.font = "<?php bloginfo('template_directory'); ?>/font.swf";
      var attributes = {};
      attributes.wmode = "transparent";
      attributes.id = "slider"

</script>
</head>


And this: (index.php)

Code: Select all
<?php get_header(); ?>
<body>
<div id="page2">
  <div id="header">
    <div class="logo">
      <h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    </div>
    <!--/logo-->
    <div class="topnav">
      <ul>
       <?php
                    if(function_exists('wp_nav_menu')) {
                        wp_nav_menu( 'depth=1&theme_location=menu_1&menu_id=pagemenu&container=&fallback_cb=menu_1_default');
                    } else {
                        menu_1_default();
                    }
                   
                    function menu_1_default()
                    {
                        ?>
                        <ul id="pagemenu">
                      <li
                     <?php if(is_home()) { ?> class="current_page_item" <?php } ?>><a href="<?php echo get_option('home'); ?>/">Home page</a>
                            </li>           
                     <?php wp_list_pages('depth=1&sort_column=menu_order&title_li=' ); ?>
                   </ul>
                        <?php
                    }
                   
                ?>
      </ul>
    </div>
    <!--/topnav-->
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
  <!--/header -->
  <div id="columns">
    <div id="centercol">
          <?php if (have_posts()) : ?>
            <?php while (have_posts()) : the_post(); ?>
            <div class="box post" id="post-<?php the_ID(); ?>">
        <div class="content">
          <div class="clr"></div>
         
          <div class="post-pic" style="margin-top:10px;">
           <a href="<?php the_permalink();?>"><img src="<?php echo get_post_meta($post->ID, 'thumbnail', true);?>" alt="Post Pic" width="274" height="181" /></a>
            <div class="postby">
           <?php the_author_posts_link(); ?><?php if (current_user_can('edit_post', $post->ID)) { ?> | <?php edit_post_link('Edit', '', ''); } ?>
          </div>
           <div class="post-dates"><div class="post-date">
           <h1><?php the_time('d'); ?></h1><h2><?php the_time('M'); ?></h2><h3><?php the_time('Y'); ?></h3></div></div>
          <div class="clr"></div>
          </div>
          <div class="post-title">
                  <h2><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
            <!--/post-title -->
          </div>
          <!--post-date -->
          <div class="post-excerpt">
            <p><?php the_content_rss('', TRUE, '', 50); ?></p>
          </div>
          <!--/post-excerpt -->
          <div class="clr"></div>
          <div class="social-links">
            <div class="comments"><?php comments_popup_link('(0)', '(1)', '(%)'); ?> Comments</div>
           <div class="caty"> <?php the_category(', '); ?></div>
          </div>
          <!--/social-links -->
        </div>
        <!--/content -->
        <div class="clr"></div>
      </div>
                             <?php endwhile; ?>
          <?php endif; ?>
   
      <div class="clr"></div>
     <div class="wp-pagenavi" style="width:545px;color:#ed2b50; text-align:center;padding:10px 10px;"> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
               <div class="alignright" style="float:right;font-weight: bold;"><?php next_posts_link('Older Entries &raquo;') ?></div>
               <div class="alignleft"  style="float:left;font-weight: bold;" ><?php previous_posts_link('&laquo; Newer Entries') ?></div>
               <?php } ?>            <div class="clr"></div>
          </div>
    </div>
    <!--/centercol -->
                   <?php get_sidebar(); ?>
    <div class="clr"></div>
  </div>
  <!--/columns -->
  <div class="clr"></div>
</div>
  <!--/page -->
<?php get_footer(); ?>



If it were possible to help me edit what's missing is that I have some difficulties in programming
Carnim
 
Posts: 5
Joined: Thu Mar 10, 2011 7:15 am

Re: Help for configured !

PostBy admin on Thu Mar 10, 2011 11:03 am

put that statement in header.php before closing </head> tag, this needed to grab all necessary javascript and css links for activated 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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Help for configured !

PostBy Carnim on Thu Mar 10, 2011 11:54 am

admin wrote:put that statement in header.php before closing </head> tag, this needed to grab all necessary javascript and css links for activated plugins


I've done this but still does not give ...

Code: Select all
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if (is_home()) {
   echo bloginfo('name');
} elseif (is_404()) {
   echo '404 Not Found';
} elseif (is_category()) {
   echo 'Category:'; wp_title('');
} elseif (is_search()) {
   echo 'Search Results';
} elseif ( is_day() || is_month() || is_year() ) {
   echo 'Archives:'; wp_title('');
} else {
   echo bloginfo('name'); echo wp_title('');
}
?>
</title>
</head>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<meta name="description" content="Theme By FreePremiumWp.com" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ssuperfish.css" media="screen" />
<link rel='stylesheet' type='text/css' href='<?php bloginfo('stylesheet_directory'); ?>/pagenavi-css.css' id='wp-pagenavi-css' media='all' />
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/hoverintent.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/superfish.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/easySlider1.5.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/script.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/swfobject/swfobject.js"></script>
<script type="text/javascript">
      var flashvars = {};
      flashvars.xml = "<?php bloginfo('template_directory'); ?>/config.php";
      flashvars.font = "<?php bloginfo('template_directory'); ?>/font.swf";
      var attributes = {};
      attributes.wmode = "transparent";
      attributes.id = "slider"

</script>
</head>


if exist any more mistake you can correct me
Carnim
 
Posts: 5
Joined: Thu Mar 10, 2011 7:15 am

Re: Help for configured !

PostBy admin on Thu Mar 10, 2011 1:11 pm

you need to put before </head>
Code: Select all
<?php wp_head(); ?>
, not the gallery call.
remove the gallery call
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: Help for configured !

PostBy Carnim on Thu Mar 10, 2011 2:13 pm

admin wrote:you need to put before </head>
Code: Select all
<?php wp_head(); ?>
, not the gallery call.
remove the gallery call


Finally got = D. Thanks. So something else is not possible to resize images automatically?
Carnim
 
Posts: 5
Joined: Thu Mar 10, 2011 7:15 am

Re: Help for configured !

PostBy admin on Thu Mar 10, 2011 3:23 pm

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 Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests

cron