pregwebwp
Forum Replies Created
-
The issue is with the Gutenberg Plugin causing the conflict. It doesn’t happen all the time. I will post this information via Gutenberg WP to be fixed. Thanks for your assistance.
Thanks for getting back to me.
Here is the share link https://prnt.sc/26mfnkk
You can see where it is covering up the text I want to edit.
You have a great day as well.Forum: Plugins
In reply to: [Gutenberg] Editor ErrorI am going to follow up and say, this is all fixed.
Thank you to whomever worked on this to make it happen.
Still love Gutenberg!Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] StagingThank you for responding
Forum: Fixing WordPress
In reply to: Cant Update Pages or PostsI am posting a follow up here to my original post.
First, this was not a WordPress issue.
I had someone test the site on a different server and everything worked fine after changing the permalink setting to “Plain.”
Yesterday, I tried to edit a post or page by adding in an image; I got the same result “Updating Failed” after changing the permalink setting.
This morning, I ran the Site Health Checker in the Dashboard and there were other errors in the firewall regarding ip address. I fixed this.
Right now, I can now update the posts & pages, as well as add new content.Forum: Fixing WordPress
In reply to: Cant Update Pages or PostsThe only solution was to work in the staging site and push the changes live.
The host suggested we revert back to the Classic Editor plugin and use a page builder.
This is counter productive to working in wordpress and gutenberg.
Still can’t work on the live site to update any pages or posts.Forum: Fixing WordPress
In reply to: Cant Update Pages or PostsYes, it does the same thing in another browser can’t update the page or post.
Forum: Fixing WordPress
In reply to: Cant Update Pages or PostsHi Jose,
The host company for this site is Go Daddy.Forum: Plugins
In reply to: [WP Show Posts] Remove Author and ‘by’I was able to fix this through the premium version of the Theme. There is an option to turn off the author on single posts.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg LaunchThank You so much for responding.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog Post Title DisappearsI found this solution
First, I removed .entry-title {display: none;}
and added in this new css code
body.page .entry-title {
display: none;
}This allowed me to remove titles on my pages except my blog page and the titles are now showing up in the blog posts.
I hope this helps someone else!
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Conflict with UpdraftPlusI did revert to the previous version and it works with Updraft Plus. I got tired of deactivating FASH plugin each time I wanted to back up.
This is a great plugin.
I am waiting for this plugin to be updated with the fix to java, etc.Forum: Plugins
In reply to: [Forget About Shortcode Buttons] UpdaftPlus breakThanks everyone,
I just deleted the newer version of this plugin and installed the older version.
I tested the back up and it is now working.
I, too, really like this plugin. It is a perfect fit for my website. I also use it on other sites as well.
I am sure the developer will update and fix the java problem.Forum: Themes and Templates
In reply to: [Rowling] Remove Author and DateClick on Customize Theme and then scroll down to additional CSS; copy and paste the code below and it will removed the author name and date. I just did this for my own blog and it worked. Hope it helps
.entry-meta{
display:none;
}