Featured Content Gallery | WordPress Plugin | iePlexus

Where should i put the code exactly ? Please help me.

Downloading, installing, upgrading, and configuring the FCG plugin

Re: Where should i put the code exactly ? Please help me.

PostBy joehark on Tue Feb 09, 2010 5:44 pm

Thank you. Before I deal with that advice, I am more concerned about why the columns are broken, that is why the right column has been driven below the one on the left.

Can you see what is causing that?
joehark
 
Posts: 8
Joined: Mon Feb 23, 2009 2:44 am

Re: Re: Where should i put the code exactly ? Please help me.

Thank you for using the Featured Content Gallery Forum
 

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Wed Feb 10, 2010 8:27 am

it does not look for me that fcg is causing your columns to drop..that's your theme issues
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: 3368
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Where should i put the code exactly ? Please help me.

PostBy joehark on Wed Feb 10, 2010 8:51 am

I agree that the column break is a theme issue, I have taken the issue to the StudioPress support forum and am awaiting an answer.

Meanwhile, may I ask your further help on getting FCG to work in Agent? I am really stuck. There are two ways I can think of that you could help, if you have time (I am sure you are busy and the help is appreciated).

1) re-write your instructions above as step by step from some starting point. As it is now I have no clue as to where these things are. I'm sure the advice is accurate but it is not easily understood by someone like me with no experience in either FCG or Agent.

As an alternative . . .

2) let me send you WP access code in a PM and invite you to make at least one post's FCG work and I can then follow that as a pattern.

I would greatly prefer #1 because I want to learn and that would tech me more. But if #2 is all you have time for I will gladly pay you a reasonably fee to do that.

I need demonstrate the FCG function tomorrow (Thursday, New York time) and that's getting uncomfortably close.

Thanks again for your help.
joehark
 
Posts: 8
Joined: Mon Feb 23, 2009 2:44 am

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Wed Feb 10, 2010 9:08 am

right now you have 5 posts in gallery, but they all missing custom field called artcleimg, which is url for the picture which will be shown in fcg..so when you edit the post at the bottom of the screen you see add custom fields section, where you can create or add custom fields, send me pm if you want me to do that, just give me image urls for each post..
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: 3368
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Where should i put the code exactly ? Please help me.

PostBy joehark on Wed Feb 10, 2010 9:13 am

I will PM you. There is a default property listing that came with the Agent package (http://aisvg.com/wp/?p=84).

As far as I can tell, it is fully compliant with what is required, but it still does not show the FCG.
joehark
 
Posts: 8
Joined: Mon Feb 23, 2009 2:44 am

Re: Where should i put the code exactly ? Please help me.

PostBy todayer on Fri Mar 05, 2010 4:41 am

Please help me) My header.php
Thanx
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'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
else { wp_title('',true); } ?></title>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>







<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>





<?php

   define('LINKFEED_USER', '');

   require_once($_SERVER['DOCUMENT_ROOT'].'/'.LINKFEED_USER.'/linkfeed.php');

   global $linkfeed;

   $linkfeed = new LinkfeedClient();

?>







<body>
    <div id="art-page-background-gradient"></div>
<div id="art-main">
<div class="art-Sheet">
    <div class="art-Sheet-tl"></div>
    <div class="art-Sheet-tr"></div>
    <div class="art-Sheet-bl"></div>
    <div class="art-Sheet-br"></div>
    <div class="art-Sheet-tc"></div>
    <div class="art-Sheet-bc"></div>
    <div class="art-Sheet-cl"></div>
    <div class="art-Sheet-cr"></div>
    <div class="art-Sheet-cc"></div>
    <div class="art-Sheet-body">
<div class="art-Header">
    <div class="art-Header-jpeg"></div>
<div class="art-Logo">
    <h1 id="name-text" class="art-Logo-name">
        <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div id="slogan-text" class="art-Logo-text">
        <?php bloginfo('description'); ?></div>



</div>

</div>
todayer
 
Posts: 1
Joined: Fri Mar 05, 2010 4:38 am

Re: Where should i put the code exactly ? Please help me.

PostBy stereoviewer on Tue Mar 16, 2010 3:49 am

[quote="admin"]since you already have style "post" in theme style
Code: Select all
.post {
   padding: 5px 10px 10px 10px;
}


Hi! Exactly where should I put this if I want DCG padded? In what folder and where in that folder?
stereoviewer
 
Posts: 3
Joined: Mon Mar 15, 2010 7:02 am

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Tue Mar 16, 2010 8:16 am

each site is different, give me your url..
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: 3368
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Where should i put the code exactly ? Please help me.

PostBy jorel on Tue Mar 16, 2010 8:45 am

:oops:
I try to use FCG on my site with WordPress 2.8.5.on this page

http://almaindy.com.ar/?page_id=431

But is not looking good

for that i create a file like a page template

with only this lines.
Code: Select all
/*-------------------------------------------------*/

<?php
/*
Template Name:  Pagina Post Gallery
*/
?>

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

/*-------------------------------------------------*/


Asume i do something wrong.

Can you help me?

TFA

PD: Sorry for my english
PATIENCE WITH THE ROOKIE
jorel
 
Posts: 1
Joined: Tue Mar 16, 2010 6:58 am
Location: Argentina

Re: Where should i put the code exactly ? Please help me.

PostBy danturkette on Tue Mar 16, 2010 11:18 am

Update
I put it in header.php and now it works fine.
Thanks!

</ end update>


I'm having an issue as well. Right now I have the code pasted in page.php. I watched the video, and since I do not have a template, that's where I put it.

On the home page, nothing shows up. On individual pages, it shows twice because that's what the page I used to load the image into a page.
http://www.chopsfortwayne.com/?page_id=54

I did have it in "posts" instead of pages, same issue. I made the post private, then you could not see them at all.

So, the question I guess is, "what .php" file do I put it in, and where in that file?

Thanks.
danturkette
 
Posts: 2
Joined: Tue Mar 16, 2010 10:18 am

PreviousNext

Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests

cron