tipichris
Forum Replies Created
-
thanks Leah. It was meant as bug report rather than a plea for help so that’s fine.
For the benefit of anyone who comes across this thread I’ve worked around it with this in my theme’s functions.php to just put a further info URL in the event description when adding to google calendar
/** Use only the URL for more info for the description for gcal **/ function foow_tribe_gcal_hack($params) { $params['details'] = urlencode('Details at ' . get_permalink()); return $params; } add_filter('tribe_google_calendar_parameters', 'foow_tribe_gcal_hack');Forum: Networking WordPress
In reply to: Links widget missing on child site on wp 3.6 multisiteJust asked the same question, then found the answer myself straight away. Install the Link Manager plugin, as the Link Manager is now disabled by default on new installations.
An interesting exercise in keywords. Spent hours searching for this with ‘Links menu’ and ‘Links widget’. Then as soon as I’d posted thought to try ‘Link manager’ and got straight there:
http://ww.wp.xz.cn/plugins/link-manager/
Link manager has been disable on new installs. Use the Link Manager plugin to re-enable it.
Forum: Plugins
In reply to: [OpenID] Keeps sending me back to login screenA bit more info…
This is only a problem when accessing the login screen over SSL, which since I had FORCE_SSL_LOGIN set true was always. Having disabled that I can now login in using OpenID using plain old http, but still not with https