A A A

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Forum theme only displays properly on Firefox . error with I.E
Jun 3, 2010
12:57 pm
Member
Forum Posts: 45
Member Since:
Jun 1, 2010
Offline

HI,

I thought I had solved my problem ,wanting only one sidebar displayed on my forum page  .(instead of the 2 my blog theme has)

 

Now I notice  the changes I made do display properly on Firefox (left sidebar + forum side by side)

 

However , when I type my site into Internet explorer,

Internet Explorer  shows my left sidebar  and to the right of it the space is white and blank and  only at the bottom of the side bar (page bottom)  the actual full width forum  is displayed .

 

So I assume the problem is not with the forum page I made, but with I.E.

How can I fix that  ?

 

Thank you.

Jun 3, 2010
3:38 pm
angie
Guest

O.K.

I have been playing with the php. and changed the forum page to this :(taken from my wp theme  page.php)

<?php
    /*
    Template Name: Forum
    */
?>

<?php get_header(); include('lsidebar.php'); ?>
<div id="fullwidth">
<!– BEGIN content –>
<div id="content">
 <!– begin post –>
 <div class="box"><div class="buffer">
 <?php if (have_posts()) : the_post(); ?>
  <h2><?php the_title(); ?></h2>
  <div class="content"><?php the_content(); ?></div>
 <?php else: ?>
  <h2>Not Found</h2>
  <p>Sorry, but you are looking for something that is not here.</p>
 <?php endif; ?>
 </div></div>
 <!– end post –>
 
 <!– begin comments –>
 <div id="comments">
  <?php comments_template(); ?>
 </div>
</div>
<!– END content –>

<?php get_footer(); ?>
 

 It is displaying better now .

The  left side bar does display and the forum is right beside it . BUt it is not filling in the complete space.

The right side bar is gone  (which I want) However the space is just white instead of being taken over by forum area.

My template is set to full width .

 

Sorry to  be coming back with this .

 

 

Jun 3, 2010
3:43 pm
Member
Forum Posts: 45
Member Since:
Jun 1, 2010
Offline

angie said:

HI,

I thought I had solved my problem ,wanting only one sidebar displayed on my forum page  .(instead of the 2 my blog theme has)

 

Now I notice  the changes I made do display properly on Firefox (left sidebar + forum side by side)

 

However , when I type my site into Internet explorer,

Internet Explorer  shows my left sidebar  and to the right of it the space is white and blank and  only at the bottom of the side bar (page bottom)  the actual full width forum  is displayed .

 

So I assume the problem is not with the forum page I made, but with I.E.

How can I fix that  ?

 

Thank you.


 

This is the forum.php that displays correctly in Firefox ,but no in I.E.

 

 <?php
    /*
    Template Name: Forum
    */
?>
<?php get_header(); include('lsidebar.php'); ?>
 
<div id="right">
 
    <div class="post" id="post-<?php the_ID(); ?>">
        <div class="entry">
            <?php the_content('Read the rest of this entry »'); ?>
        </div>
    </div>
</div>
<?php ; get_footer(); ?>
 

Jun 4, 2010
1:26 am

SP Master
Forum Posts: 22240
Member Since:
Nov 9, 2008
Offline

Sorry – we are not ignoring you. I do not have access to IE (as a Mac user) and Steve – with the Windows PC – has been tied up with work and family and isn't able to spend much time on the forum at the moment…

Yellow Swordfish
Jun 4, 2010
1:31 am

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

gonna need a link to our site… cant really tell from the code…

Forum Timezone: America/Chicago

Most Users Ever Online: 444

Currently Online: SPQC, irlandes1
54 Guest(s)

Currently Browsing this Page:
1 Guest(s)

See All Online Activity

Top Posters:

-Radio-: 1251

Lee H: 606

Luffer: 535

Conrad_Farlow: 502

jim: 478

neon: 263

ovizii: 240

Tal: 240

Member Stats:

Guest Posters: 2626

Members: 7363

Moderators: 1

Admins: 2

Forum Stats:

Groups: 5

Forums: 16

Topics: 10898

Posts: 79583

Moderators: Brandon C (162)

Administrators: Yellow Swordfish (22240), Mr Papa (23688)