Mobile Issue With Shaper_fixter - Question | JoomShaper

Mobile Issue With Shaper_fixter

Charlotte Munch

Charlotte Munch

Template 1 day ago

My mobile version of https://ny.andelsboligforening-kildebakken.dk is not working.

You can go to the front page just fine - but if you go to the subpages, the pages can no longer load and get stuck in a loading loop.

If you wait a few hours later, you can see the front page again - but you end up in the same situation.

If you test the mobile version on a computer, there are no problems - but I have tested on different iPhones in both Chrome and Safari

This is what I see of the website on mobile

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 hours ago #231429

Please mark topic as solved, thx

Preloader - always off - for new sites.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #231403

Hi Charlotte,

Go to Template Options > Basic > Body and Preloader: DISABLE (OFF), then Save settings.

It's not needed anymore in 2026 (!) especially for Mobile browers.

0
Charlotte Munch
Charlotte Munch
Accepted Answer
1 day ago #231404

YES - THANKS 👍👍

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #231405

Extra/Bonus tips for your site:

  1. Using Joomla settings disable /index.php/ from site URLs, use Global Configuration.
  2. To correct login input fields in /intranet site use this Custom CSS
.input-group > .form-control, .input-group > .form-select {
  border: 1px solid #aaa; padding: 10px;border-radius: 5px;}
.input-group > .form-control:hover, .input-group > .form-select:hover {border: 1px solid #111;}
  1. Install or enable Accessibility widget on front-end, it may help some users.
0