• There is an error in public/templates/global/wrapper-start.php in 28 line:

    echo ‘<div id=”container”><div id=”content” role=”main”>’;

    it should be like this:

    echo ‘<div class=”container”><div id=”content” role=”main”>’;

    class instead of id.

    Sorry if Im wrong but in my site I was having margin problems because of
    this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi masquerade7 !
    Thank you for your opinion. I will check and update in the next version.
    Can you try like this:
    echo ‘<div id=”primary” class=”content-area”><main id=”main” class=”site-main” role=”main”>’;
    and reply to us?

    Thread Starter masquerade7

    (@masquerade7)

    I tried with that code and didn’t work, it still has no margin, it is happening in property related pages, in advanced search page it works properly.
    It seems like a container class is missing.

    We cannot know your content will show: full container, container-fluid or full. Therefore, we cannot add this class. The plugin will not do this.
    With our theme. We use the external <div> tag to set the margin for the content. Not only assets, other content like blogs … will have the same margin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error fixed’ is closed to new replies.