dtlevin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ERROR: Invalid username. Lost your passwordThis is a local install, so it is installed only on your computer and we can not see it. It also would not have anything to do with www.ads-software.com needing to email you an account.
- Did you use ServerPress or anything to help you get it set up?
- Did you mean to install it on your computer or on a server online?
- Do you have access to the DB?
Forum: Fixing WordPress
In reply to: why my page is more than 100% full widthSetting
.container { margin=left: 0px; }
will also fix it
right now is is set to 30px which is what is pushing it over the right edge
- This reply was modified 7 years, 3 months ago by dtlevin.
Forum: Fixing WordPress
In reply to: WordPress doesn’t detect upgrade after latest version is installedHave you emptied your browser cache?
Forum: Fixing WordPress
In reply to: Image not appearing in tableTry changing this
<img src="https://www.reneegiarrusso.com/wp-content/uploads/2017/12/ecm1.jpg" width="200px">
to this
<img src="https://www.reneegiarrusso.com/wp-content/uploads/2017/12/ecm1.jpg">
remove the width= 200pxForum: Fixing WordPress
In reply to: Default Header in Decree theme missingIt looks like the site is set to private right now? I can’t see anything
Forum: Fixing WordPress
In reply to: http error 500 after installing wordpress on subdomainIf you have a good ftp program like FileZilla, you can ftp into your site and then check the permissions there.
Get FileZilla here
https://filezilla-project.org/download.php?type=clientIn the permissions column there will be a number like 0755 or just 755. This number tells you what the permissions are for that file or directory. Here is a link explaining what those numbers mean
https://www.pluralsight.com/blog/it-ops/linux-file-permissions- This reply was modified 7 years, 3 months ago by dtlevin.
Forum: Fixing WordPress
In reply to: http error 500 after installing wordpress on subdomainhave you looked at these
A Permissions Error. In most cases, a 500 Internal Server Error is due to an incorrect permission on one or more files or folders. In most of those cases, an incorrect permission on a PHP and CGI script is to blame. These should usually be set at 0755 (-rwxr-xr-x).A PHP Timeout. If your script connects to external resources and those resources timeout, an HTTP 500 error can occur. Timeout rules, or better error handling in your script, should help if this is the cause of the 500 error.
Forum: Fixing WordPress
In reply to: Editor Problem in 4.9.1Have you disabled or deactivated those plugins and tried?
Forum: Fixing WordPress
In reply to: Full width image not full widthYou have 10px of padding on that column if you look at it closely.
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated { padding: 10px; }
it looks like you are using the elementor page builder. There should be a place to turn off that padding or you should be able to set it to 0px on that panel or column in the page builder.. Try their forums.
Forum: Fixing WordPress
In reply to: Error establishing a database connection after update t2 4.9.1You said “My site is WordPress network.”
This is not the WordPress hosting network. This is www.ads-software.com. That would be https://wordpress.com/ is that where you are hosted?Forum: Fixing WordPress
In reply to: Consolidate old posts from blog into newYou could give the category a description and then have that description be posted at the top of the page before the post if you know how to edit the template.
Here is an article on how to do it
https://www.wpbeginner.com/wp-tutorials/how-to-display-category-descriptions-in-wordpress/Forum: Fixing WordPress
In reply to: The theme directory “Theme-Name” does not exist.If those files are there then check the permissions.
Forum: Fixing WordPress
In reply to: Unable to Upload ImagesThat would be a question for the Dreamhost forum or support.
Forum: Fixing WordPress
In reply to: Unable to Upload ImagesHere is information on using FileZilla with Dreamhost and getting your ftp information etc
https://help.dreamhost.com/hc/en-us/articles/115000675027-FTP-overview-and-credentials- This reply was modified 7 years, 3 months ago by dtlevin.
Forum: Fixing WordPress
In reply to: Unable to Upload ImagesIf you have a good ftp program like FileZilla, you can ftp into your site and then check the permissions there.
Get FileZilla here
https://filezilla-project.org/download.php?type=clientIn the permissions column there will be a number like 0755 or just 755. This number tells you what the permissions are for that file or directory. Here is a link explaining what those numbers mean
https://www.pluralsight.com/blog/it-ops/linux-file-permissionsThe uploads folder should be 744 from what I understand or 755 if that does not work. You should be able to set the permission in FileZilla as well.
Here is a link to an articel explaining more
https://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/