Photoed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CHMOD new upload folders problemSure,
“The default unmask setting is 755, it may refer to the permissions when a directory is created on our servers.”
Forum: Fixing WordPress
In reply to: CHMOD new upload folders problemHi,
I have also had this problem this morning. Since updating to 3.7.1, it is the first time I have had a new upload folder created (first upload since the beginning of December) and the permissions were set as 755 and not 744. I had to change them manually via control panel. When I checked with 123-reg, it’s supposedly a known issue.
However, I’m non-technical so I don’t know how/why permissions are generated when a new folder is creasted on the server. If anyone wishes to share how this works, it’d be much appreciated.
Forum: Plugins
In reply to: [Multisite Language Switcher] Modifying linkHi,
Thanks for the steer in the right direction.
It turns out I had edited the wp_options table entry for site url when I had some difficulties migrating to multisite.
Turns out I just needed to change the entry back to photoed.co.uk only.
Many thanks.
Edward
No problem,
It’s a great plugin already!
In fact, don’t worry.
I will change my site to have the sidebar on the front page too.
It would be the simplest solution I think.
I have copied that code into the functions.php of my (newly created, thanks) child theme but it doesn’t seem to have any effect on the menu.
I have the plugin working perfectly from the sidebar widget so I know it’s not a fault with the plugin generally.
I would like for it to show in the menu too since I prefer not to have the sidebar activated on the front page.
Thanks again for your assistance.
Edward
Hi,
Thanks for the swift reply.
The menu function in my functions.php is
// This theme uses wp_nav_menu() in one location. register_nav_menu( 'primary', __( 'Primary Menu', 'twentytwelve' ) );
Apologies if this is not the correct information. I am not particularly knowledgeable about code.