bably
Forum Replies Created
-
Hi,
My apologies. I have now enabled the remote debugging.
I also noticed that block 2 was paused which I have now activated and is also working.
I will consider the problem solved for now.
Forum: Fixing WordPress
In reply to: Gutenberg Image dimension resize not workingHi,
fyi, I already used the latest wordpress update.
The problem was the coding of the images.
Hi benjamin,
Are you saying that I don’t need to add this code in my function.php file?
function sp_titles_desc($html) {
//you can add here all your conditions as if is_page(), is_category() etc..
$html = ‘my meta description’;
return $html;
}
add_filter(‘seopress_titles_desc’, ‘sp_titles_desc’);`Forum: Fixing WordPress
In reply to: Unable to save new post after updating to WP5.5Hi,
Updated to Seo press 4.1.3 and now problem is solved
Forum: Fixing WordPress
In reply to: Unable to save new post after updating to WP5.5Hi,
I see you meant upgrading the Seopress plugin to version 4.1.2 which I just did. I am no longer receiving the error that I received before.
However the problem still persists that I am unable to save or preview a new post.
Any suggestions?
- This reply was modified 5 years, 7 months ago by bably.
Forum: Fixing WordPress
In reply to: Unable to save new post after updating to WP5.5Do you mean downgrade?
Aldo I had version 5.4.2 before the upgradeForum: Fixing WordPress
In reply to: Unable to save new post after updating to WP5.5Hi,
I have Elementor Pro and Gutenberg editor for text editing.
Thank you.