Viewing 15 replies - 1 through 15 (of 19 total)
  • Rhapid,

    Can you please provide a link to your site? Thank you.

    log in using yr URL/wp-admin

    then select another theme while u troubleshoot

    Thread Starter Rhapid

    (@rhapid)

    Thanks for the quick responses!
    It’s at http://tinyurl.com/25j487u . It’s strange, looking at the source code it looks like a valid link.

    Thread Starter Rhapid

    (@rhapid)

    Narrowed down the source of the problem, but it’s a mystery why it worked before and not now.
    In the header, I called jQuery from https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js , and used the jQuery Supersized plugin to display a full-screen background graphic.
    Editing out this code enabled the links to work once again.
    (Strangely, Supersized was functioning correctly, but the strange link behavior occurred.)

    Is there a special way that jQuery needs to be called in WordPress?

    Thanks!

    Thread Starter Rhapid

    (@rhapid)

    OK, debugging further, it’s the call of the Supersized library that seems to be causing the problem. I’ll continue looking.

    there is a fancy function for calling j query in wp so its not duplicated
    u need to google a bit

    With which browser?
    My browser take your links. Explorer 8

    Earlier today I was out for a problem like yours and the link was covered by the transparent sidebar content.

    Maybe something like this?

    Sorry but your forms does look oki.
    Must be something else.

    Ahh.
    div id=supersized cover the links.

    πŸ™‚

    The problem was equal to mine. Anyway!

    I tried google chrome and then voila the sam problem as I did have earlier today.

    Maybe something with z-index can solve your problem.

    Good luck!

    Thread Starter Rhapid

    (@rhapid)

    Hi Janne, thanks for looking. I’m using Safari.
    I didn’t understand the last post–do you think there’s an issue with the line:
    <div id="supersized"></div>
    Does it need to be placed somewhere else, perhaps?

    Nope you have to put in

    z-index:-3;

    in the options for row 8 in your css file.

    This handles your picture in z direction.

    It will work.

    πŸ™‚

    Lucky you!
    I had to find it myself haha.
    And in the same day as your problem.
    If you posted yesterday I would not have a clue.

    πŸ™‚

    superzised.css
    row 10 make a new line there
    And put in

    /*
    Supersized - Fullscreen Slideshow jQuery Plugin Stylesheet Version 3.0
    By Sam Dunn (www.buildinternet.com // www.onemightyroar.com)
    Version: supersized.3.0.js
    Website: www.buildinternet.com/project/supersized
    */
    
    	*{
    	    margin:0;
    	    padding:0;
                 z-index:-3;
    	}

    Like this!

    Thread Starter Rhapid

    (@rhapid)

    All right, Janne, that did it–great job!
    How on earth did you figure that one out?

    Thanks!
    And congratulations!
    Now it also works in Chrome.
    πŸ™‚
    Hahaha donΒ΄t ask, please.
    But i do have to admit i have a few grey hair straw more by now.

    What a luck we solved both of our probs.

    See you!

    Thank you both, this solved part of my problem as well.

    My issue now lies with the Mystique-theme, where a different z-index is needed, but I can’t get the content to scroll.

    You put me in the right direction though, I’ll keep searching!

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Links in twenty-ten theme don't work; can't log in to administration panel’ is closed to new replies.