LearnPress / learnpress

LearnPress WordPress LMS Plugin by ThimPress
https://thimpress.com/learnpress
237 stars 139 forks source link

Mobile Issue #454

Open mattmcgurk opened 3 years ago

mattmcgurk commented 3 years ago

Rendering in mobile is causing elements on the lessons page to overlap. Has anyone come across this issue or have a solution?

Screenshot 2020-11-12 at 16 31 51 Screenshot 2020-11-14 at 12 10 47
dusanvin commented 3 years ago

Hey @mattmcgurk I attached my css and js. Otherwise you can inspect the elements by yourself. My instance of a free education theme is available under:

Courses: https://digillab.zlbib.uni-augsburg.de/kursarchiv/

One Course: https://digillab.zlbib.uni-augsburg.de/kursarchiv/a-04-digitale-lehrmittel-als-open-educational-ressources-fuer-die-hochschullehre-nutzen-und-herstellen/

Inside Of A Course: https://digillab.zlbib.uni-augsburg.de/kursarchiv/a-04-digitale-lehrmittel-als-open-educational-ressources-fuer-die-hochschullehre-nutzen-und-herstellen/lessons/kursbeschreibung/

I changed a lot of the design, but now it's totally responsive. I removed the element via css and inserted it via JS on top of the navigation on the left hand-side, as you can see in my third link provided. Hope this helps for you.

css_digillab.txt js_digillab.txt

mattmcgurk commented 3 years ago

Hey Vincent,

Just wanted to say thanks for sending over your jQuery and CSS files. This makes it look soooo much better and has solved the issue I was having.

I really appreciate the help man, thanks so much!

Kind Regards,

Matt.

Matthew McGurk British Magical Champion m: ±447760228602 w: http://www.matthewmcgurk.com

Sent from my mobile whilst travelling. Please forgive any typos!

On Wed, 18 Nov 2020, 08:24 Vincent Dusanek, notifications@github.com wrote:

Hey @mattmcgurk https://github.com/mattmcgurk I attached my css and js. Otherwise you can inspect the elements by yourself. My instance of a free education theme is available under:

Courses: https://digillab.zlbib.uni-augsburg.de/kursarchiv/

One Course:

https://digillab.zlbib.uni-augsburg.de/kursarchiv/a-04-digitale-lehrmittel-als-open-educational-ressources-fuer-die-hochschullehre-nutzen-und-herstellen/

Inside Of A Course:

https://digillab.zlbib.uni-augsburg.de/kursarchiv/a-04-digitale-lehrmittel-als-open-educational-ressources-fuer-die-hochschullehre-nutzen-und-herstellen/lessons/kursbeschreibung/

I changed a lot of the design, but now it's totally responsive. I removed the element via css and inserted it via JS on top of the navigation on the left hand-side, as you can see in my third link provided. Hope this helps for you.

css_digillab.txt https://github.com/LearnPress/learnpress/files/5558707/css_digillab.txt js_digillab.txt https://github.com/LearnPress/learnpress/files/5558709/js_digillab.txt

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LearnPress/learnpress/issues/454#issuecomment-729518878, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQQZKRPZOS6YU4MEOKZ4LADSQOAFFANCNFSM4TVTU67Q .

dusanvin commented 3 years ago

Hey Matt,

You're always welcome. I worked on it again recently. Just contact me, if you would like to have the updated versions.

Greetings, Vince