the divs that hold the gallery slide info are appearing below the gallery.
I only have one other plugin activated, I tried turning it off, but it did not help.
http://www.epilogueimaging.com/epilogueinc/test/
imageElement div's showing below Gallery
7 posts • Page 1 of 1
- Thank you for using the Featured Content Gallery Forum
Re: imageElement div's showing below Gallery
what you have under fcg, is not part of fcg, it is your code
to show real slider from fcg, you need to specify text overlay height to be more than 0, you have now 0, that's why real slider does not show up..
- Code: Select all
<div id="ticker"><ul> <li class="cat-item cat-item-10"><a href="http://www.epilogueimaging.com/epilogueinc/test/category/clients/christian-dior/" title="View all posts filed under Christian Dior">Christian Dior</a>
</li>
<li class="cat-item cat-item-5 current-cat"><a href="http://www.epilogueimaging.com/epilogueinc/test/category/clients/vogue/" title="View all posts filed under Vogue">Vogue</a>
</li>
</ul></div>>
to show real slider from fcg, you need to specify text overlay height to be more than 0, you have now 0, that's why real slider does not show up..
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: imageElement div's showing below Gallery
the html underneath the gallery that you listed had nothing to do with the gallery and I believe it was outside it, but I removed it anyway.
Also I read that if i set Text Overlay Height in Pixels: to 0 I would not get the text overlay. I do not want the text overlay, but for argument's sake, I set it to 50.
so the slide still works, but I still have those three imageElements divisions showing up underneath the FCG.
Also I read that if i set Text Overlay Height in Pixels: to 0 I would not get the text overlay. I do not want the text overlay, but for argument's sake, I set it to 50.
so the slide still works, but I still have those three imageElements divisions showing up underneath the FCG.
- findes
- Posts: 4
- Joined: Thu Jun 25, 2009 7:58 am
Re: imageElement div's showing below Gallery
that's your posts, not gallery, since your post do not have words in it, there only images with titles shown, they are not gallery, check on div names, they called "content","post", we do not have divs in gallery with this names..
there is no arguments here, we providing help, may be I did not understand your question, sorry,
and yes, if you do not want to have slider shown, set text overlay to 0.
there is no arguments here, we providing help, may be I did not understand your question, sorry,
and yes, if you do not want to have slider shown, set text overlay to 0.
- Code: Select all
<div id="content">
<div class="post">
<h1 id="post-40">Vogue Cover 3</h1>
<div class="entrytext">
<p><a href="http://www.epilogueimaging.com/epilogueinc/test/wp-content/uploads/2009/06/08_10_07_38_v1.jpg"><img src="http://www.epilogueimaging.com/epilogueinc/test/wp-content/uploads/2009/06/08_10_07_38_v1-225x300.jpg" alt="08_10_07_38_v1" title="08_10_07_38_v1" width="225" height="300" class="aligncenter size-medium wp-image-41" /></a></p>
</div>
</div>
<div class="post">
<h1 id="post-37">Vogue Cover 2</h1>
<div class="entrytext">
<p><a href="http://www.epilogueimaging.com/epilogueinc/test/wp-content/uploads/2009/06/08_10_07_37_v1.jpg"><img src="http://www.epilogueimaging.com/epilogueinc/test/wp-content/uploads/2009/06/08_10_07_37_v1-225x300.jpg" alt="08_10_07_37_v1" title="08_10_07_37_v1" width="225" height="300" class="aligncenter size-medium wp-image-38" /></a></p>
</div>
</div>
<div class="post">
<h1 id="post-35">Vogue Cover 1</h1>
<div class="entrytext">
<p><a href="http://www.epilogueimaging.com/epilogueinc/test/wp-content/uploads/2009/06/08_10_07_36_v1.jpg"><img src="http://www.epilogueimaging.com/epilogueinc/test/wp-content/uploads/2009/06/08_10_07_36_v1-228x300.jpg" alt="08_10_07_36_v1" title="08_10_07_36_v1" width="228" height="300" class="aligncenter size-medium wp-image-34" /></a></p>
</div>
</div>
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: imageElement div's showing below Gallery
I do appreciate your help. I really like your plug-in, I am just trying to get it to work. Something very interesting is happening here.
I have only text in the content of my 'Page' titled 'Home'. Without your include code, the text show on the page. But when I put the following code in my header.php file
I get the listing of posts and not the text that should be on the page.
I have also tried using is_front_page() and get the same results. The Gallery works but it is showing a list of the posts that are used in the gallery instead of the text that should be on the page. I have other posts that are newer but not tagged with 'articleimage' and these are not showing on the home page. Just the three being used in the gallery.
I have only text in the content of my 'Page' titled 'Home'. Without your include code, the text show on the page. But when I put the following code in my header.php file
- Code: Select all
<?php
if ( is_page('home') ) {
// This is the frontpage
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
I get the listing of posts and not the text that should be on the page.
I have also tried using is_front_page() and get the same results. The Gallery works but it is showing a list of the posts that are used in the gallery instead of the text that should be on the page. I have other posts that are newer but not tagged with 'articleimage' and these are not showing on the home page. Just the three being used in the gallery.
- findes
- Posts: 4
- Joined: Thu Jun 25, 2009 7:58 am
Re: imageElement div's showing below Gallery
can you give me php source of that page?
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: imageElement div's showing below Gallery
these are word press templates:
main index template:
header.php
main index template:
- Code: Select all
<?php get_header(); ?>
<?php if (have_posts()) : ?><?php $first = 1; while (have_posts()) : the_post(); ?>
<div class="post">
<h1 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="entry">
<?php if ( 1 == $first && is_home() && !is_paged() ) {
the_content('<br />|More...<br />','relaxation');
$first = 0;
} else {
the_content('<br />|More...<br />','relaxation');
} ?>
</div>
<p class="postmetadata"><?php the_time(__('d. F Y','relaxation')) ?> | <?php the_category(', ') ?> <!--| <a href="<?php trackback_url(true); ?>" rel="Trackback"> Trackback-Url</a> -->| <?php comments_popup_link(__('Comment','relaxation'), __('Comments (1)','relaxation'), __('Comments (%)','relaxation')); ?></p>
</div>
<?php endwhile; ?>
<div class="pagenavigation2">
<div class="alignleft"><?php next_posts_link('« Next') ?></div>
<div class="alignright"><?php previous_posts_link('Previous »') ?></div>
</div>
<?php else : ?>
<h2 class="center"><?php _e('Not found.'); ?></h2>
<p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>
header.php
- Code: Select all
<?php load_theme_textdomain('relaxation'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php echo get_bloginfo('stylesheet_url') ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="top">
<div id="topbar">
<ul class="topmenu">
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div>
</div>
<div id="page">
<div id="header">
<div id="blogname">
<h2><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h2>
<p> <?php bloginfo('description'); ?></p>
</div>
</div>
<div id="wrapper">
<div id="content">
<?php
if ( is_page('home') ) {
// This is the frontpage
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
- findes
- Posts: 4
- Joined: Thu Jun 25, 2009 7:58 am
7 posts • Page 1 of 1
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









