• I am using Elementor to layout a template, which I will use for creating lesson plans (I have not done that part before either – creating a template through Elementor).

    I want to page to print out as is. In this case, with the modules on top of each other. Right now, when I click to print, the modules are not in the correct order as is on the page.

    The page I need help with: [log in to see the link]

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

    (@twinpictures)

    Elementor uses a number of .css files to do it’s magic:

    <link rel="stylesheet" id="font-awesome-css" href="https://www.mattermasters.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0" type="text/css" media="all">

    <link rel="stylesheet" id="elementor-icons-css" href="https://www.mattermasters.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=4.3.0" type="text/css" media="all">

    <link rel="stylesheet" id="elementor-animations-css" href="https://www.mattermasters.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=2.5.16" type="text/css" media="all">

    <link rel="stylesheet" id="elementor-frontend-css" href="https://www.mattermasters.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.5.16" type="text/css" media="all">

    These would need to be included on the print page to preserve the style. Maybe not all of them… start with adding elementor-frontend-css. This can be done by pasting the link tag(s) above in the Print Page Top HTML section under:
    Dashboard > Settings > Print-O-Matic > Print Page Top HTML

    Hope that helps get you pointed in the right direction.

Viewing 1 replies (of 1 total)
  • The topic ‘print page as is from Elementor, alignment’ is closed to new replies.