cleverevans
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Getting 404 error on multisite subdomain@matthewbrain: I have not edited my apache.conf. How do I do that? Where do I locate the apache.conf file?
However, I am getting warmer. I hadn’t set up my redirects as wild card redirects. That’s been fixed. Now, if I navigate from the cleverevans.com dashboard to either of my subdomain dashboards, I get a 404 error and it takes me to an address that looks like this: https://cleverevans.com/uxwp-admin/
If I try to navigate to, say, https://cleverevans.com/uxwp-admin/post-new.php I get this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Presently re-reading through Create A network documentation again, but if anyone else has any ideas, they would be greatly appreciated.
Forum: Themes and Templates
In reply to: Centering Twenty Twelve submenu in mobileThis worked! Thank you so much!
Forum: Themes and Templates
In reply to: Twenty Twelve Mobile Menu problemMagnificent! Worked like a charm. Thank you.
Forum: Themes and Templates
In reply to: Right Sidebar on Front page template of twenty twelve themeWorked, thank you.
Forum: Themes and Templates
In reply to: Add sidebar to front page twentytwelve template?I have a question sort of related to this thread, so I’ll post here. I’d like a right sidebar on the front page template of my twenty twelve child theme, but I don’t need the right sidebar IN ADDITION TO the two widgets down below the main content area. I’d like to relocate one of the two widget areas so that one of them is a sidebar.
I sort of did this by adding the following CSS to my child theme:
#primary {
width:60%;
}#secondary {
float:right;
clear:none;
width: 38%
}.template-front-page .site-content article {
width:auto;
}and it works. However, I’m using the jetpack twitter widget and the widget is stubbornly remaining the wrong size, no matter what I do to resize it. Any idea of how to fix this?