ACleanPlate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update Error:Okay, so “nobody” then. Now that I’ve got this information, what do I do with it?
Forum: Fixing WordPress
In reply to: Update Error:Thanks! Looks like ‘nobody’. ‘Root’ also appears in the list, but only once.
Forum: Fixing WordPress
In reply to: Update Error:I don’t know. I found guides to put “lsof -i”, “cat /etc/group”, or “cat /etc/passwd” into SSH to show the list, but don’t know how to tell which one is/should be the right one. My host couldn’t tell me. www-data and apache seem to be common ones, but neither shows up on my list.
I appreciate all of your help, Steve!
Forum: Fixing WordPress
In reply to: Update Error:Ok, I added “define(‘FS_METHOD’, ‘direct’);” to wp-config, but it didn’t work. I’m still getting the update error.
Forum: Fixing WordPress
In reply to: Update Error:So, if I have understood correctly, this is supposed to be added to wp-config:
define(‘FS_METHOD’,’direct’);
define( ‘FS_CHMOD_DIR’, ( 0755 & ~ umask() ) );
define( ‘FS_CHMOD_FILE’, ( 0644 & ~ umask() ) );However, it didn’t work. Changing WordPress file permissions to 777 seems to work, but I understand that’s not something you want to leave in effect long-term, so I reset them all to default. Is there a particular WP file that might cause this issue?
Forum: Fixing WordPress
In reply to: Unable to Update Plugin/ThemesI found another suggestion to change the folder permissions from 755 (which my host says is fine) to 775 using this command:
find . -type d -exec chmod 775 {} \;
But this also yields no results. I am using the Fire SSH plugin for Chrome at my host’s suggestion. I did figure out I wasn’t meant to copy/paste ThemeSumo’s suggestion verbatim but to substitute my public_html file (I assume) in line 2. But I can’t figure out what the www-data:www-data part is. When I use it as-is FireSSH says www-data:www-data is an invalid user. Am I meant to substitute my username? Or something else really obvious and dumb I might be doing wrong?
Forum: Fixing WordPress
In reply to: Unable to Update Plugin/ThemesHaving finally figured out how to set up SSH access with my host, these commands are returned “command not found” when I enter them. All of this stuff is new to me and my host has been absolutely no help at all. Any other ideas, or thoughts on why these commands don’t work?
Thanks Bob, but what I’m trying to change is how the thumbnails are displayed, not the colors of the text/background. Sorry for the confusion!
Forum: Plugins
In reply to: [Osom Author Pro] Customize book details and permalink default?I’m trying to do something similar and having mixed results so far myself. But I can help you with part of that based on a suggestion by webmonnik in a previous thread:
edit file class.Genesis_Author_Pro_CPT.php
Change the slugs in the array string, for example:
=> array( ‘slug’ => ‘painting’ , ‘feeds’ => true, ‘with_front’ => true, ),But be sure to create a backup first.
Forum: Fixing WordPress
In reply to: Changing Location of ContentThank you!
That did it, thanks!
Forum: Themes and Templates
In reply to: [Tiny Forge] How to Remove Navigation Menu Border#1 solved it! Thanks a billion, you’re a godsend!
Forum: Themes and Templates
In reply to: [Tiny Forge] How to Remove Navigation Menu BorderThanks for the suggestion martcol, but it didn’t work. The .main-navigation ul.nav-menu rule exists only as a subset of “@media screen and (min-width: 600px)” (a rule I am not at all familiar with) and appears to have no effect on the website when I alter it in the child theme.
The site is http://alt-ternativeautoimmune.com, but the owner has requested it remain private until it is 100% finished.
The Tiny Forge theme is here: http://wordpress.org/themes/tiny-forge