Forums | Mahara Themes
General discussion
/
[IE7] Drag & Drop problem
18 May 2009, 8:41
Hello,
I created a theme for Mahara, which is basically a copy of our Moodle theme. Everything seems to work fine, except for drag and drop when creating a view. I can only drag items in the left column.
I dowloaded another theme (which I did not create) and it has the same problem.
Did anyone else experience this? When I put my layout back to the default theme, I can add content to all three columns.
Our theme:
18 May 2009, 9:36
Hi Richard,
greetings from Germany ;-)
Which Mahara version do you use? Did you test your theme with different browsers? What happens if you use FF?
It would be great if you make your theme public for the comunity?
cheers Hein
18 May 2009, 13:56
Hallo Heinz! Wie geht's?
I am using Mahara 1.1.3. I have the same problem with IE and FF.
I would like to donate some themes to the Mahara community, but I do want this problem fixed first. I always have to revert to the default theme if I want to add artifacts to a middle or right column in a view.
Macht's gut,
Richard.
18 May 2009, 17:00
Hi Richard - the best way for us to tell what has gone wrong is for you to make the theme available to us so we could install it and see for ourselves - it's quite hard to work out what might have gone wrong otherwise!
If you don't want to make it generally available just yet, feel free to e-mail it to [email protected] and I can take a look.
19 May 2009, 2:54
Hi Nigel,
I seem to have found the problem. For testing purposes I reduced the footer. The footer.tpl file in my theme consisted of this code:
[/div]
[/div]
[/body]
[/html]
If you do this, you will not be able to add content to the middle and right column. If my theme is working and tested I will donate it to this community ofcourse!
19 May 2009, 18:11
Right. I believe you must have a div with an id of 'footer' in the bottom. Try adding one and see how that goes?