• Resolved alexbarteam

    (@alexbarteam)


    Back again !

    There’s a problem when you create a new simple WordPress page used the shortcode, with and without Elementor. The HTML tag are cloned 2 times.

    Once for the wordpress page created and another one time for the SetReg plugin.

    So, you have 2 HTML tag, 2 head tag and 2 Body tag.

    Can you give me the path of the file that build the HTML page of plugin ?

    From my latest post, the problem with full width elementor can comming from this problem ?

    I took the opportunity to translate the plugin into French ??

    Thanks for your reply

    • This topic was modified 10 months ago by alexbarteam.
Viewing 1 replies (of 1 total)
  • Plugin Author thesiim

    (@thesiim)

    There are two ways you can use SeatReg. The first one is to serve the full Seatreg registration page to clients (by providing URL). The second one is to use SeatReg shortcode to add registration page to existing WordPress page. The second method actually uses IFrame behind the scenes to embed the full Seatreg registration page (the same that was mentioned in the first method).
    So the reason you see duplicate tags are because of that. First HTML tag is from the WordPress page and the second from IFrame.

    The HTML for the registration view is located: https://github.com/SiimKirjanen/seatreg/blob/master/registration/index.php

Viewing 1 replies (of 1 total)
  • The topic ‘Duplicate Tags on page’ is closed to new replies.