I have a serious problem in one of my modules modzzz. As you can see here some blocks do not have frames:
http://www.areavis.com/m/person/view/Carmen-Electra
Unfortunately, the module vendor does not know why. The rest of the modzzz modules work well with my website. Please help me. How can I fix this?
|
You need to explain what you mean by frames because I am thinking <iframe src= and you don't mention what module that Modzzz can not provide an answer for. Geeks, making the world a better place |
As you can see in the link that I gave not all the blocks in the module have frames. For example, the block location, comments have frames and for example action block don`t have frames. Why?
Now do you understand? :)
You need to explain what you mean by frames because I am thinking <iframe src= and you don't mention what module that Modzzz can not provide an answer for.
|
Hello
I checked the page's HTML code and as I saw some blocks had DesignBox HTML code which wrapped a block's content and the others didn't have it. It may appear if wrong DesignBox number is used during block creation. You may check it in Dolphin's database -> sys_page_compose table -> DesignBox field. Usually it has 1. I think the vendor should easily help you to check the issue.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
I think maybe you mean borders. In CSS, that is control by the border element. Perhaps the CSS for the designbox in use is not loading or border was left out of the CSS. You can turn off CSS caching and use a tool, such as Firebug, or the one built into Chrome, to see which CSS is controlling the designbox. Geeks, making the world a better place |
Hello
I think maybe you mean borders. In CSS, that is control by the border element. Perhaps the CSS for the designbox in use is not loading or border was left out of the CSS. You can turn off CSS caching and use a tool, such as Firebug, or the one built into Chrome, to see which CSS is controlling the designbox.
It's not a problem of CSS because the other blocks on the same page have borders. The blocks without borders doesn't have the HTML part of DesignBox at all.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Many thanks Anton! :)
Problem solved. I checked and most of the Design Box blocks in this module was set to 80 I changed to 1, and works well.
Hello
I checked the page's HTML code and as I saw some blocks had DesignBox HTML code which wrapped a block's content and the others didn't have it. It may appear if wrong DesignBox number is used during block creation. You may check it in Dolphin's database -> sys_page_compose table -> DesignBox field. Usually it has 1. I think the vendor should easily help you to check the issue.
|
Hello
Many thanks Anton! :)
Problem solved. I checked and most of the Design Box blocks in this module was set to 80 I changed to 1, and works well.
Hello
I checked the page's HTML code and as I saw some blocks had DesignBox HTML code which wrapped a block's content and the others didn't have it. It may appear if wrong DesignBox number is used during block creation. You may check it in Dolphin's database -> sys_page_compose table -> DesignBox field. Usually it has 1. I think the vendor should easily help you to check the issue.
You are welcome! :)
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |