ijunkey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Directory not writeable by server?if its not ‘Media’ then it would be ‘Miscellaneous’ for older version of wordpress.
Forum: Fixing WordPress
In reply to: Directory not writeable by server?Try changing permission to 777 or
Log into your WordPress Admin account.
Go to ‘Media’ Settings options from the ‘Settings’ menu.
In the Media Settings put wp-content/uploads in the “Store uploads in this folder” text box.Save the Changes by hitting the “Save Changes” button.
Forum: Fixing WordPress
In reply to: Strange Search StringsYou can check your site for any malware through google webmaster if they have recorded any. Just login to https://www.google.com/webmasters
and add your site if its not already added.
Got to Diagnostics->Malware
and other details[Sig removed – stop it.]
Forum: Fixing WordPress
In reply to: Directory not writeable by server?Right click the directories you want to change and choose file attributes…
Forum: Fixing WordPress
In reply to: Directory not writeable by server?It depends on the servers on which you have hosted. They might have updated some patches for Apache or PHP, that forced restricted permissions.
Forum: Fixing WordPress
In reply to: How to add duplicate navigation on a pageUpdate footer.php, if you do not have permission to update these files then look for FTPing you domain
Forum: Fixing WordPress
In reply to: How to add duplicate navigation on a pageEither you can use any navigation menus plugin or if you have any knowledge of php you can do the following
Go to wordpress dashboard->Appearance->Editor-> look for header.php
Copy the <div id=”navbar”>
<div id=”navigation”> code till the </div>And paste the same to footer.php
[sig moderated as per the Forum Rules]
Forum: Fixing WordPress
In reply to: Directory not writeable by server?The same is true for /wp-content/cache/ and maybe /wp-content/uploads/ (if you’re using MultiSite you may also need to do this for /wp-content/blogs.dir/)
Forum: Fixing WordPress
In reply to: Directory not writeable by server?Fix#
> FTP your site.
> Go to Directory /home/ducemanc/public_html/wp-content/
Change the permission of the upload folder as below
7 5 5
user group world
r+w+x r+x r+x
4+2+1 4+0+1 4+0+1 = 755The permission mode is computed by adding up the following values for the user, the file group, and for everyone else. The diagram shows how.
Read 4 – Allowed to read files
Write 2 – Allowed to write/modify files
eXecute1 – Read/write/delete/modify/directory