Featured Content Gallery | WordPress Plugin | iePlexus

Images not displaying but box is there...

Downloading, installing, upgrading, and configuring the FCG plugin

Re: Images not displaying but box is there...

PostBy prosam on Wed Aug 11, 2010 4:10 pm

dudsweb wrote:i get have the same problem!

I have the articleimg custom field selected and set up in 3 posts with a link to the images, But the images do not show up. I'm assuming I have that code in because the box is there, is that right?

Can anyone tell me what I do?
The url is http://www.tempblog.deixanogelo.com/wordpress/

Thanks!

You have several Javascripts running on the site including jquery which if I'm not mistaken cannot run at the same time as mootools which is what powers fcg. Yelena can be of more help. But I would try removing whatever it is that use jquery. and then check if the gallery works.
prosam
 
Posts: 6
Joined: Thu Aug 05, 2010 9:37 pm

Re: Re: Images not displaying but box is there...

Thank you for using the Featured Content Gallery Forum
 

Re: Images not displaying but box is there...

PostBy dudsweb on Wed Aug 11, 2010 5:09 pm

prosam wrote:
dudsweb wrote:i get have the same problem!

I have the articleimg custom field selected and set up in 3 posts with a link to the images, But the images do not show up. I'm assuming I have that code in because the box is there, is that right?

Can anyone tell me what I do?
The url is http://www.tempblog.deixanogelo.com/wordpress/

Thanks!

You have several Javascripts running on the site including jquery which if I'm not mistaken cannot run at the same time as mootools which is what powers fcg. Yelena can be of more help. But I would try removing whatever it is that use jquery. and then check if the gallery works.


Thanks for feedback!
I dont have any others actived plugins, only FCG. How can I know what about "jquery"? How can I find Javascripts that running in? Please, help me to fix it. I dont know how.
dudsweb
 
Posts: 5
Joined: Wed Aug 11, 2010 3:33 pm

Re: Images not displaying but box is there...

PostBy admin on Thu Aug 12, 2010 8:20 am

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
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Images not displaying but box is there...

PostBy dudsweb on Thu Aug 12, 2010 9:16 am



Hello!
you were correct and solved the problem

Thanks for help! ;)
dudsweb
 
Posts: 5
Joined: Wed Aug 11, 2010 3:33 pm

Re: Images not displaying but box is there...

PostBy admin on Thu Aug 12, 2010 10:02 am

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
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Images not displaying but box is there...

PostBy CometeLaSopa on Mon Aug 23, 2010 4:49 pm

Hi

I have the same problem, images are not displaying

www.cometelasopa.com

Regards
CometeLaSopa
 
Posts: 4
Joined: Tue Aug 17, 2010 10:56 pm

Re: Images not displaying but box is there...

PostBy admin on Mon Aug 23, 2010 4:56 pm

did you specify articleimg custom fields for posts in gallery?
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
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Images not displaying but box is there...

PostBy CometeLaSopa on Mon Aug 23, 2010 5:06 pm

Yes, I have especified in both posts articleimg and featuredtext...

...but it was wrong!

Now is working properly, but the menu in the sidebar (popular,comentarios,tags) doesn't display extended since I have change index.php
CometeLaSopa
 
Posts: 4
Joined: Tue Aug 17, 2010 10:56 pm

Re: Images not displaying but box is there...

PostBy llbain on Thu Aug 26, 2010 2:26 pm

Same problem. I can't find the conflict on my site. I have the box but no images or text: http://greatoldbroads.org/Dev/?page_id=19

I have 3 posts prepped with images. If I switch from the specific post IDs to a category, I get the title of the posts in a list under the box.

Using WP3.0.1 and Thesis Theme 1.8.

Here's my code in PHP:
Code: Select all
// *Featured Content Gallery */
function featured_content() {
global $post;
if(is_page(19)){
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
}
add_action('thesis_hook_after_headline', 'featured_content');


My settings page:
http://www.screencast.com/users/llbain/folders/Jing/media/36319c9d-4eaa-451d-9927-900d2ff244d5
Sample of the custom fields in a post:
http://www.screencast.com/users/llbain/folders/Jing/media/5ba8c44b-03bf-4b2f-adba-892ee8a98449

I've searched the code for jquery and mootools. I've tried turning off plugins.
llbain
 
Posts: 3
Joined: Thu Aug 26, 2010 2:01 pm

Re: Images not displaying but box is there...

PostBy jillbalkus on Thu Aug 26, 2010 8:59 pm

Have been searching for a solution to the same issue with Thesis, and found a solution on gregrickaby.com:

Use:
<?php global $post; include(WP_CONTENT_DIR . '/plugins/featured-content-gallery/gallery.php'); ?>

Instead of:
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>

Worked for me!
jillbalkus
 
Posts: 1
Joined: Thu Aug 26, 2010 8:56 pm

PreviousNext

Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests