Featured Content Gallery | WordPress Plugin | iePlexus

I have a box showing the border, but no images

Downloading, installing, upgrading, and configuring the FCG plugin

Re: I have a box showing the border, but no images

PostBy raffit on Tue Feb 09, 2010 9:13 am

Dear Yelena,

Any help on my front?

Thanks,

Raffi
raffit
 
Posts: 7
Joined: Fri Feb 05, 2010 4:29 pm

Re: Re: I have a box showing the border, but no images

Thank you for using the Featured Content Gallery Forum
 

Re: I have a box showing the border, but no images

PostBy admin on Tue Feb 09, 2010 9:21 am

at first I do not see gallery on your site right now, but, you have same theme as michaelmichael, so issues probably would be the same
so check previous message for michaelmichael
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: I have a box showing the border, but no images

PostBy raffit on Tue Feb 09, 2010 10:26 am

Thanks, Yelena. The gallery is on the second page, past: http://www.raffiworks.com/past/.

Are you saying that the conflicting string of code can be eliminated, or that FCG is not going to work with the Thematic WP theme, period? If I am to tinker with it, where should I look for that piece of code (in which file)?

I appreciate your help.

Raffi
raffit
 
Posts: 7
Joined: Fri Feb 05, 2010 4:29 pm

Re: I have a box showing the border, but no images

PostBy KyleStilkey on Tue Feb 09, 2010 10:44 am

I am having this problem as well. Not sure what's going on.

http://zedam.nanuak.net/

I disabled all plugins too and still nothing, just the borders with no images. Even made sure my post's were setup right and they are.

I checked and the default theme is working with it. Hopefully we can get this to work.
Last edited by KyleStilkey on Tue Feb 09, 2010 12:32 pm, edited 1 time in total.
KyleStilkey
 
Posts: 3
Joined: Tue Feb 09, 2010 10:43 am

Re: I have a box showing the border, but no images

PostBy admin on Tue Feb 09, 2010 12:28 pm

raffit
check you theme header.php, it should be there, but since your theme somewhere using it, when you remove it you need to check if everything works fine on your site
also, try to disable si-contact-form plugin, which throws the php warning somehow in gallery files
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: I have a box showing the border, but no images

PostBy admin on Tue Feb 09, 2010 12:32 pm

KyleStilkey
your theme already have similar galery called jdgallery, which is causing conflict to our 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: I have a box showing the border, but no images

PostBy KyleStilkey on Tue Feb 09, 2010 12:37 pm

admin wrote:KyleStilkey
your theme already have similar galery called jdgallery, which is causing conflict to our gallery



Where? I don't even remember putting that on at all.

Found the problem. The theme was trying to use it and also use the plugin at the same time. So I just disabled the theme and put the code in myself. Works now thanks for the help.
KyleStilkey
 
Posts: 3
Joined: Tue Feb 09, 2010 10:43 am

Re: I have a box showing the border, but no images

PostBy admin on Tue Feb 09, 2010 1:48 pm

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: I have a box showing the border, but no images

PostBy raffit on Tue Feb 09, 2010 1:49 pm

admin wrote:raffit
check you theme header.php, it should be there, but since your theme somewhere using it, when you remove it you need to check if everything works fine on your site
also, try to disable si-contact-form plugin, which throws the php warning somehow in gallery files


Yelena,
I did check the header.php: this is the whole contents of the code in it:
Code: Select all
<?php thematic_create_doctype(); echo " "; language_attributes(); echo ">\n";?>
<head profile="http://gmpg.org/xfn/11">

<?php

thematic_doctitle();
thematic_create_contenttype();
thematic_show_description();
thematic_show_robots();
thematic_canonical_url();
thematic_create_stylesheet();
thematic_show_rss();
thematic_show_commentsrss();
thematic_show_pingback();
thematic_show_commentreply();

wp_head(); ?>

</head>

<body class="<?php thematic_body_class() ?>">
<?php thematic_before(); ?>

<div id="wrapper" class="hfeed">

<?php thematic_aboveheader(); ?>   

    <div id="header">
        <?php thematic_header() ?>
    </div><!-- #header-->
   
<?php thematic_belowheader(); ?>   

    <div id="main">
   

I am not seeing the string you were referring to. I did disable the contact form plugin and still no go. :(
raffit
 
Posts: 7
Joined: Fri Feb 05, 2010 4:29 pm

Re: I have a box showing the border, but no images

PostBy admin on Tue Feb 09, 2010 2:14 pm

I donwloaded your theme to figure out where that code is..
so
you can not edit this file through your theme editor, but you can do it through ftp
the file is wp-content/themes/thematic/library/extensions/header-extensions.php
open this file in notepad and find the line
Code: Select all
add_action('wp_head','thematic_head_scripts');

comment it out like this
Code: Select all
//add_action('wp_head','thematic_head_scripts');

the code will be gone and gallery should start working...
but check on other things on your site..may be removing this code will be crucial for some your theme features..by the scripts name, I can say this code is responsible for the menu dropdowns
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

PreviousNext

Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests