Title: Badex's Replies | WordPress.org

---

# Badex

  [  ](https://wordpress.org/support/users/badex/)

 *   [Profile](https://wordpress.org/support/users/badex/)
 *   [Topics Started](https://wordpress.org/support/users/badex/topics/)
 *   [Replies Created](https://wordpress.org/support/users/badex/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/badex/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/badex/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/badex/engagements/)
 *   [Favorites](https://wordpress.org/support/users/badex/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide custom post type posts with certain tag](https://wordpress.org/support/topic/hide-custom-post-type-posts-with-certain-tag/)
 *  [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/hide-custom-post-type-posts-with-certain-tag/#post-5173328)
 * I used tax_query instead of tag__not_in in my functions.php file and it works
   now.
 *     ```
       add_action( 'pre_get_posts', 'remove_event_tag');
   
       function remove_event_tag( $query ){
   
         if ( is_admin() || ! $query->is_main_query() )
             return;
   
         if ( is_home() ) {
   
             return;
         }
   
         if ( is_post_type_archive( 'event' ) ) {
   
             $taxquery = array(
               array(
                   'taxonomy' => 'event-tag',
                   'field' => 'id',
                   'terms' => array( 53 ), //the ID of the event tag
                   'operator'=> 'NOT IN'
               )
           );
   
           $query->set('tax_query', $taxquery);
           return;
         }
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide custom post type posts with certain tag](https://wordpress.org/support/topic/hide-custom-post-type-posts-with-certain-tag/)
 *  [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/hide-custom-post-type-posts-with-certain-tag/#post-5173319)
 * I’ve exactly the same problem. Please let me know if you found a solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] False Positives? I hope…](https://wordpress.org/support/topic/false-positives-i-hope/)
 *  [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/false-positives-i-hope/#post-4591337)
 * This is what Themepunch are saying in case anyone else has this problem.
    Hi,
 * Thanks a lot for your question.
 * First of all i want to tell again, everything is safe and Clean. You dont need
   to update the Plugin neither to worry about any mailware or similiar viruses 
   or trojans.
 * None of our plugins or themes was influenced to any time, and all Items and Downloadable
   files are , were and will be clean !
 * Some Background information:
 * We transfered some of our webservers and Domains to a new and better Provider
   today night, and during this transfer we have been attacked. Some of our Demo
   content has been influenced.
 * We fixed the issue in a very short time, however Google Blocked us without any
   real reason. Google just unlocked the sites, and also decleared all our Content
   as Clean and safety.
 * Thanks a lot again and have a great day, and please do not hesitate to contact
   us any time if you have further questions.
 * Cheers,
 * Your ThemePunch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] False Positives? I hope…](https://wordpress.org/support/topic/false-positives-i-hope/)
 *  [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/false-positives-i-hope/#post-4591336)
 * * File contains suspected malware URL: wp-content/plugins/revslider/inc_php/revslider_globals.
   class.php
    * File contains suspected malware URL: wp-content/plugins/revslider/
   revslider.php * File contains suspected malware URL: wp-content/plugins/revslider/
   rs-plugin/css/settings.css * File contains suspected malware URL: wp-content/
   plugins/revslider/views/templates/sliders.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] False Positives? I hope…](https://wordpress.org/support/topic/false-positives-i-hope/)
 *  [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/false-positives-i-hope/#post-4591333)
 * I have the same warning on [http://www.mindfulnessdublin.com](http://www.mindfulnessdublin.com).
   Does anyone have more information?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Built-in HTML5 Media Player Volume Control Displaying Incorrectly Firefox](https://wordpress.org/support/topic/built-in-html5-media-player-volume-control-displaying-incorrectly-firefox/)
 *  Thread Starter [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/built-in-html5-media-player-volume-control-displaying-incorrectly-firefox/#post-4308261)
 * I just noticed the volume slider disappears altogether when the page width is
   less than 1023px.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 error breaks layout and causes page to flicker when scrolled](https://wordpress.org/support/topic/contact-form-7-error-breaks-layout-and-causes-page-to-flicker-when-scrolled/)
 *  Thread Starter [Badex](https://wordpress.org/support/users/badex/)
 * (@badex)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/contact-form-7-error-breaks-layout-and-causes-page-to-flicker-when-scrolled/#post-1756358)
 * Just got it working. I forgot to include the wp_footer() function. I’m such an
   idiot.

Viewing 7 replies - 1 through 7 (of 7 total)