Good Afternoon,
I love the Featured Gallery Plug-in and have used it successfully before. On my new site, I have all the same plug-ins and I have the plug-in configured exactly as I did on my old site, however I am only getting a black outline my home page.
The only thing I can think of is that my theme, Magazine Basic, is not compatible with this plug-in, is this true?
Thanks for your time,
Brooke N. Murphy
Speak Equal
http://speakequal.com
Only A Black Outline?
5 posts • Page 1 of 1
Re: Only A Black Outline?
I can not tell, try default theme with gallery, you will see
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: Only A Black Outline?
You know, after looking through a lot of the other threads, maybe it's where I am posting the code. I've tried to post it on a few different parts of the page such as the "default" and "main index" pages of code ... I'll just keep tinkering with it. I'd like to think I'm more stubborn that this.
Any suggestions?
Any suggestions?
- bnmurphy
- Posts: 3
- Joined: Wed Aug 19, 2009 12:40 pm
Re: Only A Black Outline?
Hmmmmm, well everyone else has been posting their site codes ...
I am thinking it needs to go on the "main site index" page ... everywhere else I've tried to put it, I don't even get a black outline ... maybe I am putting it in the wrong place?
<?php get_header(); ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php
$options = get_option("widget_sideFeature");
$posts = get_option('uwc_number_posts');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
if (is_active_widget('widget_myFeature')) {
$args = array(
'cat'=>'-'.$options['category'],
'showposts'=>$posts,
'paged'=>$paged,
);
} else {
$args = array(
'showposts'=>$posts,
'paged'=>$paged,
);
}
$x = 1;
query_posts($args);
?>
<?php
if(!stristr($_SERVER['REQUEST_URI'],'/page/')) {
if(get_option('uwc_latest_story') == "on") { echo '<h5>Latest Story</h5>'; }
if(get_option('uwc_post_layout') == 1) { include (TEMPLATEPATH.'/layout/option1.php'); }
if(get_option('uwc_post_layout') == 2) { include (TEMPLATEPATH.'/layout/option2.php'); }
if(get_option('uwc_post_layout') == 3) { include (TEMPLATEPATH.'/layout/option3.php'); }
if(get_option('uwc_post_layout') == 4) { include (TEMPLATEPATH.'/layout/option4.php'); }
} else {
include (TEMPLATEPATH.'/layout/default.php');
}
?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php get_footer(); ?>
I am thinking it needs to go on the "main site index" page ... everywhere else I've tried to put it, I don't even get a black outline ... maybe I am putting it in the wrong place?
<?php get_header(); ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php
$options = get_option("widget_sideFeature");
$posts = get_option('uwc_number_posts');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
if (is_active_widget('widget_myFeature')) {
$args = array(
'cat'=>'-'.$options['category'],
'showposts'=>$posts,
'paged'=>$paged,
);
} else {
$args = array(
'showposts'=>$posts,
'paged'=>$paged,
);
}
$x = 1;
query_posts($args);
?>
<?php
if(!stristr($_SERVER['REQUEST_URI'],'/page/')) {
if(get_option('uwc_latest_story') == "on") { echo '<h5>Latest Story</h5>'; }
if(get_option('uwc_post_layout') == 1) { include (TEMPLATEPATH.'/layout/option1.php'); }
if(get_option('uwc_post_layout') == 2) { include (TEMPLATEPATH.'/layout/option2.php'); }
if(get_option('uwc_post_layout') == 3) { include (TEMPLATEPATH.'/layout/option3.php'); }
if(get_option('uwc_post_layout') == 4) { include (TEMPLATEPATH.'/layout/option4.php'); }
} else {
include (TEMPLATEPATH.'/layout/default.php');
}
?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php get_footer(); ?>
- bnmurphy
- Posts: 3
- Joined: Wed Aug 19, 2009 12:40 pm
Re: Only A Black Outline?
meenews plugin is a conflict
also, you have a lot of posts in fcg that do not have articleimg custom field
also, you have a lot of posts in fcg that do not have articleimg custom field
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
5 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









