Results 1 to 9 of 9

Thread: a challenge!!

  1. #1
    Thread Starter
    Expired Customer madmanc's Avatar
    Join Date
    Feb 2015
    Posts
    265
    Thanks
    77
    Thanked 33 Times in 29 Posts

    a challenge!!

    ok so i need to stop these 2 javascripts

    /gundogworld/wp-content/themes/classipress/includes/js/jquery.selectBox.js

    /wp-content/themes/classipress/includes/js/jquery.selectBox.min.js

    from loading on just this 1 page

    https://www.gundogworld.co.uk/events/community/add

    would it be the /wp-content/themes/classipress/includes/reports/report-enqueue.php file that i would need to edit, and withy what code? maybe something like this (edited obviously)

    // remove jquery from ONLY the front page

    add_action( 'wp_enqueue_scripts', 'my_deregister_javascript' );
    function my_deregister_javascript() {
    if ( is_page('what goes here??') ) {
    wp_deregister_script( 'what goes here??' );
    }
    }

    or maybe its the functions.php lol ??

    thanks in advance

  2. #2
    Thread Starter
    Expired Customer madmanc's Avatar
    Join Date
    Feb 2015
    Posts
    265
    Thanks
    77
    Thanked 33 Times in 29 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,499
    Thanks
    75
    Thanked 556 Times in 504 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  4. #4
    Thread Starter
    Expired Customer madmanc's Avatar
    Join Date
    Feb 2015
    Posts
    265
    Thanks
    77
    Thanked 33 Times in 29 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,499
    Thanks
    75
    Thanked 556 Times in 504 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  6. #6
    Thread Starter
    Expired Customer madmanc's Avatar
    Join Date
    Feb 2015
    Posts
    265
    Thanks
    77
    Thanked 33 Times in 29 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,499
    Thanks
    75
    Thanked 556 Times in 504 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  8. #8
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,499
    Thanks
    75
    Thanked 556 Times in 504 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  9. #9
    Thread Starter
    Expired Customer madmanc's Avatar
    Join Date
    Feb 2015
    Posts
    265
    Thanks
    77
    Thanked 33 Times in 29 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. Anyone for a Challenge ?
    By domainbug7 in forum Help Using ClassiPress
    Replies: 0
    Last Post: January 2nd, 2016, 11:47 PM
  2. [SOLVED] Small challenge
    By netvesters in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: January 18th, 2015, 03:20 PM
  3. Q&A challenge response for user registration possible?
    By bellboy in forum Advanced Custom Fields
    Replies: 5
    Last Post: April 4th, 2014, 05:18 PM
  4. Dimitris Create Listing challenge on Vantage
    By param325 in forum Report Vantage Bugs (Legacy)
    Replies: 5
    Last Post: December 29th, 2013, 10:59 PM