Cann’t recize iframe. Height & width in shortcode not workihg.
]]>It displays one page. I would like to display all pages in my post One below another…..
like this
EXAMPLE
How to acomplish this? What i need to edit in this greate plugin..???
Thank you
Is it possible to turn on printing option in click menu at the right corner of PDF window?
]]>I have installed the plug in and inserted the code
[jupdf-viewer file=parking width=1000px height=800px]
but when I run the page the PDF does not show. The PDF box appears but it is blank. Any ideas?
Hi, I got the message “Unexpected server response” with the plugin.
I’m trying to render the doc from a subdomain. Does it affect?
Yo can see the output here.
]]>can we get a “please wait” or “spinner” when loading so that they know its not blank? my PDF files are rather large and it takes some time for it to load. several people think its blank instead of just loading.
]]>Hello and thanks for this great plugin!
I’m having problems trying to make it run with my custom post types.
Is it possible that the plugin works only with wordpress native posts?
If it is supposed to work with custom post types, does it need any special $args configuration?
This is the configuration of my custom post type:
$labels = array(
'name' => __('Name'),
'singular_name' => __('name'),
'add_new' => 'New Name',
'add_new_item' => 'New name',
'edit_item' => 'Edit name',
'new_item' => 'New name',
'all_items' => 'All names',
'view_item' => 'View name',
'search_items' => 'Search names',
'not_found' => 'No names found',
'not_found_in_trash' => 'No names found in trash',
'parent_item_colon' => '',
'menu_name' => 'Names'
);
$args = array(
'labels' => $labels,
'public' => true,
'publicly_queryable' => true,
'show_ui' => true,
'show_in_menu' => true,
'query_var' => true,
'rewrite' => array( 'slug' => __('name') ),
'capability_type' => 'post',
'has_archive' => true,
'hierarchical' => false,
'menu_position' => 11,
'supports' => array( 'editor', 'title')
);
register_post_type( 'name', $args);
]]>
I get a 403 error where the document should appear on mobile devices. Are you familiar with this? It also doesn’t appear to be responsive.
]]>Hello dear
I am testing and not show anything, in the error console show
PDF.js v? (build: ?)
Mensaje: Missing PDF “https://mysite.com/wp-content/plugins/jupdf-pdf-viewer/jupdf/../<a”.