wpbless
Forum Replies Created
-
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.
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/
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
In reply to: New to WordPress, looking for adviceDid 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.
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
In reply to: Display – tabs as wide as nav bar and stackedThank 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
In reply to: Page Name is wrong – different from Edit Page textIn 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
In reply to: Page Layout – Where do I start?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
In reply to: Page Name is wrong – different from Edit Page textDoes 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
In reply to: Page Name is wrong – different from Edit Page textThe 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
In reply to: [AutoChimp] Activation Error on AutoChimp 2.15Hostgator says all its servers support PHP 5.3.
Forum: Fixing WordPress
In reply to: reporting a hack (unauthorized user and posts)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
In reply to: reporting a hack (unauthorized user and posts)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
In reply to: reporting a hack (unauthorized user and posts)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).
vForum: Fixing WordPress
In reply to: reporting a hack (unauthorized user and posts)New User Default was set to Author.
Forum: Fixing WordPress
In reply to: reporting a hack (unauthorized user and posts)The poster used an email address at a domain that is active. bill (at) thatdomain . com