• Resolved quidger

    (@quidger)


    Hello,

    Thanks for the plugin, wordks great! Today I purchased a pro version and would like to solve the following issue.

    Basically I created a page in Elementor with multiple pictures, and each picture is linked to a post on my website. What I want to do is lightboxing only the content of a post, with no header/footer. I assume there is something to do with ‘div id’ here?

    Would appreciate your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter quidger

    (@quidger)

    Also, is there a chance that lightboxing the whole post would slow down the website compared to opening a post in a new window?

    Plugin Author arisoft

    (@arisoft)

    Hello

    The plugin doesn’t support ability to open posts/pages without header/footer elements.

    Thread Starter quidger

    (@quidger)

    @arisoft thanks for the reply.
    I managed to do it via CSS:

    .single-post .header-image {
    display: none;
    }
    .single-post .main-navbar {
    display: none;
    }
    .single-post .footer-copy {
    display: none;
    }

    So the only question I have is: does using iFrame affect the page loading speed? If so, is there any way of reimbursing the negative effect?

    Cheers!

    Plugin Author arisoft

    (@arisoft)

    Using IFRAME doesn’t affect on loading speed of main page. IFRAME is creating and page is starting to load only when open the lightbox.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display elementor post with no heading’ is closed to new replies.