Forums

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

Home Forums Other Twitter Bootstrap for WordPress (bootstrap.js not working)

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38165
    amyth91
    Participant

    hi,

    i am creating a template for wordpress using twitter bootstrap, but it looks wordpress does not like it.

    i cannot access any functions from the bootstrap.js

    does anyone know, how to fix this ?

    thanks for any help.

    #111786
    Erik_F
    Participant

    I need more info to troubleshoot this, but I am going to start you out with: http://digwp.com/2011/09/using-instead-of-jquery-in-wordpress/

    Wordpress is set up so that jQuery has to use the word “jQuery” instead of the dollar sign. So instead of

    $(whatever.whatever()

    it is

    jQuery(whatever.whatever()

    This is a WordPress thing, not a bootstrap thing. Give this a try and post back here if you want more help.

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