markwill
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Fatal error when i go to the Redirects Tab – can't do anything!Check this forum – numerous posts on this already with information from others.
Forum: Plugins
In reply to: [Redirection] Fatal ErrorSame issue for me but rather than another “me too”, let me add a tad more info… 🙂
All the other tabs (Groups, Modules, Logs, etc) seem to be working OK. This includes the ability to add a redirection to a URL reported as broken in the 404 tab. I added such a redirection and that worked fine. But, of course, it’s still a major issue that the Redirections page is broken.
Really hoping this gets resolved soon.
As an aside, I’m interested to know if ANYONE is seeing this working after the 4.2 upgrade. The plugin has already been flagged as compatible with 4.2 (without the need for a plugin update). I hope that’s after some rigorous testing rather than just “checking a box so it looks good” 🙂 If everyone who has 4.2 is seeing this broken – well, that would be concerning.
Thanks.
Forum: Fixing WordPress
In reply to: HTTP 500 Internal Server ErrorThank you for the prompt response, laliz, which is much appreciated. I can actually change that without changing anything at the file level because if I remote into the server I can access the admin console without any issues, so I can just change the theme there.
But here’s the thing 🙂 BEFORE I made that change, I went and tried one more time (remotely) and it’s working now. I had not made the theme or any other change. So I am confused what caused this but certainly relieved.
Let me try to salvage something from this, in terms of lessons for the future. I am somewhat new to WordPress (though I have been immersed in it for a couple of months :)). This little episode has me wondering what logs are available to troubleshoot issues like this. When I have an internal server error, what is the normal course of action to troubleshoot?
Thanks again – panic over, but hoping I can still learn something useful regarding the logs.
Mark
Forum: Fixing WordPress
In reply to: Adding a page as a child of a categoryThank you, mindctrl. I very much appreciate this.
Mark
Forum: Fixing WordPress
In reply to: Adding a page as a child of a categoryThank you for the response. I am familiar with how to create a parent/child page setup and have used that in a number of situations. The challenge I have here is down to two requirements (using /<categoryname>/<pagename> as the example):
For SEO purposes <categoryname> is a category and will have many posts under that category.
Unfortunately, the <pagename> content must, for business reasons, be child of the category, in terms of URL structure.
So, it seems from your comments that I have a big problem on my hands. I would love to hear of any creative solutions to this but I have one thought.
The current <pagename> content is implemented as a page (it’s temporarily under another page). What I could do, I guess, is somehow move this to be a POST (not a page), have it under the category but have it use some template that is intended for just that specific post (all the other posts under the category have a totally different layout).
Is that possibly a solution? I am not familiar with what constraints I might have if I move a page to a post.
Thanks again.
Mark
Forum: Themes and Templates
In reply to: Leaving out wp_head()Awesome – thank you, Stephen. Really appreciate the responses.
My challenge now is to better understand the difference between what I CAN do (technically) and what I SHOULD do 🙂 I am not motivated to tweak things too much. I like to follow best practices and keep things simple as much as I can. I guess my overall goal here is relatively common – use a theme but have a small number of pages that have a different design (for whatever reason). I have learned, from this thread, that the theme can impact the page layout indirectly through wp_head(), by sucking in stylesheets, rather than leaving that just to .php files.
Thanks again, Stephen. I will mark this as resolved – and then chew on my options 🙂
Forum: Fixing WordPress
In reply to: Posts appearing under categoriesFigured it out – using /%category%/%postname% as the permalink. That said, next up is to figure out what works best for SEO purposes. Seeing differing opinions as I research that.
Forum: Themes and Templates
In reply to: Leaving out wp_head()Sure.
Here’s mypage.php: http://pastebin.com/0Kc0yCkK
And here’s header-mypage.php: http://pastebin.com/sqyhZhQ4
The version posted includes wp_head() and results in this HTML: http://pastebin.com/tCW8uNM3. On the page, that shows as the page being split – 1/3 on the left in white and the 2/3 on the right in gray (which comes from the Twenty Fifteen theme, I guess). Note that this is despite extremely brief mypage.php and header-mypage.php files (and certainly nothing to do with that page split).
If I remove the wp_head() call, as the only change, the page is much more streamlined: http://pastebin.com/fN8CAJgw.
It is interesting to me that the underlying hooks related to wp_head() have such an impact on page layout – I would have thought that would be in the various .php files.
So, at this stage I want to leave wp_head() in, so that the various plugins are integrated, but not have it directly impact the page layout.
I am hardly the expert here but I am curious to know whether a “good” theme design should leave wp_head() having such a direct impact on page layout.
Thanks.
Mark
Forum: Themes and Templates
In reply to: Leaving out wp_head()Thank you for the response, Stephen. The basic flow is..
I have basically mirrored the single.php (and the header and footer files) to create my own three files.
The mypage.php file has a call to get_header(‘mypage’);
In header-mypage.php, I originally had the call to wp_head() just before the closing </head> tag (which is where I believe it is supposed to be). If I leave that in the page gets messed up with remnants of Twenty Fifteen somehow. If I remove wp_head() at that point the page renders perfectly.
Note that mypage.php, header-mypage.php and footer-mypage.php are stripped down to the minimum (basically an almost empty page) as I test this. With the wp_head left in, though, I get some HTML added for Twenty Fifteen, which messes up the page.
So, as I say, I guess I have a fix – except that I keep reading to leave this call to wp_head() in so plugins, etc can register for hooks.
Make sense?
Mark
Forum: Everything else WordPress
In reply to: Hosted vs. Self-HostedThank you for the response. So, when you mention managed WordPress, would the offering through Azure be an example?
http://azure.microsoft.com/en-us/documentation/articles/web-sites-php-web-site-gallery/
With this approach I get the benefits of WordPress.org (self-hosted) installation and can install plug-ins, etc, yes?
If so that could be a very interesting solution.
Thank you again.
Forum: Fixing WordPress
In reply to: WordPress SEO – thousands of new URLs?Anyone have any thoughts on this?