Featured Content Gallery | WordPress Plugin | iePlexus

How to Fix this error ?

New releases, ideas for the future, and known issues

How to Fix this error ?

PostBy xanta on Tue Jul 14, 2009 1:34 pm

Sometimes when I refresh the page i get half of the page in black, all is wrong...

i have:
Number of Items to Display: 10
Gallery Width in Pixels: 630
Gallery Height in Pixels: 400
Text Overlay Height in Pixels: 60

code in index.php

Code: Select all
<div class="fcg">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>


here positioned

Code: Select all
<?php get_header(); ?>

<div id="content">


<div class="fcg">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>


<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>

<div class="single" id="post-<?php the_ID(); ?>">
<div class="title">


code in style.css

Code: Select all
.fcg{

   padding:0px 10px;
   margin:0px 0px 0px 2px;
   
}


what is wrong ? :( the style css is wrong ? what should i use to fix this ?

large pic http://i26.tinypic.com/ftdnaa.jpg

Image

url

http://www.pes-patch.com
xanta
 
Posts: 5
Joined: Tue Jul 14, 2009 1:27 pm

Re: How to Fix this error ?

Thank you for using the Featured Content Gallery Forum
 

Re: How to Fix this error ?

PostBy admin on Tue Jul 14, 2009 1:41 pm

in what browser it happens?
also, you do not need this div
<div class="fcg">, why do you have 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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: How to Fix this error ?

PostBy xanta on Tue Jul 14, 2009 1:50 pm

mozilla 3.5 ... just adding the code in index php without div is not good. so i made a style in css... :cry:

you mean... to remove div and css style. and let like this only ?

Code: Select all
<?php get_header(); ?>

<div id="content">

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

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>

<div class="single" id="post-<?php the_ID(); ?>">
Last edited by xanta on Tue Jul 14, 2009 2:01 pm, edited 1 time in total.
xanta
 
Posts: 5
Joined: Tue Jul 14, 2009 1:27 pm

Re: How to Fix this error ?

PostBy xanta on Tue Jul 14, 2009 1:55 pm

i tried and looks like this

http://i27.tinypic.com/4kjou8.jpg

bad either. not centered. so i need a div i guess.
xanta
 
Posts: 5
Joined: Tue Jul 14, 2009 1:27 pm

Re: How to Fix this error ?

PostBy xanta on Tue Jul 14, 2009 2:08 pm

sorry for another reply... but i tried only code without div as above. at refresh i get the black again all over the homepage.... :( what it is ?? conflict with another plugin ?

i guess i found the problem. there is a plugin GD Star Rating that caused an issue to other plugin long time ago. i disabled it and refreshed the page a few times. no problems... i guess is solved. if not i reply again. hope not. i use the div code ;)
xanta
 
Posts: 5
Joined: Tue Jul 14, 2009 1:27 pm


Return to Development, Improvement, and Conflicts

Who is online

Users browsing this forum: No registered users and 0 guests