James Morrison
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Changing the Home URL for a mapped domainHi Ron,
Thanks for replying.
When the home URL is set to the original value (http://sub.multisite.com/) links shown as permalinks in posts and for the “View Page” links show the sub.multisite.com domain, but 301 redirect to http://sub.com when visited.
When the home URL is set to the primary mapped domain value (http://sub.com/) links shown as permalinks in posts and for the “View Page” links show the sub.com domain and work correctly.
The primary issue here is that there is a wildcard SSL certificate for *.multisite.com and admin is forced to SSL; this also affects the sub.multisite.com links as they show https:// which leads to an insecure certificate warning as the redirect path is:
https://sub.multisite.com/
https://sub.com/ <– this is where the SSL warning comes up
http://sub.comIf you accept the browser warning about SSL, this redirects to non-SSL.
When I update the home URL to the primary mapped domain this seems to work so I’ll stick with this for now.
Thanks,
James
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colours not loading correctly** Duplicate, please ignore **
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colours not loading correctlyHi Andy,
Thanks for getting back to me; whilst I really appreciate what you’re proposing, it seems a lot of work for little gain.
The entries are already showing up as the default colours; I can change the CSS to force the background / text colour for the next / previous links where the colours break at the moment.
Thanks,
James
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colours not loading correctlyHi Andy, Leah,
Thanks for the update on this, and confirmation that I’m not going mad trying to work out what’s gone wrong.
Is there anything short-term I can do to get this working whilst an update is being worked on?
Thanks,
James
Hi Jean,
Ok thanks for you help!
Cheers,
James
Hi Jean,
They weren’t there this morning (but did show on the “Feed Preview” per the screenshots) – I’ve just checked and it appears they have all updated since then.
Is there caching of some form within the plugin that could be causing this?
Cheers,
James
Forum: Fixing WordPress
In reply to: Stop is_front_page || is_home returning TRUE on posts pageHey,
Thank you, removing is_home and simply using is_front_page has done the trick!
Many thanks,
James
Forum: Fixing WordPress
In reply to: Stop is_front_page || is_home returning TRUE on posts pageHi,
Just to elaborate on this, this is the content of header.php: http://pastebin.com/FsaNGERu
I only want $title_tag to return h1 on the actual homepage, not on the blog page.
Many thanks,
James
Forum: Plugins
In reply to: [UI Tweaks] [Plugin: UI Tweaks] header bar?Hey,
The header background was added by the UI Labs plugin (http://wordpress.org/extend/plugins/ui-tweaks/) – in due course I will add this to the stylesheet and create an options panel to allow users to select which elements they want to display.
James