[SOLVED] Text falls off the bottom of the page

13 years 11 months ago #131672 by RoGo
Replied by RoGo on topic Re:Text falls off the bottom of the page
The topic you mentioned is for clubmembers only, which i'm not :s

Maybe you can put the solution in this forum ??

Please Log in to join the conversation.

13 years 11 months ago #131678 by jennyjeffreys
Replied by jennyjeffreys on topic Re:Text falls off the bottom of the page
Sorry, I didn't realise.

Here you are:

This was the problem he encountered using Versatility4 with VirtueMart Modules and Google MapMarkers. The height on the template did not expand with these extensions. Here's the fix:

Go to your Versatility4 template folders and under the js folder look for the file roksameheight.js.

Edit the code as follows:


/* Commented out for expanding left Column Module
window.addEvent('load', function() {
if (!window.ie6) {
maxHeight('#mainmodules .block div div div');
maxHeight('#mainmodules2 .block div div div');
};
maxHeight('div.main-height');
});
*/


With the above "commented out" add this after the */:


window.addEvent('load', function() {
    maxHeight.delay(2000, maxHeight, 'sameheight');


Save file and upload to your root folder and replace the file.

Please Log in to join the conversation.

13 years 7 months ago #140237 by jstratos
Replied by jstratos on topic CLOSING TAGS
Does your code need the closing tags added?

FROM THIS:
[code:1]
window.addEvent('load', function() {

maxHeight.delay(2000, maxHeight, 'sameheight');
[/code:1]

TO THIS?
[code:1]
window.addEvent('load', function() {

maxHeight.delay(2000, maxHeight, 'sameheight');
});
[/code:1]

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.211 seconds

Facebook Twitter LinkedIn