Andreas
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts 2 Posts] Issue with p2p_widget_html filterI just wrote my own shortcode. As simple as that. Dummy Code: https://gist.github.com/amauf/11de83e3d6ec9dc2e5c3b450971010d7
Forum: Plugins
In reply to: [Posts 2 Posts] Issue with p2p_widget_html filterSame here. the_title(), the_permalink() and so on… dont work / give empty results.
Seems the Post-Object cant get through. Do you have found any further details, John?
curl installed? libcurl with ssl compiled? you should use ssl in plugin settings.
Forum: Plugins
In reply to: [WP Highrise Contact] WP 3.1 WP Highrise Contact 1.1.2 is not workingDo you have curl installed in your php environment?
Activate “use ssl” in the plugin settings and make sure that your libcurl is compiled with ssl. Even if you want to use an insecure http connection, highrise is redirecting you to the secure one, which curl or the plugin doesnt handle. thats what i figured out today.
Forum: Fixing WordPress
In reply to: Upgrade to 3.0 IMPLEMENTS a file upload limit of 2MbDid you checked the upload settings in /wp-admin/ms-options.php? There is a max file size limit too.
Forum: Fixing WordPress
In reply to: Upgrade to 3.0 IMPLEMENTS a file upload limit of 2MbHaving the same issue…