- Posts: 7909
Wrapper shows nothing!
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
15 years 1 month ago #21
by Antonio Durán
Replied by Antonio Durán on topic Re: Wrapper shows nothing!
Can you point me to the link? I can't see it, and direct url does not work.
Please Log in or Create an account to join the conversation.
- Heather
- Offline
- New Member
-
Less
More
- Posts: 13
15 years 1 month ago #22
by Heather
Replied by Heather on topic Re: Wrapper shows nothing!
I just started hard coding the CSS, and I've got a start:
www.365daysofeverything.com/index.php?op...ew=wrapper&Itemid=47
www.365daysofeverything.com/index.php?op...ew=wrapper&Itemid=47
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 1 month ago #23
by Antonio Durán
Replied by Antonio Durán on topic Re: Wrapper shows nothing!
I see it fine. Did you set auto-height to on?
Please Log in or Create an account to join the conversation.
- Heather
- Offline
- New Member
-
Less
More
- Posts: 13
15 years 1 month ago #24
by Heather
Replied by Heather on topic Re: Wrapper shows nothing!
Yes.
I had tried it both ways on and off (set 10 1000px), and it did not work. It would flash up, then the height would switch to 1.
Weird, ya?
So I was playing with it, and got this so far.
Yes, it does look good.
So, I'll keep testing it, but I think I have my solution.
I had tried it both ways on and off (set 10 1000px), and it did not work. It would flash up, then the height would switch to 1.
Weird, ya?
So I was playing with it, and got this so far.
Yes, it does look good.
So, I'll keep testing it, but I think I have my solution.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 1 month ago #25
by Antonio Durán
Replied by Antonio Durán on topic Re: Wrapper shows nothing!
Well, problem with fixed height is it will show scrollbars when the content is bigger.
I wasjust going to take a peek to see if there were any errors executing the js code for autoheight, as it seems weird that it does not work for your when you are not even using subdomains...
So, if you want to put autoheight back to on for a minute, I will take a look.
I wasjust going to take a peek to see if there were any errors executing the js code for autoheight, as it seems weird that it does not work for your when you are not even using subdomains...
So, if you want to put autoheight back to on for a minute, I will take a look.
Please Log in or Create an account to join the conversation.
- Jerker Lundin
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
15 years 1 month ago #26
by Jerker Lundin
Replied by Jerker Lundin on topic Re: Wrapper shows nothing!
To 365Daysof
How did you do that? Is it possible for you to share your solutions so far?
Your description of the flashing and the just 1px height is exactly my problem too.
How did you do that? Is it possible for you to share your solutions so far?
Your description of the flashing and the just 1px height is exactly my problem too.
Please Log in or Create an account to join the conversation.
- Heather
- Offline
- New Member
-
Less
More
- Posts: 13
15 years 1 month ago #27
by Heather
Replied by Heather on topic Re: Wrapper shows nothing!
Well, here's what I have:
I added that to one of my main CSS files, to place the wrapper window exactly where I want it. Your template will likely be different, but I include it just in case.
I've also attached screenshots of my menu item and my Joomdle config settings. I want to test some more. I think it may have been a function with the menu item chosen + the settings in Joomdle.
I'll be in BETA for another few months, so I'll let you know any weirdness I come up with.
Try this, though and let me know
Code:
iframe#wrapper {
margin-left:-25px;
width: 965px;
}
I added that to one of my main CSS files, to place the wrapper window exactly where I want it. Your template will likely be different, but I include it just in case.
I've also attached screenshots of my menu item and my Joomdle config settings. I want to test some more. I think it may have been a function with the menu item chosen + the settings in Joomdle.
I'll be in BETA for another few months, so I'll let you know any weirdness I come up with.
Try this, though and let me know
Please Log in or Create an account to join the conversation.
- Heather
- Offline
- New Member
-
Less
More
- Posts: 13
15 years 1 month ago #28
by Heather
Replied by Heather on topic Re: Wrapper shows nothing!
Antonio, I sent you a PM with login admin details, so you could futz, if you'd like. I need to get to some client work this AM, since I have a million calls later today.
Or, I can try things again later this week/weekend.
Or, I can try things again later this week/weekend.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 1 month ago #29
by Antonio Durán
Replied by Antonio Durán on topic Re: Wrapper shows nothing!
Hi.
I see you have autoheight to on.
I don't have a moodle user to test around, so: is auto height working now?
I don't know how the CSS change you posted can fix the auto height to zero problem, but I know very little of CSS/Javascript, so would love to know.
Jetlu: can you test something similar?
I see you have autoheight to on.
I don't have a moodle user to test around, so: is auto height working now?
I don't know how the CSS change you posted can fix the auto height to zero problem, but I know very little of CSS/Javascript, so would love to know.
Jetlu: can you test something similar?
Please Log in or Create an account to join the conversation.
- Jerker Lundin
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
15 years 1 month ago #30
by Jerker Lundin
Replied by Jerker Lundin on topic Re: Wrapper shows nothing!
I changed CSS a bit to this:
Now height is set to 960px but width is set in Joomdle config and that is working.
So with CSS code "height" I perhaps override AutoHeight.
Autoheight is set to Yes but I have always 960px.
Code:
iframe#wrapper {
margin-left:0px;
width: 100%;
min-height: 960px;
}
Now height is set to 960px but width is set in Joomdle config and that is working.
So with CSS code "height" I perhaps override AutoHeight.
Autoheight is set to Yes but I have always 960px.
Please Log in or Create an account to join the conversation.