Hey,
My pluging actually works really well, but i have 2 questions:
This is how it looks like in my page.php
<?php get_header(); ?>
<div class="art-contentLayout">
<?php include (TEMPLATEPATH . '/sidebar1.php'); ?><div class="art-content">
<div class="art-Post-body <?php
if (is_page('Welcome') )
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="art-Post">
<div class="art-Post-tl"></div>
<div class="art-Post-tr"></div>
<div class="art-Post-bl"></div>
<div class="art-Post-br"></div>
<div class="art-Post-tc"></div>
<div class="art-Post-bc"></div>
<div class="art-Post-cl"></div>
<div class="art-Post-cr"></div>
<div class="art-Post-cc"></div>
<div class="art-Post-body">
<div class="art-Post-inner art-article">
<h2 class="art-PostHeaderIcon-wrapper">
<span class="art-PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<?php the_title(); ?>
</a></span>
</h2>
<div class="art-PostContent">
<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry »', 'kubrick')); ?>
</div>
<div class="cleared"></div>
</div>
</div>
</div>
<?php endwhile; endif; ?>
</div>
<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
</div>
<div class="cleared"></div>
<?php get_footer(); ?>
....
To see how it looks like on my webpage, you can click here http://www.mikaandfabiola.com/en
BUT
Question 1 :
Is there any way i can put it in actual "box" where my text is ... Lets say that my front page is my welcome page .. how can i put the FCG appear right under the Welcome icone .. WITHOUT it affection other things .. (i tired to do this onces, but it kept showing an old post under the FCG box)
Question 2 :
By putting my code (as i have done, as you can see above) it effect my bullects, witch mean.
It can show is this:
1.
2.
3.
4.
but i can not show
-
-
-
-
out from a text ..
....
How can do so it doesn't effect the bullet? .. any additional code or?
Thank you so much for your help!!
Blessings,
Mika
Can I put the FCG in ONE POST only - Atahualpa theme
24 posts • Page 2 of 3 • 1, 2, 3
- Thank you for using the Featured Content Gallery Forum
Re: Can I put the FCG in ONE POST only - Atahualpa theme
Hi Admin,
I could make the FCG working by following the steps you suggested. However, the homepage is not static even if I choose static... What would you suggest me to do?
I could make the FCG working by following the steps you suggested. However, the homepage is not static even if I choose static... What would you suggest me to do?
- tugi
- Posts: 2
- Joined: Sat Jun 05, 2010 6:30 am
Re: Can I put the FCG in ONE POST only - Atahualpa theme
please give me your url, and tell me exactly where you want to see the gallery
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: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Can I put the FCG in ONE POST only - Atahualpa theme
Thanks for the reply. This is the url: http://emriver.tugiyanto.com/
I could see that the gallery start showing. However, underneath it, I do not want those recent posts to show. I just want to have a static content there..
Thanks a million.
I could see that the gallery start showing. However, underneath it, I do not want those recent posts to show. I just want to have a static content there..
Thanks a million.
- tugi
- Posts: 2
- Joined: Sat Jun 05, 2010 6:30 am
Re: Can I put the FCG in ONE POST only - Atahualpa theme
Hi all!
My blog url is: http://www.vainaminha.com.br
I'm using eDegree theme and I set Featured Content Selection (on FCG config) to show content by blog category. The "Category Name" box is blank and "Number of the items to display" is 5.
At Reading Settings (on WP config) I set "Blog pages" and "Syndication feeds" to show at most 10 posts.
PROBLEM: at the home page, my blog show 5 most recent posts and his images at the FCG Header. Thats ok! But, "Next Pages" (http://www.vainaminha.com.br/page/2/ and others) show the same 5 posts from home and hide oldies posts.
QUESTION: how can I put the FCG to display 5 most recent posts at home and FCG header (as now) and oldies posts at the "Next Pages"?
Please, help me to fix this problem.
Thanks all!
PS: sorry about my english. I am studying yet and I trying to be clear.
My blog url is: http://www.vainaminha.com.br
I'm using eDegree theme and I set Featured Content Selection (on FCG config) to show content by blog category. The "Category Name" box is blank and "Number of the items to display" is 5.
At Reading Settings (on WP config) I set "Blog pages" and "Syndication feeds" to show at most 10 posts.
PROBLEM: at the home page, my blog show 5 most recent posts and his images at the FCG Header. Thats ok! But, "Next Pages" (http://www.vainaminha.com.br/page/2/ and others) show the same 5 posts from home and hide oldies posts.
QUESTION: how can I put the FCG to display 5 most recent posts at home and FCG header (as now) and oldies posts at the "Next Pages"?
Please, help me to fix this problem.
Thanks all!
PS: sorry about my english. I am studying yet and I trying to be clear.
- dudsweb
- Posts: 5
- Joined: Wed Aug 11, 2010 3:33 pm
Re: Can I put the FCG in ONE POST only - Atahualpa 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
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: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Can I put the FCG in ONE POST only - Atahualpa theme
FANTASTIC!
HAS DONE!
Thanks, i had a fix de problem with your help!
God bless you!

HAS DONE!
Thanks, i had a fix de problem with your help!
God bless you!
- dudsweb
- Posts: 5
- Joined: Wed Aug 11, 2010 3:33 pm
Re: Can I put the FCG in ONE POST only - Atahualpa theme
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
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: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Can I put the FCG in ONE POST only - Atahualpa theme
I want to put a FCG gallery on several pages. I added the code in the page.php:
Edit: I selected another plugin ... ran out of time.
- Code: Select all
<?php if (is_page('Wedding') )
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
<?php if (is_page('Product') )
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
Edit: I selected another plugin ... ran out of time.
Last edited by cristal on Tue Oct 19, 2010 12:27 am, edited 1 time in total.
- cristal
- Posts: 1
- Joined: Tue Oct 05, 2010 2:41 am
Re: Can I put the FCG in ONE POST only - Atahualpa theme
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
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: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
24 posts • Page 2 of 3 • 1, 2, 3
Return to Plugin Settings, Features, and Options
Who is online
Users browsing this forum: No registered users and 0 guests









