U003F
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Forcing one-column format on all pagesThe answer may be found on a previous post:
@media screen and (min-width: 48em) { .blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .navigation.pagination, body.blog .site-content .page-header, body.archive .site-content .page-header, body.search .site-content .page-header { float: none; margin-left: auto; margin-right: auto; max-width: 740px; width: auto; } }Forum: Fixing WordPress
In reply to: where is /login to /wp-login.php redirect encodedThere’s no page named
login(that’d be an easy find!) and there’s no redirect defined in.htaccess, but it must be defined somewhere. Here‘s a totally virgin website where the redirect just works, so it must come as standard, somehow.Forum: Fixing WordPress
In reply to: where is /login to /wp-login.php redirect encoded@jdabber Thanks very much!
For me, in the past, the
/login/has just worked out of the box, without need for plug-ins, nor.htaccessrules (e.g. http://chinleycheese.com/login). However, my latest install just doesn’t work; I wonder what’s different?Forum: Fixing WordPress
In reply to: links not workingNo luck. It successfully updates the post, but when I click “view post” I receive a 404 not found again.
Viewing 4 replies - 1 through 4 (of 4 total)