User expandable/collapsible module or content area?
Posted 13 years 11 months ago
How to make either module position (left/right) or content position, user expandable/collapsible.
Example:
Site is a news site which has content (main component) position it has right module position and modules are published and visible looking for an option to collapse (hide) right module position so more of content can be seen or expand content whichever is possible.
Re: User expandable/collapsible module or content area?
Posted 13 years 1 month ago
hi I have the same problem in the right position.
the modulo does not appear. To see it I have to close the module and then expand it to see all the modulo istalled.
see here
www.viazumbini.it
(web news) on the right side.
thanks
Andrea
Re: User expandable/collapsible module or content area?
Posted 13 years 1 month ago
Sorry, but we don't provide template specific support in the free forums.
Having said that ... I looked on your site and don't see an issue (at least in Safari)
Re: User expandable/collapsible module or content area?
Posted 13 years 1 month ago
thanks for your reply but if you use firefox and explore take a look to the web news on the right column you will see an issue. Infact the module is not open and I have to click on collapse to exand it. Thanks
Re: User expandable/collapsible module or content area?
Posted 13 years 1 month ago
I see what you mean ...
but the problem is that you are loading feed-data via some Ajax-stuff.
In short that means its loading it's data after the template has loaded and built the page.
The j script that is responsible for the height has already done it's calculation when the ajax-content comes in.
There is no real way to solve this – the only thing that comes to my mind is to add
div#feed-control {
min-height: 220px;
}
to your template.css to give that module a height allthough there is no content in it during the process of page-loading.