paulwpxp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updating FailedAlso, it’s worth noting that this could be just a caching problem. I’d clear/purge all the caches related to the site.
The Media Library just cannot see it…however; when I FTP into the uploads folder the file has been uploaded fine.
Have you tried file permission ?
https://codex.wordpress.org/Changing_File_PermissionsI’d not touch anything else, since they are working fine already. Just check on
/wp-content/uploadsfolder only. Typical setting is 755 for folders, 644 for files.Forum: Fixing WordPress
In reply to: Is Converting Old Posts/Pages to Blocks Now a Good Idea?Thanks for getting back to explain more in details. I now understand what you meant. You were right about the concern regarding old and new content, there will be problems down the road.
I thought that if the Classic Editor plugin is only going to be supported until 2022, then maybe there is going to be a time limit on the Classic Block as well.
If that ever happens I can only hope that’d be after the Convert to Block functionality is superb!
Forum: Fixing WordPress
In reply to: Pages presenting in HTML onlyHello mothershireen
The new editor called Gutenberg is part of WP5.0 so the answer to your last question is no you don’t need to install any plugin to use this new editor.
Since people are not familiar with this new editor, to avoid making mistakes and headaches, WP offers this plugin called Classic Editor, after installed and configured properly, you’ll be able to manage your site the same way you did before.
Classic Editor
https://wordpress.org/plugins/classic-editor/Then spend some time getting used to the new editor using this test page
https://testgutenberg.com/There are many tutorials in articles and video clips to learn from
https://www.google.com/search?q=wordpress+gutenberg+tutorialWhen you are ready to use the new editor, then disable and delete the Classic Editor plugin.
Forum: Fixing WordPress
In reply to: Update from wp 4.6.12 to wp 5This is the support forum for the theme you are using
https://wordpress.org/support/theme/smartline-liteSo the site is using a pretty old version of the theme and old version of WP. I would definitely create a staging site and test it before doing this kind of update to the live site. Also remember to have a full site backup, most webhost providers have this thing usually called one-click backup.
Forum: Fixing WordPress
In reply to: We Can Use Classic Editor On WordPress 5 Without PluginThis same exact question had already been answered here
https://github.com/WordPress/gutenberg/issues/12792#issuecomment-446227216Forum: Fixing WordPress
In reply to: Malware Issue in my WordPress WebsiteSo the scan results show this
Known javascript malware: rogueads.unwanted_ads?1 Malware Found {your site url}/404javascript.js Malware Found {your site url}/ru/home/Did you try to login via FTP or cPanel to delete those files?
Also make sure you update your security plugins, or try different one.
Update your theme, and make sure all plugins are updated without security issues.
Contact your hosting provider, letting them know the issue, it might get injected from other site hosting on the same box.
Forum: Fixing WordPress
In reply to: Cannot access dashboard after 5.0 update “No update required”I’m glad you got it fixed 🙂 and thank you for taking the time to explain the process, it’s definitely helpful for others.
Forum: Fixing WordPress
In reply to: Front Page won’t loadNow I can’t see your site, there is error “too many redirects” going on. I guess this is the “but now nothing will load.” mentioned in your first post.
This page contains info for “too many redirects” error and how to fix it.
https://kinsta.com/blog/err_too_many_redirects/Forum: Fixing WordPress
In reply to: How to use CSS to reduce width of box around textYou’re welcome 🙂
Forum: Fixing WordPress
In reply to: Front Page won’t loadHave you tried clearing browser’s cache/history? Your site front page is looking just fine on my end. There is a slideshow and a search bar down below, right?
Forum: Fixing WordPress
In reply to: How to use CSS to reduce width of box around textAdd this code to it
.entry-meta { margin: 0 auto !important; }The
!importantpart is needed because there is.title-block .entry-meta { margin: 0; }defined elsewhere, it has more CSS Specificity value.You might consider changing
.entry-metain your custom CSS to.title-block .entry-meta.Forum: Fixing WordPress
In reply to: Is Converting Old Posts/Pages to Blocks Now a Good Idea?Is there any reason–like future-proofing, for example–to convert all older pages and posts to blocks using Convert to Blocks?
Generally, it’s not necessary to convert old posts to Block.
https://github.com/WordPress/gutenberg/issues/12694#issuecomment-445458488and if you need to do it, there is no reason to be rush. Your old content will always be there safe and sound. At the moment, not many people use Convert to Block option just yet so we don’t know much about its performance in all different situations. Depending on the type of content, doing it now you might encounter some problems that give you headache. Better wait for more improved, and more stable version.
I’d rather do it now than a few years down the line when there are even more posts…
That’s not true. Only new posts will be in Blocks, the amount of old format (Classic Block) will be the same not more.
Forum: Fixing WordPress
In reply to: How to use CSS to reduce width of box around textYou have WP-Super-Cache installed. Clear the cache to see the changes made. Also clear browser cache too.
Forum: Fixing WordPress
In reply to: Cannot access dashboard after 5.0 update “No update required”Yes, purge database cache, db cache is the first suspect for the error you have.