Hi,
I have the following setup
WP 3.1.4
Coraline 1.0.2 theme
PHP-Exec is the only current plugin
If you go to http://www.frugaldigital.org/wordpress you'll notice that there are no images in the FCG. Are there any suggestions, I have tried some suggestions in the forum and followed the video instructions. I have included some snaps from the blog post setup and the FCG settings.
Thank you in advance -
M
No images loaded in FCG
12 posts • Page 1 of 2 • 1, 2
Re: No images loaded in FCG
try to use gallery call in this format
- Code: Select all
<?php
global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.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
Re: No images loaded in FCG
I have the same problem. I have a theme that does not allow php code. The work around is to install a widget where you want the FCG to be and use a php text widget like exec-php. I have that in place but I'm not able to see any pictures. I used the gallery php code (above) and now the thumnail pictures are visible but not the full size picture?
What gives!?
http://clintschubert.com
What gives!?
http://clintschubert.com
- clintschubert
- Posts: 2
- Joined: Sun Jul 03, 2011 11:03 pm
Re: No images loaded in FCG
looks like you fixed it
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: No images loaded in FCG
I was having a similar problem with images not showing up. I used the gallery call listed above, which fixed the images, but my page titles aren't appearing over top the images.
Check it out here:
http://socialjusticeusa.org
Thanks
Check it out here:
http://socialjusticeusa.org
Thanks
- socjusticeusa
- Posts: 5
- Joined: Mon Oct 10, 2011 11:53 am
Re: No images loaded in FCG
what page you put the gallery call and in what format? somehow paragraph tag got in there which is not supposed to be 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: No images loaded in FCG
I've used Exec-PHP so that I can paste the code right into the page's body in wordpress. It's on my "Home" page, which I've made to be static in the Wordpress settings.
When going into my "Home" page, in the html tab I don't see a paragraph tag. Perhaps wordpress is adding this in...? Here is exactly what I see:
<div style="margin-top: -20px;">
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
[column width="50%" padding="0"]
<form style="background: url('http://socialjusticeusa.org/wp-content/themes/atahualpa/images/emailsub.jpg'); border: 0px solid #ccc; padding: 0px; padding-top: 0px; margin-top: 15px; text-align: center; width: 296px; height: 232px;" action="http://feedburner.google.com/fb/a/mailverify" method="post">
</br>
</br>
</br>
[widgets_on_pages]
[/column] [column width="50%" padding="0"]
<a href="http://socialjusticeusa.org/news"><img class="alignright size-full wp-image-100" style="margin-top: -12px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px;" title="news" src="http://socialjusticeusa.org/wp-content/uploads/2011/04/news1.jpg" alt="" width="296" height="232" /></a>[/column]
[end_columns]</form></div>
When going into my "Home" page, in the html tab I don't see a paragraph tag. Perhaps wordpress is adding this in...? Here is exactly what I see:
<div style="margin-top: -20px;">
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
[column width="50%" padding="0"]
<form style="background: url('http://socialjusticeusa.org/wp-content/themes/atahualpa/images/emailsub.jpg'); border: 0px solid #ccc; padding: 0px; padding-top: 0px; margin-top: 15px; text-align: center; width: 296px; height: 232px;" action="http://feedburner.google.com/fb/a/mailverify" method="post">
</br>
</br>
</br>
[widgets_on_pages]
[/column] [column width="50%" padding="0"]
<a href="http://socialjusticeusa.org/news"><img class="alignright size-full wp-image-100" style="margin-top: -12px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px;" title="news" src="http://socialjusticeusa.org/wp-content/uploads/2011/04/news1.jpg" alt="" width="296" height="232" /></a>[/column]
[end_columns]</form></div>
- socjusticeusa
- Posts: 5
- Joined: Mon Oct 10, 2011 11:53 am
Re: No images loaded in FCG
check your view source,
do you see the paragraph tag? It is wordpress page editor,which likes to put paragraph tag everywhere...
Try to put gallery call through home.php or index.php
- Code: Select all
<style type="text/css">
<p> .jdGallery .slideInfoZone
{
height: 50px;
}.....
do you see the paragraph tag? It is wordpress page editor,which likes to put paragraph tag everywhere...
Try to put gallery call through home.php or index.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
Re: No images loaded in FCG
That worked - thanks.
Now, I'd like to remove the featured text below below the title, but leave the title in place. I tried one of your solutions from another post but it didn't work (added "featuredtext" custom field, but it won't let me create one without a value and I've tried creating it with a value and then clearing it, but when i update the page, it automatically fills the field with what i've deleted).
Is there somewhere in the code that I can remove the featured text?
Now, I'd like to remove the featured text below below the title, but leave the title in place. I tried one of your solutions from another post but it didn't work (added "featuredtext" custom field, but it won't let me create one without a value and I've tried creating it with a value and then clearing it, but when i update the page, it automatically fills the field with what i've deleted).
Is there somewhere in the code that I can remove the featured text?
- socjusticeusa
- Posts: 5
- Joined: Mon Oct 10, 2011 11:53 am
Re: No images loaded in FCG
Nevermind - having the "featuredtext" box checked in options and then not having the field on my chosen pages/posts eliminated the text from my gallery.
Thanks!
Thanks!
- socjusticeusa
- Posts: 5
- Joined: Mon Oct 10, 2011 11:53 am
12 posts • Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 0 guests









