Results 1 to 3 of 3

Thread: Remove default JR scripts

  1. #1
    Thread Starter
    Rookie strangerpixel's Avatar
    Join Date
    Nov 2011
    Location
    United Kingdom
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Remove default JR scripts

    What's the best way of removing default jobroller scripts in a child theme? I could make a copy of includes/theme-enqueue.php if I really have to, but I'd prefer to keep as much as possible in the core.

    I was wondering if I could do something like this in the child theme's functions.php:

    function deregister_jr_load_scripts() {
    wp_deregister_script( 'qtip');
    }
    add_action( 'wp_print_scripts', 'deregister_jr_load_scripts' );

  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
    Thread Starter
    Rookie strangerpixel's Avatar
    Join Date
    Nov 2011
    Location
    United Kingdom
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 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. [TUTORIAL] Child Theme : Unhook ( remove hook ) default appthemes functions
    By amine0272 in forum ClassiPress General Discussion
    Replies: 9
    Last Post: August 6th, 2013, 02:42 PM
  2. how do i remove appthemes default banner
    By sszetan in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: December 3rd, 2011, 10:22 PM
  3. Replies: 7
    Last Post: August 7th, 2011, 01:48 PM
  4. Include Registration in AD page like all classified scripts
    By anunturitop_ro in forum ClassiPress General Discussion
    Replies: 0
    Last Post: April 9th, 2010, 05:31 AM