Title: wpbless's Replies | WordPress.org

---

# wpbless

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/wpbless/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpbless/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/wpbless/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/wpbless/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/wpbless/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/wpbless/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Error after installing Gutenberg (I’d tried to stop WP from removing tags)](https://wordpress.org/support/topic/error-after-installing-gutenberg-id-tried-to-stop-wp-from-removing-tags/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/error-after-installing-gutenberg-id-tried-to-stop-wp-from-removing-tags/#post-10630101)
 * Help urgently needed.
 * I fear I won’t have this solved before Gutenberg is the core rather than the 
   plugin.
 * Thanks so much if anyone can answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Error after installing Gutenberg (I’d tried to stop WP from removing tags)](https://wordpress.org/support/topic/error-after-installing-gutenberg-id-tried-to-stop-wp-from-removing-tags/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/error-after-installing-gutenberg-id-tried-to-stop-wp-from-removing-tags/#post-10629599)
 * I installed the Gutenberg plugin today to try it out.
 * I’m getting an error message both at the top of my WP dashboard, and when I go
   to view the site in a browser:
 * Warning: call_user_func_array() expects parameter 1 to be a valid callback, function‘
   ikreativ_tinymce_fix’ not found or invalid function name in /home1/asharp/public_html/
   andreasharp.com/wp-includes/class-wp-hook.php on line 288
 * A few days ago, I got so sick of years of WP stripping out my tags when I go 
   back to Code-View after switching to Visual — that I finally decided to find 
   a way to solve that problem. I found somebody’s solution [https://ikreativ.com/stop-wordpress-removing-html/](https://ikreativ.com/stop-wordpress-removing-html/)
 * It didn’t work, so I deleted the file that I made with this suggestion’s code,
   and put my backed-up, unchanged functions.php file back where it was before I
   fiddled with this.
 * I looked at line 288 in wp-includes/class-wp-hook.php. It is blank.
 * I’ll paste the whole section below a line of *** below.
 * The first line is line 286.
 * The indents don’t carry over the copy/paste step, so it might be hard to see 
   that the entirety of line 287 is
 * $this->current_priority[ $nesting_level ] = $priority = current( $this->iterations[
   $nesting_level ] );
 * Then a blank line for 288.
 * And line 289 is foreach ( $this->callbacks[ $priority ] as $the_ ) {
 * *******************************************************************************
 * do {
    $this->current_priority[ $nesting_level ] = $priority = current( $this-
   >iterations[ $nesting_level ] );
 * foreach ( $this->callbacks[ $priority ] as $the_ ) {
    if( ! $this->doing_action){
   $args[ 0 ] = $value; }
 * // Avoid the array_slice if possible.
    if ( $the_[‘accepted_args’] == 0 ) { $
   value = call_user_func_array( $the_[‘function’], array() ); } elseif ( $the_[‘
   accepted_args’] >= $num_args ) { $value = call_user_func_array( $the_[‘function’],
   $args ); } else { $value = call_user_func_array( $the_[‘function’], array_slice(
   $args, 0, (int)$the_[‘accepted_args’] ) ); } } } while ( false !== next( $this-
   >iterations[ $nesting_level ] ) );
 * Hoping someone can send what I can paste in to replace what I have, and that 
   it’ll carry over the copy/paste step, and that it’ll fix the whole problem.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [New to WordPress, looking for advice](https://wordpress.org/support/topic/new-to-wordpress-looking-for-advice/)
 *  [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/new-to-wordpress-looking-for-advice/#post-10629562)
 * Did you consider attending WordCamp or another in-person event? You can learn
   so much in a few days, it’s worth the money and definitely worth the time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Error after installing Gutenberg plugin (I tried to stop WP from removing tags)](https://wordpress.org/support/?post_type=topic&p=10629527)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [7 years, 8 months ago](https://wordpress.org/support/?post_type=topic&p=10629527#post-10629536)
 * I pasted that PHP in with the indents, but they didn’t carry over. Don’t know
   if that matters for helping me. Hope not.
 * Hoping somebody can post the correct PHP for this, and that I’ll be able to paste
   it in properly, and that it’ll fix the entire problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display – tabs as wide as nav bar and stacked](https://wordpress.org/support/topic/display-tabs-as-wide-as-nav-bar-and-stacked/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [11 years ago](https://wordpress.org/support/topic/display-tabs-as-wide-as-nav-bar-and-stacked/#post-6061123)
 * Thank you!
 * I used a theme generator (Artisteer) for the theme. I tried Artisteer’s attempt
   to automate responsive design in the themes it generates a while back, and got
   weird results like this. Undid it. But forgot to undo it on this particular site.
   Switched off “use responsive design” and it’s fine now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Name is wrong – different from Edit Page text](https://wordpress.org/support/topic/page-name-is-wrong-different-from-edit-page-text/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/page-name-is-wrong-different-from-edit-page-text/#post-5115252)
 * In case anyone else out there’s ever as ditzy as me and looking for an answer
   to this one…
 * It was a keyword setting I used in the wonderful All-In-One SEO Pack plugin.
   
   Text in its Menu Label window overrides the title window of the Edit Page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Layout – Where do I start?](https://wordpress.org/support/topic/page-layout-where-do-i-start/)
 *  [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/page-layout-where-do-i-start/#post-5115174)
 * I’ve been looking for a good tool for a grid for responsive design too. Will 
   reply again if I find one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Name is wrong – different from Edit Page text](https://wordpress.org/support/topic/page-name-is-wrong-different-from-edit-page-text/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/page-name-is-wrong-different-from-edit-page-text/#post-5115163)
 * Does anybody know where the wrong text (Bedtime Story – Catland) is being pulled
   from?
 * I’d be curious to know why the right text isn’t being pulled from the Title window
   of the Edit Page page, but mostly just need to know how to fix this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Name is wrong – different from Edit Page text](https://wordpress.org/support/topic/page-name-is-wrong-different-from-edit-page-text/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/page-name-is-wrong-different-from-edit-page-text/#post-5115149)
 * The text that appears on the menu is:
 * Bedtime Story – Catland
 * But the text that’s in the Title window of the Edit Page page for that page is
   one word, namely:
 * Listen
 * I tried typing some different text into the Title window and republishing. But
   the new text didn’t appear.
 * So I don’t know how to change what displays publicly on the menu tab for this
   page because that and what’s the Title window are apparently not hooked up right
   now.
 * Ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AutoChimp] Activation Error on AutoChimp 2.15](https://wordpress.org/support/topic/activation-error-on-autochimp-215/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/activation-error-on-autochimp-215/#post-4365399)
 * Hostgator says all its servers support PHP 5.3.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [reporting a hack (unauthorized user and posts)](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/page/2/#post-2664844)
 * Forgot one very important detail, which is that I’m using Register Plus (wonderful
   plugin) and it allows you to verify users before their registration is complete.
   I thought that was a WP setting, and remembered it’s Register Plus. Problem solved.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [reporting a hack (unauthorized user and posts)](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/page/2/#post-2664703)
 * Thanks. I did set it to Subscriber.
 * I think I should try to communicate with him about being such a chump, too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [reporting a hack (unauthorized user and posts)](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/page/2/#post-2664699)
 * Yes, the settings I was looking for are under “Discussion” and what you can set
   is notifications of new COMMENTS (not posts, of course, since that would be you
   or your authorized users).
    v
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [reporting a hack (unauthorized user and posts)](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/page/2/#post-2664696)
 * New User Default was set to Author.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [reporting a hack (unauthorized user and posts)](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/)
 *  Thread Starter [wpbless](https://wordpress.org/support/users/wpbless/)
 * (@wpbless)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/reporting-a-hack-unauthorized-user-and-posts/#post-2664692)
 * The poster used an email address at a domain that is active. bill (at) thatdomain.
   com

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

1 [2](https://wordpress.org/support/users/wpbless/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpbless/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/wpbless/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/wpbless/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/wpbless/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/wpbless/replies/page/2/?output_format=md)