• Resolved flawlessgr

    (@flawlessgr)


    Hi,
    I installed the plugin, and inserted the shortcode in two pages:
    1. a single page
    2. a woocommerce product page

    when the icon is clicked
    – In chrome it displays a blank page
    – In Microsoft Edge it displays a blank page
    – In firefox it shows the content of the page without any formatting, although I have checked the “Use Theme CSS For Print Page” option. And the product page is printed without the product image…

    Could you please assist?

Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    without a link to your page we can not be of much help.
    what are you using as your target?

    Including the theme’s css on the print page works, unless you are targeting an element that has css defined like so:

    #parent_element .target_element {
       font-weight: bold;
       ...
    }
    

    the above CSS will not affect the target_element class if it is not wrapped in a parent_element. That’s just how CSS works.

    Post a link and the shortcode you are using, and we’ll try and assist you further.

Viewing 1 replies (of 1 total)

The topic ‘Blank page’ is closed to new replies.