• Resolved bobocop

    (@bobocop)


    I was running SeatReg on a concept page made with Elementor using the shortcode in a container.
    It was all running fine.
    After publishing the page everything went wrong! My header started loading multiple times- error page.
    In seatReg I can’no longer open the registration. Even after deleting the shortcode!
    The only way I can get back to the registration page is when I disable Elementor completely!
    I can live with an incompatibility with using shortcode within Elementor.
    I can’t accept having to disable Elementor completely!
    Please advice!

Viewing 15 replies - 16 through 30 (of 35 total)
  • Thread Starter bobocop

    (@bobocop)

    Plugin Author thesiim

    (@thesiim)

    What happens if you try to go to SeatReg registration page directly? In SeatReg->Home and then Registration?

    Thread Starter bobocop

    (@bobocop)

    Same shit! only when i disable elementor it works fine!
    I can’t find errors concerning SeatReg, Elementor or shortcodes in the php log. Mostly it is filled with to early translation shit for 3 plug-ins.

    Thread Starter bobocop

    (@bobocop)

    If I get an email I can provide temporary admin.

    Plugin Author thesiim

    (@thesiim)

    Can you also post the direct link to registration?

    Thread Starter bobocop

    (@bobocop)

    Thread Starter bobocop

    (@bobocop)

    When I change css embedding method in elementor to in to internal instead of external file you will end up with an empty file with only header and footer.

    Plugin Author thesiim

    (@thesiim)

    I am running out of ideas. Can you edit the add_filter functions by playing around with the priority parameter and see it it makes any difference (add 3 parameter).
    https://github.com/SiimKirjanen/seatreg/blob/master/php/seatreg_filters.php#L19-L35
    https://developer.www.ads-software.com/reference/functions/add_filter/

    Thread Starter bobocop

    (@bobocop)

    add_filter( ‘template_include’, ‘seatreg_page_template’, 3 );

    Makes no difference.

    Plugin Author thesiim

    (@thesiim)

    You can also try with PHP_MAX_INT

    Thread Starter bobocop

    (@bobocop)

    IS this O.K.?

    Code 200: 2025-01-20 20:46:15
    Access104.28.30.7200GET /seatregtest/?seatreg=registration&c=feab79d8a0 HTTP/2

    Code 301: SSL/TLS access2025-01-20 20:46:15
    Access104.28.30.7301GET /seatreg?seatreg=registration&c=feab79d8a0&page_id=seatreg HTTP/2

    Plugin Author thesiim

    (@thesiim)

    I think it might have been me testing. I was confused where the /seatregtest/ part of the URL is coming from. Is should be just /seatreg?seatreg=registration&c=feab79d8a0&page_id=seatreg

    Thread Starter bobocop

    (@bobocop)

    This was from earlier than you testing

    Code 200
    2025-01-20 17:41:11
    Access104.28.40.7200GET /seatregtest/?seatreg=registration&c=feab79d8a0 HTTP/2

    Code 301
    2025-01-20 17:41:12
    Access104.28.40.7301GET /seatreg?seatreg=registration&c=feab79d8a0&page_id=seatreg HTTP/2

    Plugin Author thesiim

    (@thesiim)

    I don’t know why /seatreg?seatreg=registration&c=feab79d8a0&page_id=seatreg is returning 301 status code (moved permanenntly). It should be the correct url. /seatregtest/?seatreg=registration&c=feab79d8a0 is wrong.

    Thread Starter bobocop

    (@bobocop)

    I have this in the log files on the hosting server.

Viewing 15 replies - 16 through 30 (of 35 total)
  • You must be logged in to reply to this topic.