Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tintinhh

    (@tintinhh)

    Sorry, messages ran into spam folder. Yes, the problem is solved. Thx for your help!

    Cheers, Dirk

    Thread Starter tintinhh

    (@tintinhh)

    I could give you access to the backend of the site, but I would prefer to do so via Mail.

    Thread Starter tintinhh

    (@tintinhh)

    Here is, what happens:

    plugin not activated

    <!-- end-header -->
    
    <section id="main-content" class="container">
    <!-- Start Page Content -->
    <div class="row-wrapper-x"></div></section>
    <section class="blox aligncenter  page-title-x  " …

    plugin activated

    <!-- end-header -->
    
    <section id="main-content" class="container">
    <!-- Start Page Content -->
    <div class="row-wrapper-x">
    <section class="blox aligncenter  page-title-x  " …

    The first section and div are closed correctly, while the plugin is not activated. When the plugin is activated, the closing tags disappear.

    Thread Starter tintinhh

    (@tintinhh)

    hm. I can’t find a missing closing tag. where did you put it in?

    Thread Starter tintinhh

    (@tintinhh)

    Cool, thanks very much for your help. Maybe I should give this information to the author of the theme as well ??

    Thread Starter tintinhh

    (@tintinhh)

    Well the affected div does not have any <br> tags. I think, the parser “thinks” the nesting is incorrect and “fixes” these issues. Unfortunately that leads to the unwanted result. Is there a chance to switch off the correction so that the html itself is left untouched?

    Thread Starter tintinhh

    (@tintinhh)

    Sorry, obviously something different happens. I had a closer look at the code and found this:

    The website is feinschliff.hamburg. On https://www.feinschliff.hamburg/nails/ is a section with a background image with this code, wp-typography off:

    <section id="main-content" class="container">
    <!-- Start Page Content -->
    <div class="row-wrapper-x"></div></section><section class="blox aligncenter  page-title-x  " style=" padding-top:px; padding-bottom:px;  background: url('https://www.feinschliff.hamburg/wp-content/uploads/2014/09/nails_02.jpg') no-repeat ; background-position: center center;background-size: cover; min-height:px; ">

    wp-typography on:

    <section id="main-content" class="container">
    <!-- Start Page Content -->
    <div class="row-wrapper-x"><section class="blox aligncenter  page-title-x  " style=" padding-top:px; padding-bottom:px;  background: url('https://www.feinschliff.hamburg/wp-content/uploads/2014/09/nails_02.jpg') no-repeat ; background-position: center center;background-size: cover; min-height:px; ">

    The closing div and section tag after the first div are missing. Any idea?

Viewing 7 replies - 1 through 7 (of 7 total)