Problem with user site blocks

I have a problem with user site blocks. When used joined on my website blocks overlap each other for unknown reasons.

Please see: http://www.areavis.com/Elizabeth

It looks strange and ugly. How do I fix that blocks to display them properly?


Please help

Quote · 6 Mar 2013

it looks as if the template for a block or something is not closing a div properly - are these php blocks in which you added php code?

you can start by moving all blocks to inactive, then placing each block one at a time and checking how it looks after putting back into the active area, this will help determine which block it is

caredesign.net
Quote · 6 Mar 2013

after looking at your site using firebug, I have noticed that you are missing 2 <div class="clear_both"></div>

your code:

<div id="divUnderCustomization"><style type="text/css"></style>

<div id="page_column_1" class="page_column page_column_first" style="width: 370px;"></div>

      <!-- end of body -->

    </div>

<div class="sys_breadcrumb bx-def-margin-top" style="width:1140px;">

Compared to mine I have:

<div id="divUnderCustomization"><style type="text/css"></style>

<div id="page_column_1" class="page_column page_column_single" style="width: 1120px;"></div>

<div class="clear_both"></div>

</div>

<div class="clear_both"></div>

</div>

</div>
      <!-- end of body -->
    </div>

<div class="sys_breadcrumb bx-def-margin-top" style="width:1140px;"></div>

 

I dont know what changes you made in order to add the member bar, but making changes to add that may have been the root of your problems. Contact the vendor and make sure you are installing that module correctly,but the section in red is what i see missing, and there is a </div> that closes the section above the breadcrumb.

caredesign.net
Quote · 7 Mar 2013

Thank you for reply and help !


I install several modules and I do not know exactly what module it could happen.
When it comes to code...which html file I can see these changes? Would change what is in red and can be helped.
My firebug does not show exactly the file.


Best Regards,

Lucas

Quote · 7 Mar 2013

thats the thing - i dont know what you did, socant tell you where to look - other than maybe removing the members bar - and in that case, i dont know where you put it at (on what page), but if you know what page you modified, save that page as a different name, then reupload a fresh copy of that page and see if your errors disappear. then try reinstalling that members bar again.

caredesign.net
Quote · 7 Mar 2013

Thanks. You mean by this module "member bar"? I send a photo in Attachment

thats the thing - i dont know what you did, socant tell you where to look - other than maybe removing the members bar - and in that case, i dont know where you put it at (on what page), but if you know what page you modified, save that page as a different name, then reupload a fresh copy of that page and see if your errors disappear. then try reinstalling that members bar again.

 

ScreenHunter_03 Mar. 08 00.24.jpg · 191.7K · 261 views
Quote · 7 Mar 2013

Are you using a profile customizer mod?  All of the other profile pages look fine.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Mar 2013

 Yes I have this module installed and active in version 1.1.0 of BoonEx

The rest of the profiles looks good, but the one who looks bad is the second case. A few days ago, joined by the user who had the same thing. I thought it was a one-off case but now I see that there's a second time this problem.

Is the problem may be in the "profile customizer"?

Are you using a profile customizer mod?  All of the other profile pages look fine.

 

Quote · 8 Mar 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.