Results 1 to 3 of 3

Thread: Javascript files being used

  1. #1
    Thread Starter
    evertsemeijn's Avatar
    Join Date
    Jan 2011
    Location
    Amsterdam, The Netherlands
    Posts
    103
    Thanks
    0
    Thanked 12 Times in 12 Posts

    Question Javascript files being used

    Dear AppThemes,

    I am missing comments for the following enqueue scripts (includes/theme-enqueue.php). Since I am trying to strip JobRoller where possible I'd like to know where they are being used for. For some of them I couldn't find where they were beging used either.
    1. wp_enqueue_script('defaultvalue', get_bloginfo('template_directory').'/includes/js/jquery.defaultvalue.js', array('jquery'), ''); //unkown
    2. wp_enqueue_script('jquery-tag', get_bloginfo('template_directory').'/includes/js/jquery.tag.js', array('jquery'), ''); // unknown
    3. wp_enqueue_script('smoothscroll', get_bloginfo('template_directory').'/includes/js/smoothscroll.js', array('jquery'), ''); // scroll to top?
    4. wp_enqueue_script('lazyload', get_bloginfo('template_directory').'/includes/js/jquery.lazyload.mini.js', array('jquery'), '1.5.0'); // lazyload images
    5. wp_enqueue_script('elastic', get_bloginfo('template_directory').'/includes/js/jquery.elastic.js', array('jquery'), '1.0'); // unknown
    6. wp_enqueue_script('fancybox', get_bloginfo('template_directory').'/includes/js/jquery.fancybox-1.3.4.pack.js', array('jquery'), '1.3.4'); // unknown
    7. wp_enqueue_script('qtip', get_bloginfo('template_directory').'/includes/js/jquery.qtip.min.js', array('jquery'), '1.0.0-rc3'); // unknown
    8. wp_enqueue_script('general', get_bloginfo('template_directory').'/includes/js/theme-scripts.js', array('jquery'), '3.0'); // pull default scripts
    Any help would be appreciated!
    We do more than JobRoller childthemes at FourLeafed.com

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Adding javascript HELP!
    By garyb in forum ClassiPress General Discussion
    Replies: 2
    Last Post: December 13th, 2011, 02:13 PM
  2. Too many javascript files in head section
    By postfreeads in forum ClassiPress General Discussion
    Replies: 6
    Last Post: May 19th, 2011, 11:51 PM
  3. Javascript Error
    By EventEspresso in forum Help Using JobRoller
    Replies: 2
    Last Post: April 9th, 2011, 04:15 PM
  4. [SOLVED] Javascript errors
    By sitopro in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 24th, 2011, 04:03 PM
  5. Adding javascript HELP!
    By garyb in forum ClassiPress General Discussion
    Replies: 38
    Last Post: July 24th, 2010, 04:57 PM