fatalx
Forum Replies Created
-
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
In reply to: Admin Toolbar BrokenNo it did not. And adding wp_footer() fixed it! Thanks Ipstenu
Forum: Fixing WordPress
In reply to: Admin Toolbar BrokenYa 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
In reply to: Changing Post Data with FunctionI ended up fixing my issue by using the $wpdb global and changing the post_status directly in the database. Thanks
Forum: Fixing WordPress
In reply to: Generating and setting a custom post titleResponse 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
In reply to: Remove Permalink Slug from Custom Post Typeso there so no way to not have a permalink slug for custom posts?
Forum: Fixing WordPress
In reply to: Remove Permalink Slug from Custom Post TypeMaybe something is wrong with my complete code
[Code moderated as per the Forum Rules. Please use the pastebin]
if I make slug => ‘anything’ that permalink does change I just cant get it to go away.
Forum: Fixing WordPress
In reply to: Remove Permalink Slug from Custom Post Typeanyone?
Forum: Plugins
In reply to: Remove permalink base for custom taxonomies?did you ever figure this out? I need to do the same.
Forum: Fixing WordPress
In reply to: Viewer Side AJAX using SACK not Working… HELP!cool thnx
Forum: Fixing WordPress
In reply to: Viewer Side AJAX using SACK not Working… HELP!anyone?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Getting the screen and background to dimanyone?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Getting the screen and background to dimi 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
In reply to: [Plugin: NextGEN Gallery] Getting the screen and background to dimany instruction now how to integrate that with nextgen?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Getting the screen and background to dimanyone?