GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Here's a question *HTML* (https://gfy.com/showthread.php?t=881642)

DannysReviews|com 01-15-2009 03:36 AM

Here's a question *HTML*
 
Why is it that my last link doesn't work in Google Chrome or Mozilla Firefox but works in Internet Explorer?

Try clicking Z on www.dannysreviews.com

Code:

<a href="http://dannysreviews.com/solo-girls-a/" title="SOLO GIRLS - A">A</a> |
<a href="http://dannysreviews.com/solo-girls-b/" title="SOLO GIRLS - B">B</a> |
<a href="http://dannysreviews.com/solo-girls-c/" title="SOLO GIRLS - C">C</a> |
<a href="http://dannysreviews.com/solo-girls-d/" title="SOLO GIRLS - D">D</a> |
<a href="http://dannysreviews.com/solo-girls-e/" title="SOLO GIRLS - E">E</a> |
<a href="http://dannysreviews.com/solo-girls-f/" title="SOLO GIRLS - F">F</a> |
<a href="http://dannysreviews.com/solo-girls-g/" title="SOLO GIRLS - G">G</a> |
<a href="http://dannysreviews.com/solo-girls-h/" title="SOLO GIRLS - H">H</a> |
<a href="http://dannysreviews.com/solo-girls-i/" title="SOLO GIRLS - I">I</a> |
<a href="http://dannysreviews.com/solo-girls-j/" title="SOLO GIRLS - J">J</a> |
<a href="http://dannysreviews.com/solo-girls-k/" title="SOLO GIRLS - K">K</a> |
<a href="http://dannysreviews.com/solo-girls-l/" title="SOLO GIRLS - L">L</a> |
<a href="http://dannysreviews.com/solo-girls-m/" title="SOLO GIRLS - M">M</a> |
<a href="http://dannysreviews.com/solo-girls-n/" title="SOLO GIRLS - N">N</a> |
<a href="http://dannysreviews.com/solo-girls-o/" title="SOLO GIRLS - O">O</a> |
<a href="http://dannysreviews.com/solo-girls-p/" title="SOLO GIRLS - P">P</a> |
<a href="http://dannysreviews.com/solo-girls-q/" title="SOLO GIRLS - Q">Q</a> |
<a href="http://dannysreviews.com/solo-girls-r/" title="SOLO GIRLS - R">R</a> |
<a href="http://dannysreviews.com/solo-girls-s/" title="SOLO GIRLS - S">S</a> |
<a href="http://dannysreviews.com/solo-girls-t/" title="SOLO GIRLS - T">T</a> |
<a href="http://dannysreviews.com/solo-girls-u/" title="SOLO GIRLS - U">U</a> |
<a href="http://dannysreviews.com/solo-girls-v/" title="SOLO GIRLS - V">V</a> |
<a href="http://dannysreviews.com/solo-girls-w/" title="SOLO GIRLS - W">W</a> |
<a href="http://dannysreviews.com/solo-girls-x/" title="SOLO GIRLS - X">X</a> |
<a href="http://dannysreviews.com/solo-girls-y/" title="SOLO GIRLS - Y">Y</a> |
<a href="http://dannysreviews.com/solo-girls-z/" title="SOLO GIRLS - Z">Z</a>


Paul&John 01-15-2009 03:42 AM

Tried in Opera and it works there too... but no idea why isn't working in FF..

DannysReviews|com 01-15-2009 03:45 AM

Weirdest thing. I added one more link to it to test and the Z works. Why the last link doesn't work I have no idea!

StaceyJo 01-15-2009 03:45 AM

It loads very slow in FF here.

DannysReviews|com 01-15-2009 03:51 AM

It's fine now but when I add two <BR /> , it fucks up again.

WeirdHomer 01-15-2009 03:52 AM

Could you try something? Loose the search box and text "danny's reviews" above it for a sec and see if the link works without it.

DannysReviews|com 01-15-2009 03:54 AM

done hmm

DannysReviews|com 01-15-2009 03:55 AM

Now i have the <BR /> 's in and the z isn't working

Search Box Code for my purposes

Code:

<center>
<h3>Danny's Reviews</h3>
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /><input type="submit" id="sidebarsubmit" value="Search" />
</form>
<br>
</center>


WeirdHomer 01-15-2009 03:56 AM

Quote:

Originally Posted by DannysReviews|com (Post 15332146)
done hmm

Yeah, seems to work without it in Chrome, i think it's the blog scripts search box causing this.

DannysReviews|com 01-15-2009 03:57 AM

I'm using chrome too... i dont see it working, but when I take out the Breaks, it works.

WeirdHomer 01-15-2009 03:58 AM

Quote:

Originally Posted by DannysReviews|com (Post 15332159)
I'm using chrome too... i dont see it working, but when I take out the Breaks, it works.

It worked for me just a minute ago, without the search box...... lemme see

DannysReviews|com 01-15-2009 03:59 AM

ahaha!

you were basically right.

it was actually this:

<?php

$today = current_time('mysql', 1);

if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 100")):

?>

WeirdHomer 01-15-2009 04:00 AM

The search box is back....

Now, when you doubly click the "z" then the text above the search box lights up so i think you got one BR code that is open

HerPimp 01-15-2009 04:00 AM

works for me

DannysReviews|com 01-15-2009 04:01 AM

Quote:

Originally Posted by WeirdHomer (Post 15332167)
The search box is back....

Now, when you doubly click the "z" then the text above the search box lights up so i think you got one BR code that is open

Trying something... taking the GET POST QUERY out and replacing with a simpler piece of code.

One sec.

SIDEBAR BACKUP :)

Code:

  <div id="sidebar-wrapper">
           
                <div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar')
        || !dynamic_sidebar() ) : ?>               
             
                    <center>
<h3>Danny's Reviews</h3>
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /><input type="submit" id="sidebarsubmit" value="Search" />
</form>
<br>
</center>

                                        <?php

$today = current_time('mysql', 1);

if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 100")):

?>
<br>
      <div class="sideblock">
<h3><?php _e("Recent Posts"); ?></h3>


<?php query_posts('showposts=70'); ?>

        <ul class="list-rec">

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

        <li>

        <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a><br />

        </li>

              <?php endwhile;?>

</ul>
</div>

<?php endif; ?>


<?php if (function_exists('wp_theme_switcher')) { ?>
<div class="sideblock">
<h3>Themes</h3>

<?php wp_theme_switcher('dropdown'); ?>
</div>
<?php } ?>


  <div class="sideblock">
<h3>Categories</h3>

<ul>

<?php wp_list_cats('sort_column=name&hierarchical=0'); ?>

</ul>



</div>

 <div class="sideblock">
 
             
<h3>Blog Directories</h3>
<ul>
<li><a href="http://www.adultblogspider.com/bit-of-everything/" title="Adult All Blog Directory">Adult Blog Spider</a></li>
<li><a href="http://www.adultblogturtle.com/bit-of-everything/" title="Adult All Blog Turtle">Adult Blog Turtle</a></li>
<li><a href="http://www.pornblogdog.com/bit-of-everything/" title="Porn All Blog Dog">Porn Blog Dog</a></li>
<li><a href="http://www.pornblogworld.com/bit-of-everything/" title="Porn All Blog World, where porn blogs rule">Porn Blog World</a></li>
<li><a href="http://www.sexblogdump.com/bit-of-everything/" title="Sex All Blog Dump, a big list with sex and adult blogs">Sex Blog Dump</a></li>
<li><a href="http://www.sexblogzilla.com/bit-of-everything/" title="Sex All Blog Zilla is eating sex blogs for diner">Sex Blog Zilla</a></li>
<li><a href="http://www.silveradultblogs.com/bit-of-everything/" title="Silver Adult All Blogs">Silver Adult Blogs</a></li>
<li><a href="http://www.goldadultblogs.com/bit-of-everything/" title="Gold Adult All Blogs">Gold Adult Blogs</a></li>
</ul>

<ul>
<li><a href="http://www.xxxblogfinder.com/solo-girls/">Solo Girl XXX Blogs</a></li>
<li><a href="http://www.hotblogguide.com/">Hot Blog Guide</a></li>
<li><a href="http://www.adultblogsindex.com/solo-girls/">Solo Girl Adult Blogs</a></li>
<li><a href="http://www.hornyblogspy.com/">Horny Blog Spy</a></li>
<li><a href="http://www.pussyblogspimp.com/">Pussy Blogs Pimp</a></li>
<li><a href="http://hotpornblogs.com">Porn Blogs</a></li>
<li><a href='http://www.adultbloglinks.com/cgi-bin/links/in.cgi?id=7462' target='_blank'>Adult Blog Links</a></li>
<li><a href="http://worldsporn.com/">Adult Porn</a></li>
<li><a href="http://www.allsexblogs.com/">All Sex Blogs</a></li>
<li><a href="http://www.adultblogindex.com/">Adult Blog Index</a></li>
<li><a href="http://all-adult-blogs.com/">Adult Blogs</a></li>
</ul>

</div>
 <div class="sideblock">
 
 <h3>Archives</h3>

<ul>

<?php wp_get_archives('type=monthly'); ?>

</ul>
</div>


 <div class="sideblock">
 
             
<h3><?php _e('Blogroll'); ?></h3>


<ul>
<li><a href="http://youngnudes.org/" title="Young Nudes">Young Nudes</a></li>
<li><a href="http://pornsites69.com/" title="Porn Sites">Porn Sites</a></li>
<?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>

</ul>

</div>
 <div class="sideblock">
                         
<h3><?php _e('Meta:'); ?></h3>

<ul>


<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>

<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>

<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>



<?php wp_meta(); ?>

</ul>

</div>
                                              <?php endif; ?>
               
                </div>
           
            </div>
       
        </div>


DannysReviews|com 01-15-2009 04:03 AM

LOL any kind of php seems to fuck with it

DannysReviews|com 01-15-2009 04:04 AM

Reverting back....

This is the code i just tried

Code:

      <div class="sideblock">
<h3>Recent Posts</h3>

<?php $myposts = get_posts('numberposts=10&offset=1');
foreach($myposts as $post) :?>
<li><a href="<?php the_permalink(); ?>"><?php the_title();?></a></li>
<?php endforeach; ?>

</div>


DannysReviews|com 01-15-2009 04:09 AM

Okay I'm back to my original code... closed all open tags, still kinda lost here... why do the <br /> affect if the last link works or not in chrome or firefox and works in IE?

Weirdness :)

I'll be back after work, thanks for help!

WeirdHomer 01-15-2009 04:09 AM

I'm baffled.......

Don't know what exactly is causing it but Chrome acts like the link is either not started or it sess a BR that is open.

tranza 01-15-2009 05:44 AM

http://dannysreviews.com/images/revi...full_sized.jpg


MMMM!

DannysReviews|com 01-15-2009 01:53 PM

Quote:

Originally Posted by tranza (Post 15332372)

At least link it to the post, bandwidth aint cheap :)

Just kidding! Hot eh?

Still don't know what's going on.

Itchy 01-15-2009 02:41 PM

Try this
Look in the css file and find
Code:

#sidebar-wrapper
{
        width: 35%;
        float: right;
}

change it to
Code:

#sidebar-wrapper
{
        width: 33%;
        float: right;
}

Might be the problem I tried it locally in my editor and that seamed to make that last link work :)

Itchy 01-15-2009 02:50 PM

scrub that it fucks it up in ie sorry

DannysReviews|com 01-15-2009 06:15 PM

Thanks for your attempts... why would the percentile matter?

fris 01-15-2009 06:15 PM

that is some horrible seo on that page

DannysReviews|com 01-15-2009 06:19 PM

Quote:

Originally Posted by fris (Post 15336692)
that is some horrible seo on that page

Thanks, but your suggestions are much more valued that your statements. If you have a pointer, I'd love to take it in consideration. :thumbsup

DannysReviews|com 01-15-2009 06:29 PM

**that should be then, sorry :)

fris 01-15-2009 06:57 PM

also you dont need to do a forloop for recent posts

Code:

<div class="sideblock">
<h3>Recent Posts</h3>
<?php wp_get_archives('type=postbypost&limit=10'); ?>
</div>


leek 01-15-2009 08:24 PM

This is why it doesn't work:

http://s5.tinypic.com/2gso35w.jpg

See the blue box? That's the outline of #sidebar-wrapper. It is overlaying on top of your Z link and making the mouseover() event not trigger.

Make that side div width smaller and you should be alright. Or try changing the z-index of the link list.

Mutt 01-15-2009 11:14 PM

great tip above - that's what you should do first when trying to fix any HTML problem whether you're using <tables> or CSS - give everything a colored border so u can see the skeleton of the layout.

grumpy 01-16-2009 02:37 AM

works ok for me, ie, chrome, ff

leek 01-16-2009 06:08 AM

Quote:

Originally Posted by Mutt (Post 15337438)
great tip above - that's what you should do first when trying to fix any HTML problem whether you're using <tables> or CSS - give everything a colored border so u can see the skeleton of the layout.

That is actually the outline that the Firefox Firebug plugin puts around hovered elements. Great plugin, I would recommend it to everyone who has to do web development.


All times are GMT -7. The time now is 11:46 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123