PDF Embedder not working on quick-view-content.php
-
I want to embed PDF on a Product’s Quick View using PDF Embedder and Advanced Custom Fields plugins.
Here is the code I put on quick-view-content.php:
<?php $pdf = get_field( 'datasheetquickview' ); ?> <?php if ( $pdf ) { ?> <?php echo do_shortcode('[pdf-embedder url="'.get_field('datasheetquickview').'"]'); ?> <?php } ?>
Unfortunately, PDF is not returned as an embedded file, it only returns a link to the file (see image).
What might be the issue here?
- This topic was modified 5 years, 7 months ago by .
- This topic was modified 5 years, 7 months ago by .
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PDF Embedder not working on quick-view-content.php’ is closed to new replies.