robpannell
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Ghost borderThank you very much. I guess I’m not using it properly…
Forum: Themes and Templates
In reply to: Ghost borderThanks, I already use it.
Hasn’t helped reveal any clues in this case.
Forum: Themes and Templates
In reply to: Admin Bar unstyled in footerD’oh – missed out the
<?php wp_head(); ?>
What an idiot!
Forum: Networking WordPress
In reply to: network admin getting redirect loopActually in the end, I commented out lines 18 & 19 of wp-admin/network/admin.php
That did the trick for me.
Forum: Themes and Templates
In reply to: [iNove] Inove menu not compatible with WP 3.2I finally found time to give this a shot.
It’s fantastic, worked a treat.Thank you!
Forum: Fixing WordPress
In reply to: Cant get Password Protection to work on posts page@esmi thanks so much for sharing the link (https://quirm.net/2010/09/08/protected-page-of-posts/)
I’ve been tearing my hair out to find that!
Forum: Plugins
In reply to: TubePress – Forbidden (Can't access Settings)I have the same issue. It’s a fresh WP install with only this plugin.
Forum: Networking WordPress
In reply to: network admin getting redirect loophmm, thanks. It looks like I’m gonna have to do a couple of fresh standalones & transfer everything across. ouch.
Forum: Networking WordPress
In reply to: network admin getting redirect loopit’s ‘ukintranet.eu.companyname.net’ since I’m running WP as an internal site rather than a website.
If I add www. here, then there is no difference. If I add it in the wp_blogs table then it loops the whole site.
and yes, I am using subdomains, so that may be the key difference.
Forum: Networking WordPress
In reply to: network admin getting redirect loopNo joy for me, adding the www in that table just gives me a redirect loop for the entire site rather than just the network admin section.
Forum: Networking WordPress
In reply to: network admin getting redirect loopSadly that doesn’t answer it for me I don’t think, as it makes zero difference whether the www is present or not in the wp-config. I still have the exact same redirect loop experience.
I’ll check the server setup tomorrow though to ensure everything is consistent.
Forum: Networking WordPress
In reply to: network admin getting redirect loopI’ve got this same issue. I’ve tried everything that has been mentioned in the posts above but to no avail.
The main difference is that I’m running WP as an internal company intranet, so it’s on a local webserver which isn’t accessible externally.
I have the following in my config file, and commenting out doesn’t help:
/** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); define('VHOST', 'yes'); $base = '/subdir/'; define('DOMAIN_CURRENT_SITE', 'ukintranet.eu.company.net' ); define('PATH_CURRENT_SITE', '/subdir/' ); define('SITE_ID_CURRENT_SITE', 1); define('BLOGID_CURRENT_SITE', '1' );
Forum: Themes and Templates
In reply to: dynamic sidebar 2 not showing selected widgetsThanks for the help, but I’m afraid your code didn’t make a difference.
Anyone else got suggestions?
Forum: Themes and Templates
In reply to: dynamic sidebar 2 not showing selected widgetsI’m afraid I don’t understand what you’re asking me for… I think you want to see my function.php code?
This is everything in function.php:
<?php if ( function_exists('register_sidebar') ) register_sidebars(2); ?>
Nothing more than that.
Thank you
Forum: Themes and Templates
In reply to: Loop returns pages – not postsYep – set to static page = home, posts shown on = home.
Which is odd as I did not configuring, just installed it and left it.
Thanks ??