Images not displaying but box is there...
Re: Images not displaying but box is there...
do you have suggestions on how to work to gain access to my layout, without disrupting the current site. Would I need to give you access to my wp admin? If I set this up (when it's not working properly), it will be viewed by my readers, which I don't want.
- weddingnouveau
- Posts: 6
- Joined: Mon Apr 05, 2010 8:51 pm
- Thank you for using the Featured Content Gallery Forum
Re: Images not displaying but box is there...
Hello
I need help. I'm using the ITREPIDITY theme, with setting to use FCG.
I installed the pluggin, I put the images, but they appear in the middle of blog files.
And black box without works at the top.
What is wrong?
I did not understand the part where explains: Add the "articleimg" and "featuredtext" fields in the "custom field" on your blog posts (from this on at least two posts; otherwise, the slideshow will not run).
My blog is at URL http://blog.doris.com.br
Tks
Doris
I need help. I'm using the ITREPIDITY theme, with setting to use FCG.
I installed the pluggin, I put the images, but they appear in the middle of blog files.
And black box without works at the top.
What is wrong?
I did not understand the part where explains: Add the "articleimg" and "featuredtext" fields in the "custom field" on your blog posts (from this on at least two posts; otherwise, the slideshow will not run).
My blog is at URL http://blog.doris.com.br
Tks
Doris
- Doris
- Posts: 1
- Joined: Wed Jun 09, 2010 10:48 am
Images not displaying
I have updated the FCG plugin. After the update, the pictures were removed. I followed the directions based on the FCG tutorial and FCG pdf instruction (http://www.thewordpresschick.com/wp-con ... To_fcg.pdf).
In any case, there is a loading bar.
I have placed <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> in my Welcome.php.
When I edit my Home page, I entered articleimg: http://www.amar-international.com/wordpress/wp-content/uploads/2010/06/DSCN0019-e1276216531763.jpg and another articleimg: http://www.amar-international.com/wordpress/wp-content/uploads/2010/06/DSCN0013-e1276216466347.jpg
The post/page ID I have placed for the above medias are 127, 128.
Here is the website: http://www.amar-international.com/wordpress/
Here are the URL for the images:
http://www.amar-international.com/wordpress/?attachment_id=128
http://www.amar-international.com/wordpress/?attachment_id=127
Please help.
Thank you.
In any case, there is a loading bar.
I have placed <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> in my Welcome.php.
When I edit my Home page, I entered articleimg: http://www.amar-international.com/wordpress/wp-content/uploads/2010/06/DSCN0019-e1276216531763.jpg and another articleimg: http://www.amar-international.com/wordpress/wp-content/uploads/2010/06/DSCN0013-e1276216466347.jpg
The post/page ID I have placed for the above medias are 127, 128.
Here is the website: http://www.amar-international.com/wordpress/
Here are the URL for the images:
http://www.amar-international.com/wordpress/?attachment_id=128
http://www.amar-international.com/wordpress/?attachment_id=127
Please help.
Thank you.
- cfajutag
- Posts: 1
- Joined: Thu Jun 10, 2010 5:16 pm
Re: Images not displaying but box is there...
127, 128 are not pages or posts, are not they?
should be post or page ids and in those pages/posts you should specify articleimg custom fields
should be post or page ids and in those pages/posts you should specify articleimg custom fields
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: Images not displaying but box is there...
Hello,
similar problem with my FCG. I am just on creating a new blog and want to add FCG. I am no expert in all this php and css stuff. Mybe you can help me....
-> blog: http://www.linsenkappe.de/blog
-> header.php with FCG code inside
-> first item
"So, dass wir nun nich ein weitere Testartikel. Ich habe mir bei der Formulierung auch ganz viel Mühe gegeben. Und ein Bild ist auch hier dabei!!
<a href="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test2.jpg"><img src="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test2-300x200.jpg" alt="" title="test2" width="300" height="200" class="alignnone size-medium wp-image-8" /></a>"
->according articleimg:
"http://linsenkappe.de/blog/wp-content/uploads/2010/06/test2.jpg"
-> second item
"Hallo liebe Fotofreunde. Das hier ist der Testartikel Nummer 1. Und ein Bild gibt es auch noch dazu!!
<a href="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test1.jpg"><img src="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test1-300x200.jpg" alt="" title="test1" width="300" height="200" class="alignnone size-medium wp-image-5" /></a>"
->according articleimg:
"http://linsenkappe.de/blog/wp-content/uploads/2010/06/test1.jpg"
Hopefully you can find the fault!?!? Thanks for your help!
MG
similar problem with my FCG. I am just on creating a new blog and want to add FCG. I am no expert in all this php and css stuff. Mybe you can help me....
-> blog: http://www.linsenkappe.de/blog
-> header.php with FCG code inside
- Code: Select all
<?php
global $wp_version, $shortname;;
//Get the custom css string
$body_css = get_BodyCSS();
//Set a class name for internal pages
$subclass = '';
if(!is_home() || isset($_GET['paged']))
$subclass = 'internalpage';
?>
<!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'); ?>" />
<title>
<?php echo ($title = wp_title('–', false, 'right')) ? $title : ''; ?><?php echo ($description = get_bloginfo('description')) ? $description : bloginfo('name'); ?>
</title>
<meta name="author" content="<?php bloginfo('name'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_enqueue_script('jquery'); ?>
<?php if (is_singular()) wp_enqueue_script('comment-reply'); ?>
<?php wp_head(); ?>
<link href="<?php bloginfo('template_url'); ?>/style.css" type="text/css" rel="stylesheet" />
<?php if(get_skinDir()):?>
<link href="<?php bloginfo('template_url'); ?>/images/<?php echo get_skinDir();?>/style.css" type="text/css" rel="stylesheet" />
<?php endif;?>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/functions.js"></script>
<!--[if gte IE 5.5]>
<style type="text/css">.post img, .page img, .customhtml img {width: expression(this.width > 495 ? 495: true) }</style>
<![endif]-->
</head>
<body <?php echo (version_compare($wp_version, '2.8', '>=')) ? body_class($subclass) : 'class="'.$subclass .'"'?> <?php echo ($body_css) ? 'style="'.$body_css. '"' : ''?>>
<div id="bg" <?php echo (get_option('tbf2_header_image_file')) ? 'style="background-image:url('.get_option('tbf2_header_image_file'). ')"' : ''?>>
<div id="wrapper">
<div id="shadow">
<div id="header">
<h1 id="logo">
<?php if (get_option('tbf2_logo_header') == "yes" && get_option('tbf2_logo')) { ?>
<a href="<?php bloginfo('url'); ?>/"><img src="<?php echo get_option('tbf2_logo'); ?>" title="<?php bloginfo('name'); ?> -
<?php bloginfo('description'); ?>" alt="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" /></a>
<?php } else { //If no logo, show the blog title and tagline by default ?>
<a href="<?php bloginfo('url'); ?>" id="blogname" style="background:none;text-indent:0;width:auto"><span class="blod"><?php bloginfo('name'); ?></span> <?php bloginfo('description'); ?></a>
<?php } ?>
</h1>
<?php //Search box
if(get_option('tbf2_search_header') == "yes" || ((isset($_GET['preview']) && isset($_GET['template'])) || $_SERVER['HTTP_HOST'] == 'wp-themes.com')) : ?>
<?php include(TEMPLATEPATH.'/searchform.php'); ?>
<?php endif; ?>
</div>
<?php if (is_home() && !isset($_GET['paged'])) :?>
<div id="featured-zone">
<div id="slidespot">
<?php if(function_exists('gallery_styles')) : //Slideshow plugin activated ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php elseif(isset($_GET['preview']) && isset($_GET['template'])): //Theme is being previewed ?>
<img src="<?php bloginfo('template_url')?>/images/slidespot.jpg" alt="Install Featured Content Gallery Plugin to Replace This Image" />
<?php elseif(get_option('tbf2_custom_slidespot') == 'yes' && get_option('tbf2_custom_html_slidespot')): //Custom content is defined ?>
<?php echo get_option('tbf2_custom_html_slidespot');?>
<?php else: ?>
<img src="<?php bloginfo('template_url')?>/images/slidespot.jpg" alt="Install Featured Content Gallery Plugin to Replace This Image" />
<?php endif;?>
</div>
<div id="featured-wiz">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Top Custom Content (Home)") ) : ?>
<div class="widget">
<h2>ABOUT US</h2>
<p>To replace this text, go to "Widgets" page and start adding your own widgets to the "Top Custom Widget".</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas dolor nibh, feugiat ut fringilla eget, porttitor ac nisl. Phasellus non urna tellus. Suspendisse varius pharetra purus sit amet aliquet. Donec fermentum mi quis dolor fermentum euismod. </p>
<p>Vestibulum purus nunc, mollis pharetra aliquet ac, sodales ut risus.</p>
<p style="text-align:right"><img src="<?php bloginfo('template_url')?>/images/<?php echo (get_skinDir()) ? get_skinDir().'/' : ''?>btn-learn-more.png" alt="" /></p>
</div>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
<div id="container">
<div id="<?php echo (!$subclass) ? 'container-shoulder' : 'container-shoulder-plain';?>">
<div id="left-col">
-> first item
"So, dass wir nun nich ein weitere Testartikel. Ich habe mir bei der Formulierung auch ganz viel Mühe gegeben. Und ein Bild ist auch hier dabei!!
<a href="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test2.jpg"><img src="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test2-300x200.jpg" alt="" title="test2" width="300" height="200" class="alignnone size-medium wp-image-8" /></a>"
->according articleimg:
"http://linsenkappe.de/blog/wp-content/uploads/2010/06/test2.jpg"
-> second item
"Hallo liebe Fotofreunde. Das hier ist der Testartikel Nummer 1. Und ein Bild gibt es auch noch dazu!!
<a href="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test1.jpg"><img src="http://linsenkappe.de/blog/wp-content/uploads/2010/06/test1-300x200.jpg" alt="" title="test1" width="300" height="200" class="alignnone size-medium wp-image-5" /></a>"
->according articleimg:
"http://linsenkappe.de/blog/wp-content/uploads/2010/06/test1.jpg"
Hopefully you can find the fault!?!? Thanks for your help!
MG
- grosshansmichael
- Posts: 2
- Joined: Thu Jun 17, 2010 10:26 am
Re: Images not displaying but box is there...
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: Images not displaying but box is there...
Thank you very much for your help!! That was fast!!
MG
MG
- grosshansmichael
- Posts: 2
- Joined: Thu Jun 17, 2010 10:26 am
Re: Images not displaying but box is there...
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Images not displaying but box is there...
So, how exactly was this solved? I've been reading that many people dealt with the same situation (box showing by not images) but do not see a specific answer.
HELP Needed,
http://247landscaping.com/
Ricardo.
PS: by the time someone read/check this you'll find out I ended up using a different pluging but I'm still interested on learning how make this one work..............
+++++++++++++++++++++++++++++++
Hi Yelena I posted here few months ago and still can't find how to make this work. Just know I'm not sure if I should be editing this old post of mine or should I just create a new one so I'll do both.
I have read a lot on the forum, watch the instructional video, disable all other plugins and still 'Images not displaying but box is there...'
This is the site I'm talking about and your feedback is greatly, greatly appreciated. This time I'll wait and don't change the site until reading back from you so you can take a look to current status and provide me with feedback so I can troubleshoot with your help:http://oceldercareresource.com/
Thank you.
Ricardo.
HELP Needed,
http://247landscaping.com/
Ricardo.
PS: by the time someone read/check this you'll find out I ended up using a different pluging but I'm still interested on learning how make this one work..............
+++++++++++++++++++++++++++++++
Hi Yelena I posted here few months ago and still can't find how to make this work. Just know I'm not sure if I should be editing this old post of mine or should I just create a new one so I'll do both.
I have read a lot on the forum, watch the instructional video, disable all other plugins and still 'Images not displaying but box is there...'
This is the site I'm talking about and your feedback is greatly, greatly appreciated. This time I'll wait and don't change the site until reading back from you so you can take a look to current status and provide me with feedback so I can troubleshoot with your help:http://oceldercareresource.com/
Thank you.
Ricardo.
Last edited by ricarod on Tue Aug 10, 2010 6:57 am, edited 1 time in total.
- ricarod
- Posts: 7
- Joined: Sat Jun 19, 2010 5:22 am
Re: Images not displaying but box is there...
Dear Admin
I hope you are well,
I did the same thing what you write but still same broblem the Pic doesn't show you can check it live in my website http://allnewthings.com
I did the same what you write on http://www.featuredcontentgallery.com/install-setup/
Thanks in advance
I hope you are well,
I did the same thing what you write but still same broblem the Pic doesn't show you can check it live in my website http://allnewthings.com
I did the same what you write on http://www.featuredcontentgallery.com/install-setup/
Thanks in advance
- saidammir
- Posts: 2
- Joined: Mon Jun 21, 2010 3:52 am
Who is online
Users browsing this forum: No registered users and 0 guests









