Title: fatalx's Replies | WordPress.org

---

# fatalx

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 51 total)

1 [2](https://wordpress.org/support/users/fatalx/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fatalx/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/fatalx/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/fatalx/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] Query monitor causing Chrome to freeze on tab close](https://wordpress.org/support/topic/query-monitor-causing-chrome-to-freeze-on-tab-close/)
 *  [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/query-monitor-causing-chrome-to-freeze-on-tab-close/#post-16129910)
 * Identical issue! Specifically with QM and chrome. If you have multiple tabs open
   and multiple WP admin dashboards open it gets worse. Happening with Chrome 106.0.5249.119
 * Closing a tab will freeze Chrome for a bit, if you leave the tab open for awhile
   and then close it, it will freeze for longer. After enough tabs are open the 
   entire browser will being to freeze from various tasks until it’s completely 
   closed via task manager.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin Toolbar Broken](https://wordpress.org/support/topic/admin-toolbar-broken/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/admin-toolbar-broken/#post-2465022)
 * No it did not. And adding wp_footer() fixed it! Thanks Ipstenu
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin Toolbar Broken](https://wordpress.org/support/topic/admin-toolbar-broken/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/admin-toolbar-broken/#post-2465016)
 * Ya it is definitely something wrong with my theme. The admin bar works with Twenty
   Eleven.
 * How do I proceed from here to fix this issue?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Post Data with Function](https://wordpress.org/support/topic/changing-post-data-with-function/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-post-data-with-function/#post-2292425)
 * I ended up fixing my issue by using the $wpdb global and changing the post_status
   directly in the database. Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Generating and setting a custom post title](https://wordpress.org/support/topic/generating-and-setting-a-custom-post-title/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/generating-and-setting-a-custom-post-title/#post-1787674)
 * Response 3 months later haha sry but for anyone coming across this again the ‘
   my_function’ function is really simple all it has to do is return a value. The
   returned value will be the title.
 * So if I wanted to grab some meta data that the user entered and make that my 
   title it would look like this.
 *     ```
       function my_function(){
               $meta_data = $_POST['meta_name'];
       	return $meta_data;
       }
       ```
   
 * You can perform any operation you wish on the title inside that function.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Permalink Slug from Custom Post Type](https://wordpress.org/support/topic/remove-permalink-slug-from-custom-post-type/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/remove-permalink-slug-from-custom-post-type/#post-1942916)
 * so there so no way to not have a permalink slug for custom posts?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Permalink Slug from Custom Post Type](https://wordpress.org/support/topic/remove-permalink-slug-from-custom-post-type/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/remove-permalink-slug-from-custom-post-type/#post-1942898)
 * Maybe something is wrong with my complete code
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * if I make slug => ‘anything’ that permalink does change I just cant get it to
   go away.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Permalink Slug from Custom Post Type](https://wordpress.org/support/topic/remove-permalink-slug-from-custom-post-type/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/remove-permalink-slug-from-custom-post-type/#post-1942863)
 * anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Remove permalink base for custom taxonomies?](https://wordpress.org/support/topic/remove-permalink-base-for-custom-taxonomies/)
 *  [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/remove-permalink-base-for-custom-taxonomies/#post-1830837)
 * did you ever figure this out? I need to do the same.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Viewer Side AJAX using SACK not Working… HELP!](https://wordpress.org/support/topic/viewer-side-ajax-using-sack-not-working-help/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/viewer-side-ajax-using-sack-not-working-help/#post-1857799)
 * cool thnx
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Viewer Side AJAX using SACK not Working… HELP!](https://wordpress.org/support/topic/viewer-side-ajax-using-sack-not-working-help/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/viewer-side-ajax-using-sack-not-working-help/#post-1857688)
 * anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Getting the screen and background to dim](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/#post-1808070)
 * anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Getting the screen and background to dim](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/#post-1808027)
 * i didnt a little more research and I see about the lightbox and highslide stuff.
   But what I need is for a slideshow to be in a lightbox.
 * Is that possible?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Getting the screen and background to dim](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/#post-1808026)
 * any instruction now how to integrate that with nextgen?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Getting the screen and background to dim](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/)
 *  Thread Starter [fatalx](https://wordpress.org/support/users/fatalx/)
 * (@fatalx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-getting-the-screen-and-background-to-dim/#post-1807838)
 * anyone?

Viewing 15 replies - 1 through 15 (of 51 total)

1 [2](https://wordpress.org/support/users/fatalx/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fatalx/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/fatalx/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/fatalx/replies/page/2/?output_format=md)