We added the plugin recently. The look of the document section doesn’t change the width even if I haven’t disabled the responsiveness. It seems like the responsive feature is not working.
Since the last update is 1 year ago, it would be great if you review the plugin.
Hello,
Are there any plans to update this plugin? Wordfence is reporting it as “abandoned:”
“The Plugin “DocumentCloud” appears to be abandoned (updated Tuesday, 20 December 2016, tested to WP 4.7.12).
Type: Plugin Abandoned”
Thanks.
]]>Hello:
Wordpress 4.6.1 was just released.
Are there any plans to update the DocumentCloud plugin?
Thank you!
]]>I had to add isset to $elements[‘note_id’] test as it not always set
function clean_dc_url($url) {
$elements = $this->parse_dc_url($url);
if ($elements['document_slug']) {
$url = "{$elements['protocol']}://" . WP_DocumentCloud::OEMBED_RESOURCE_DOMAIN . "/documents/{$elements['document_slug']}" .
( isset( $elements['note_id'] )? "/annotations/{$elements['note_id']}" : '' ) . '.html';
}
return $url;
}
]]>
There appears to be a conflict with WP Rocket, causing a complete failure to render DocumentCloud documents.
I expected this to be a .js or .css minification or location problem, but DocumentCloud has no .js or .css files.
I’ve filed a trouble-ticket with WP Rocket for both WP Rocket 2.6.6 and 2.6.7.
]]>