nice...fixed it:)
next ....is the same
IE6 the baner on the top right side is minimized?????? can i fix thet too?:)...please:)
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.
bata wrote:nice...fixed it:)
next ....is the same
IE6 the baner on the top right side is minimized?????? can i fix thet too?:)...please:)
ohhh sory thet was question for word press theemes sory..not for this thread:)
- bata
- Posts: 11
- Joined: Sun Jul 05, 2009 4:28 pm
Re: Where should i put the code exactly ? Please help me.
i make it featured content gallery complitly in work:) ...in a magazine basic theme for IE opera and firefox....thx a lot:)
- bata
- Posts: 11
- Joined: Sun Jul 05, 2009 4:28 pm
Re: Where should i put the code exactly ? Please help me.
you are welcome
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Where should i put the code exactly ? Please help me.
I am getting problem while putting the code to page.php it shows nothing. pls tell me where should i paste the code to get fcg working on a single page.
Page Template (page.php)
<?php get_header(); ?>
<div id="container">
<div id="left-div">
<div id="left-inside">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!--Start Post-->
<div class="post-wrapper">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php the_content('Read the rest of this entry »'); ?>
</div>
<?php endwhile; ?>
<!--End Post-->
<p class="pagination"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
<?php else : ?>
<h2 align="center">Not Found</h2>
<p align="center">Sorry, but the page you requested could not be found.</p>
<?php endif; ?>
</div>
</div>
<!--Begin Sidebar-->
<?php get_sidebar(); ?>
<!--End Sidebar-->
<!--Begin Footer-->
<?php get_footer(); ?>
<!--End Footer-->
</body>
</html>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
Page Template (page.php)
<?php get_header(); ?>
<div id="container">
<div id="left-div">
<div id="left-inside">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!--Start Post-->
<div class="post-wrapper">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php the_content('Read the rest of this entry »'); ?>
</div>
<?php endwhile; ?>
<!--End Post-->
<p class="pagination"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
<?php else : ?>
<h2 align="center">Not Found</h2>
<p align="center">Sorry, but the page you requested could not be found.</p>
<?php endif; ?>
</div>
</div>
<!--Begin Sidebar-->
<?php get_sidebar(); ?>
<!--End Sidebar-->
<!--Begin Footer-->
<?php get_footer(); ?>
<!--End Footer-->
</body>
</html>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
- ashutoshjha
- Posts: 1
- Joined: Sun Jul 12, 2009 6:54 am
Re: Where should i put the code exactly ? Please help me.
put the gallery call after this line
<div id="container">
<div id="container">
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Where should i put the code exactly ? Please help me.
When a user asks a question like 'Where Do i Put the Code' their question is also aimed where at where the code should be inserted in the line. Most people here answer that question by saying which page the code should go into, be it all helpful, dear members please also indicate which line as this can damage the entire blog or theme for the user. The developers should accommodate for this but they have not. Digging for this basic information is utterly arduous and looking for it in this forum can take longer than running an actual blog. Plugins were created for connivence right?
- kvo
- Posts: 8
- Joined: Thu Jul 16, 2009 3:57 am
Re: Where should i put the code exactly ? Please help me.
we cannot cover all themes, there are millions of them..trying never hurts...if you put it in wrong page or wrong place and it does not work as you desired, you can just remove it and try in another place..
what you mean by damage????
nothing damaged...just remove line and everything will be fine...
also, if I am saying put it under div "container"...there is only one container div in wp, could not be more...and I am giving exact line code..just search for it....
may be I should make all blog for you???
which line as this can damage the entire blog or theme for the user.
what you mean by damage????
nothing damaged...just remove line and everything will be fine...
also, if I am saying put it under div "container"...there is only one container div in wp, could not be more...and I am giving exact line code..just search for it....
utterly arduous
may be I should make all blog for you???
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Where should i put the code exactly ? Please help me.
hello
Can i check with you where is put the code in ?
Thanks
julian
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="headline">
<div class="headlineleft">
<h1><?php the_title(); ?></h1>
</div>
<div class="headlineright">
<p><a href="<?php the_permalink(); ?>#respond"><?php comments_number('0', '1', '%'); ?></a></p>
</div>
</div>
<div class="clear"></div>
<?php the_content(__('Read more', 'studiopress'));?>
<div class="clear"></div>
<div class="postmeta">
<p><?php _e("Posted by", 'studiopress'); ?> <?php the_author_posts_link(); ?> <?php _e("on", 'studiopress'); ?> <?php the_time('l, F j, Y'); ?> <?php _e("at", 'studiopress'); ?> <?php the_time('g:i a'); ?> <?php edit_post_link('('.__('Edit', 'studiopress').')', '', ''); ?><br /><?php _e("Filed under", 'studiopress'); ?> <?php the_category(', ') ?> · <?php _e("Tagged with", 'studiopress'); ?> <?php the_tags('') ?></p>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?>
</div>
<div class="postcomments">
<?php comments_template('',true); ?>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<?php // The main column ends ?>
<?php get_footer(); ?>[/quote]
Can i check with you where is put the code in ?
Thanks
julian
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="headline">
<div class="headlineleft">
<h1><?php the_title(); ?></h1>
</div>
<div class="headlineright">
<p><a href="<?php the_permalink(); ?>#respond"><?php comments_number('0', '1', '%'); ?></a></p>
</div>
</div>
<div class="clear"></div>
<?php the_content(__('Read more', 'studiopress'));?>
<div class="clear"></div>
<div class="postmeta">
<p><?php _e("Posted by", 'studiopress'); ?> <?php the_author_posts_link(); ?> <?php _e("on", 'studiopress'); ?> <?php the_time('l, F j, Y'); ?> <?php _e("at", 'studiopress'); ?> <?php the_time('g:i a'); ?> <?php edit_post_link('('.__('Edit', 'studiopress').')', '', ''); ?><br /><?php _e("Filed under", 'studiopress'); ?> <?php the_category(', ') ?> · <?php _e("Tagged with", 'studiopress'); ?> <?php the_tags('') ?></p>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?>
</div>
<div class="postcomments">
<?php comments_template('',true); ?>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<?php // The main column ends ?>
<?php get_footer(); ?>[/quote]
- juliansimm
- Posts: 2
- Joined: Mon Jul 20, 2009 4:33 am
Re: Where should i put the code exactly ? Please help me.
try after
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php include(TEMPLATEPATH."/breadcrumb.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
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Who is online
Users browsing this forum: No registered users and 0 guests









