Hi,
Can you please help. I am using flexx professional theme from ithemes.com. I got the FCG working, but my sidebar widgets section is not showing up. I am gettting a blank white space. My widgets sections got pushed down to the botton. You can see what it looks like on:http://www.theexpertinspector.com/.
This is where I put the code:
<?php get_header(); global $wp_theme_options; ?>
<?php do_action('before_content'); ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<!--index.php-->
<div class="<?php do_action('content_style'); ?>" id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?>
<!--Post Wrapper Class-->
<div <?php if (function_exists('post_class')) { post_class(); } else { echo 'class="post"'; } ?>>
<!--Title/Date/Meta-->
<div class="title wrap">
<div class="date">
<div class="month"><?php the_time('M'); ?></div>
<div class="day"><?php the_time('d'); ?></div>
</div>
<div class="post-title">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
By
<span class="meta-author"><?php the_author_posts_link(); ?></span>
· Comments
<span class="meta-comments"><?php comments_popup_link('(0)', '(1)', '(%)'); ?></span>
</div>
</div>
<!--post text with the read more link-->
<?php the_content('Read More→'); ?>
<?php ithemes_insert_edit_link(); ?>
<!--post meta info-->
<div class="meta-bottom wrap">
<div class="alignleft"><span class="categories">Categories : <?php the_category(', ') ?></span></div>
<div class="alignright"><span class="comments">Comments <?php comments_popup_link('(0)', '(1)', '(%)'); ?></span></div>
</div>
</div><!--end .post-->
<?php endwhile; // end of one post ?>
<!-- Previous/Next page navigation -->
<div class="paging clearfix">
<div class="alignleft"><?php previous_posts_link('« Previous Page') ?></div>
<div class="alignright"><?php next_posts_link('Next Page »') ?></div>
</div>
<?php else : // do not delete ?>
<div class="post">
<h3><?php _e("Page not Found"); ?></h3>
<p><?php _e("We're sorry, but the page you're looking for isn't here."); ?></p>
<p><?php _e("Try searching for the page you are looking for or using the navigation in the header or sidebar"); ?></p>
</div>
<?php endif; // do not delete ?>
</div><!--end #content-->
<?php do_action('after_content'); ?>
<?php get_footer(); //Include the Footer ?>
Where should i put the code exactly ? Please help me.
Re: Where should i put the code exactly ? Please help me.
- Attachments
-
- Feature Contenet Gallery screenshot.jpg (149.09 KiB) Viewed 1301 times
- colind
- Posts: 4
- Joined: Thu Dec 31, 2009 3:06 am
- Thank you for using the Featured Content Gallery Forum
Re: Where should i put the code exactly ? Please help me.
Hi,
Any updates?
Thanks
Any updates?
Thanks
- colind
- Posts: 4
- Joined: Thu Dec 31, 2009 3:06 am
Re: Where should i put the code exactly ? Please help me.
it is really hard to say where to put the code, you just need to experiment by putting code in different locations, try after <?php get_header();
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: Where should i put the code exactly ? Please help me.
You must be thinking,"how many times can I answer the same question?" But here I am after watching video tutorials and reading all the posts, I still can't figure out where to enter my code.
Here is a copy of my (page.php) code below, please let me know where to insert the code, Thank you so very much... Also, if it is better on the main index php, please let me know..Dianne
http://www.theantiagingartist.com
<?php get_header(); ?>
<div id="wrap">
<div id="content">
<div id="contentleft">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<div class="post">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__('Read more', 'studiopress'));?><div class="clear"></div><?php edit_post_link(__('(Edit)', 'studiopress'), '', ''); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
Here is a copy of my (page.php) code below, please let me know where to insert the code, Thank you so very much... Also, if it is better on the main index php, please let me know..Dianne
http://www.theantiagingartist.com
<?php get_header(); ?>
<div id="wrap">
<div id="content">
<div id="contentleft">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<div class="post">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__('Read more', 'studiopress'));?><div class="clear"></div><?php edit_post_link(__('(Edit)', 'studiopress'), '', ''); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
- ddelreyes
- Posts: 3
- Joined: Wed Jan 06, 2010 7:48 pm
Re: Where should i put the code exactly ? Please help me.
I got the featured content gallery successfully installed at :http://www.theexpertinspector.com/ , but I need to change the padding so I can move it to the right and center it. I tried tweeking the padding: /*********************************************
Content Div
*********************************************/
#content {
background: #FFF url(images/grad.gif) repeat-x;
}
.post {
padding: 15px 10px 10px 15px; <============I tried tweeking this but didnt work?
}
.post .title {
width: 580px;
}
.page .date {
display: none;
}
.post .date {
display: block;
width: 69px; height: 75px;
background: url(images/date.png) no-repeat;
text-align: center;
color: #FFF;
float: left;
}
.post .date .month {
font-size: 16px;
line-height: 32px;
text-transform: uppercase;
}
.post .date .day {
font-size: 35px;
line-height: 35px;
}
.post .post-title {
float: left;
width: 500px;
padding: 12px 0px 0px 10px;
}
.post .post-title a {
text-decoration: none;
}
Content Div
*********************************************/
#content {
background: #FFF url(images/grad.gif) repeat-x;
}
.post {
padding: 15px 10px 10px 15px; <============I tried tweeking this but didnt work?
}
.post .title {
width: 580px;
}
.page .date {
display: none;
}
.post .date {
display: block;
width: 69px; height: 75px;
background: url(images/date.png) no-repeat;
text-align: center;
color: #FFF;
float: left;
}
.post .date .month {
font-size: 16px;
line-height: 32px;
text-transform: uppercase;
}
.post .date .day {
font-size: 35px;
line-height: 35px;
}
.post .post-title {
float: left;
width: 500px;
padding: 12px 0px 0px 10px;
}
.post .post-title a {
text-decoration: none;
}
- colind
- Posts: 4
- Joined: Thu Dec 31, 2009 3:06 am
Re: Where should i put the code exactly ? Please help me.
colind,your gallery call in under "content"div, so you need to put your padding under it like this
- Code: Select all
#content {
background: #FFF url(images/grad.gif) repeat-x;
padding: 15px 10px 10px 15px;
}
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: Where should i put the code exactly ? Please help me.
ddelreyes , it looks like you put the gallery call in correct place, the only thing, gallery does not work, reasons: you have only one post defined in gallery, should be at least 2, and you need to provide articleimg custom fields for each post in the gallery,
P.S.
I am here to answer sometimes millions of times, but this is a forum, and I am an admin, that's my job..
P.S.
,You must be thinking,"how many times can I answer the same question?"
I am here to answer sometimes millions of times, but this is a forum, and I am an admin, that's my job..
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: Where should i put the code exactly ? Please help me.
Hi Yelena,
I did not put the code in at all, did it get put in automatically perhaps... I am such a novice here and "coding" is seriously foreign to me.
I will set up two posts with the articleing, just noticed that in tutorial.
I did not put the code in at all, did it get put in automatically perhaps... I am such a novice here and "coding" is seriously foreign to me.
I will set up two posts with the articleing, just noticed that in tutorial.
- ddelreyes
- Posts: 3
- Joined: Wed Jan 06, 2010 7:48 pm
Re: Where should i put the code exactly ? Please help me.
Okay! wahoo, think I got it working!!!
Amazing!!
Thanks for your help.
Amazing!!
Thanks for your help.
- ddelreyes
- Posts: 3
- Joined: Wed Jan 06, 2010 7:48 pm
Who is online
Users browsing this forum: No registered users and 0 guests









