Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter heywatchoutdude

    (@heywatchoutdude)

    Fixed by adding at Additional css Rules (Front end):

    .app-step.active {
    width: 100%; /* Change from 70% to 100% /
    padding-right: 0; / Remove any padding */
    }


    Do you have any idea why I had to add that css rule?

    Plugin Author Hakan Ozevin

    (@puckrobin)

    Hi,

    You don’t need to add those CSS. On that “blank” field we must be seeing booking information fields like on our demo, but on your page we cannot:
    https://demo.wp-base.com/monthly-calendar/no-slider/

    The problem is, you have several markup issues with your page. The most serious one is your <html> tag starts and ends in the middle of the page.

    You can check the issues by copy/pasting your HTML code here: https://validator.w3.org/#validate_by_input

    Cheers,
    Hakan

    Thread Starter heywatchoutdude

    (@heywatchoutdude)

    The reason why the <html> tags in the middle of the website is because its a HTML container widget (Elementor)

    But the issue is inside the shortcode [app_book] which I cannot edit via Elementor view – How to proceed?

    Plugin Author Hakan Ozevin

    (@puckrobin)

    You can’t and you don’t need to edit the shortcode. It creates HTML output as a whole.

    WP BASE is compatible with Elementor and whatever HTML editor you use, the page should pass W3C compliance. Your page has many broken tags. Did you already test it with the link that I gave you?

    Using Elementor doesn’t explain tens of broken tags. I recommend disabling the minifier that you are using and try it like that. Maybe it is breaking the HTML.

    Cheers,
    Hakan

    Plugin Author Hakan Ozevin

    (@puckrobin)

    By the way. an HTML document must have exactly one <html> tag. You have two.

    Check the widget containing “Hinweis Die Anmeldung ist erst gültig, sobald du das Best?tigungs-Mail erhalten hast.” Maybe you copied it from somewhere else with <html> tag inside?

    • This reply was modified 4 months, 4 weeks ago by Hakan Ozevin.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.