-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moodle 4.0 | PHP 7.4 Strange behavior when building a template #500
Comments
I am facing similar issue for version 4.0. Can anyone be kind enough to solve this issue? |
I have the same problem, I supported the subject with images #513 to explain a little more in detail. However, although the same problem has been opened before, the solution is still not found, which scared me a little. Obviously I use this plugin very often, I need to solve this problem, I am running an education service temel isg eğitimi that is legally compulsory in the laws of the country through my website. Our businesses with the definition of bursa osgb Companies are established and managed with an official document called OHS Services regulation. |
Linking #513 to this. |
Hello @mdjnelson , will there be an update on this topic? I don't know exactly how it works in moodle developer part. Isn't there any voluntary development here? Do you stop development because you stopped working at moodle? There are many people who need help with this, just like me. Can you help us? |
I am hoping someone will contribute from the community. I am no longer involved in Moodle work (I was a Moodle developer for 12 years) and work on newer technologies now. Frankly, after normal work hours I do not feel the desire to come home and do more programming. :) I am not sure how big of a fix this is - whether it's a simple CSS issue or a complete JS rewrite. I'll see if I can at least investigate at some time. |
Found out that in boost theme the tiny scrollbar on the right of the page causing the problem. I've added a line of css code and now working as expected.
|
Hello Mr. Barış, Or is this problem fixed in the new update of moodle? |
Oh sorry, i've a custom child theme based on boost theme, but you can also add that css line to "Site administration > Appearance > Additional HTML" "Within HEAD" section. But this time wrap it with style tag as shown below. Remember to purge cache after adding that line. Hope this helps |
This did not work for me. |
I found the problem to be created by the two issues:
You can see these issues here: https://user-images.githubusercontent.com/4072355/205483443-c8a2c7a4-3434-4767-8987-ccd8dc9bcde0.mp4 This patch is included in the linked pull request. I tested this in Moodle 4.0.5 and with this fix everything work correct (ref #495). |
Pulled in @abautu patch and pushed, releasing in plugins DB now. |
Hi Mark,
i having an issue while building a template with a background image.
For some reasons the background image is moving "out" of the field while adding new elements to the template.
I have created a video to show you what happens. I am thinking it is a css class that is not acting as it should but I am not sure.
https://vimeo.com/714380853
Hope you can solve this puzzle for me.
Thank you
Gemma
The text was updated successfully, but these errors were encountered: