OpenWeb Downloads

Search for at
ZZ OpenWeb Advanced Search


+
Latest Site News   Next 3 >>  
 Forum   Author   Replies   Last Post 
Digital Downloads Site News zzb 0 Sat Jul 08, 2006 12:11 pm
zzb View latest post
accounting software for small business Site News softdrpu 0 Thu Jun 04, 2009 12:23 am
softdrpu View latest post
SITE UPGRADE NEWS !!! Site News zardozz 1 Thu Jan 03, 2008 7:15 pm
trike7 View latest post
 
Recent Topics   Next 3 >>  
 Forum   Author   Replies   Last Post 
Incest by Proxy Shout Out Your Blog!! incestbyproxy 10 Sun May 05, 2013 4:48 am
Michaeljohn View latest post
how do i install ....... ZZ OpenWeb Site Support headshot5sfg 0 Wed Feb 25, 2009 7:08 pm
headshot5sfg View latest post
How to install games in vBulletin? ZZ OpenWeb Site Support Netsurfer 4 Sat Apr 26, 2008 9:38 am
Lisamb View latest post

code help

 
Post new topic   Reply to topic   printer-friendly view    ZZ OpenWeb Forum Index -> Arcade Forum
View previous topic :: View next topic  
Author Message
vikibabbles
Member III
Member III



Joined: Aug 11, 2005
Posts: 30
Location: Chicago area

Status: Offline
PostPosted: Tue Nov 29, 2005 8:10 am Post subject: code help Reply with quote

Can anybody help? I added something to my blog (the sloganizer I talk about in the fun blogging tools forum), and it seems that in IE my posts do not begin until after my sidebar is over. It looks fine in Firefox (of course) and in Netscape, but I've been told (and I checked) that things are screwy in IE.

Any suggestions?

Viki Babbles
Back to top
View user's profile Send private message Send e-mail Visit poster's website
zzb
Site Owner
Site Owner



Joined: Aug 11, 2005
Posts: 138
Location: USA

Status: Offline
PostPosted: Tue Nov 29, 2005 11:51 am Post subject:  Reply with quote

Viki....

I think you put the code in the side bar section.

Try moving it ABOVE the sidebar section.

Look at my original post to you and try inserting in these different places and then check in IE. You can use both browsers at the same time to check.

Click in the CODE box below on the expand link. It is hard to see because of the font color. (One more thing I need to fix for this XP Theme when I get a chance.

Code:


</div><!-- end NAV -->

</div><!-- end MENU -->


<<<<<<<<<<<<<<< Try Moving it here  --  or ---


</div>



<<<<<<<<<<<<<<< Try moving it to here


<div id="content">


<br>
<a href="http://www.sloganizer.net/en/" target="_blank" title="Sloganizer - the slogan generator"><img src="http://www.sloganizer.net/en/style5,Viki-spc-Babbles.png" border="0" alt="generated by sloganizer.net" title="This slogan was generated by sloganizer.net"/></a>

<br />

<br />
<div class="post">



Sometimes you have to experiment with scripts... they render differently between FireFox and IE. Find the happy medium is the best way. You may need to try to move it above to earlier "/div" tag as well and see how it looks.

Worst case take it out.... You definity need to move it because in IE it is making a mess out of your site. Sorry I didn't check with both browsers the other day. I have run into this before with certain script files. You have to be very careful where you put it. Sometimes you have to use the DIV tag to surround it.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ZZ Bachman /  ZardozZ News & Satire Portal ( http://zardozz.com/zz/ )
Back to top
View user's profile Send private message Visit poster's website AIM Address
vikibabbles
Member III
Member III



Joined: Aug 11, 2005
Posts: 30
Location: Chicago area

Status: Offline
PostPosted: Tue Nov 29, 2005 8:46 pm Post subject: Thanks Reply with quote

Thanks, ZZ. I'll try that. I had so thought I'd put it in the right place. I should know better to check it in IE in addition to firefox.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vikibabbles
Member III
Member III



Joined: Aug 11, 2005
Posts: 30
Location: Chicago area

Status: Offline
PostPosted: Wed Nov 30, 2005 10:26 am Post subject: I can't figure this out Reply with quote

I can't seem to make anything work in IE, so I'm taking the whole damn sloganizer out.

However, I think I tinkered with it too much and fucked it up, because even with the sloganizer removed, in IE the posts don't begin until after the sidebar.

I must have deleted something important. And no, I'm an idiot and didn't save the whole thing. I've been banging my head against the desk for about fifteen minutes.

Here's the code from the main template. Does anything jump out at you as missing and possibly causing this problem? I did the same damn thing on my other "anonymous" blog, and it has caused the posts to just not appear at all in IE!

Quote:

<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id="content">



<?php
if ($posts) {
foreach($posts as $post) { start_wp();
?>
<br />
<div class="post">



<h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>

<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> ? <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?>

</div><!-- end META -->




<a class="title" href="<?php the_permalink() ?>" style="text-decoration:none;" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a>
<div class="cite"><?php the_time("l F dS Y") ?>, <?php the_time() ?> <?php edit_post_link(); ?><br />
<?php _e("Filed under:"); ?> <?php the_category(',') ?></div>

<?php the_content(); ?>

<div class="commentPos"><?php wp_link_pages(); ?><?php comments_popup_link(__('Comments 0'), __('Comment 1'), __('Comments %')); ?></div>
<br />

<div class="sep"></div>

<!--
<?php trackback_rdf(); ?>
-->

<?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php } // closes printing entries with excluded cats ?>

<?php } else { ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php } ?>

<div class="right"><?php posts_nav_link('','','previous &raquo;') ?></div>
<div class="left"><?php posts_nav_link('','&laquo; newer ','') ?></div>

<br /><br />

</div>

<?php get_footer(); ?>
Back to top
View user's profile Send private message Send e-mail Visit poster's website
zzb
Site Owner
Site Owner



Joined: Aug 11, 2005
Posts: 138
Location: USA

Status: Offline
PostPosted: Wed Nov 30, 2005 11:06 pm Post subject:  Reply with quote

I have seen this kind of thing happen as a result of DIV tags not being closed right or align fxn not being set right. It still renders ok in Firefox so you must have messed up when you first made the move from where you had it.

First rule ... always always always back up when you hare happy with your site. Embarassed

If you don't have a back up... you can PM me with your login information (whatever you do don't post it here !!) and I might be able to fix it. No guarantees... but I will try for you. You can change your password after I make an attempt. First back up what you have now first even though it is not working right. That way it will not get worse... if you feel brave let me get in there and have a look. Also would be a good idea to let me know what blogging software you use and if you have a CSS file associated with your template or not.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ZZ Bachman /  ZardozZ News & Satire Portal ( http://zardozz.com/zz/ )
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:
Post new topic  Reply to topic   printer-friendly view ZZ OpenWeb Forum Index ->  Arcade Forum All times are UTC - 5 Hours [DST enabled]
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum




Powered by phpBB © 2001, 2006 phpBB Group

chromo Theme by effectica ©
Forums ©
Powered by Nuke Evolution theme designed by effectica.com

Spambot Killer
Site Map
[News Feed] [Forums Feed] [Downloads Feed] [Web Links Feed]


PHP-Nuke Copyright © 2006 by Francisco Burzi.
All logos, trademarks and posts in this site are property of their respective owners, all the rest © 2006 by the site owner.
Powered by Nuke-Evolution.

This site is cached. Click here to update the cache.
[ Page Generation: 0.30 Seconds | Memory Usage: 8.41 MB | DB Queries: 52 ]

.