Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Trying to do simple jQuery action

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #31344

    Firebug is telling me…
    $("#satilite").everyTime is not a function

    $("#satilite").everyTime(10, function(){ 

    My plugin with .everyTime is being pulled after jQuery.
    This action works just fine offline, but not when I take it live.

    http://build.aaronheine.com/contact/

    Thanks

    #64685
    clokey2k
    Participant

    Spot on with the plugin ‘link’ – definately check that. The ‘url’ is good, but the ‘link’ to the ‘script’ isn’t.

    #64539

    I think the link is good.
    When I click on the link in the source file it opens up the plugin just fine.

    #64509
    clokey2k
    Participant

    But it is listed as:

    Instead of:

    #64499

    Ok got that. But still not working.

    Seen working here…
    http://build.aaronheine.com/wp-content/themes/Starkers/demo/contact.html

    Not here…
    http://build.aaronheine.com/contact/

    #64458
    clokey2k
    Participant

    Aha!!! It’s a CSS styling issue. In the demo where it is working the ‘#satBox’ and ‘#satilite’ have some CSS properties, notabley ‘position:relative;’, in wordpress CSS it doesn’t. Check the difference between Style-Sheets.

    I have tested this, and it works by using your ‘demo/style.css’ in the style link.

    BTW: Satellite is spelt incorrectly BUT consistantly meaning the code will still work :-p

    #64440
    SmashDeveloper
    Participant

    What does the everyTime plugin do ?

    SmashDeveloper

    #64435

    Thanks Clokey! That got it.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.