Jump to content

Page content not displaying on mobile devices


afalls

Recommended Posts

I have this website https://mplastics.com.au/ (running on 6.5.3 using Basix template)

It was working so i am not sure when this occured but now the page is blank below the header. You can still access the drop down menu but it won't load the page.

I feel like there is something obvious i am missing but i just can't see it. Would appreciate any suggestions.

Thanks

Link to comment
Share on other sites

Without allowing javascript to run (which I always do when first visiting an unknown site), I get the complete page -- laid out according to the CSS rules for "xs" width.

I do notice that the images do not scale down as the width of the screen gets slimmer. For the image tag, adding style="max-width:100%;" will fix this. This could be done in the Homepage document, having the editor show advanced properties of the image.

However, when enabling javascript, the page still seems to be complete -- and the LightSlider is taking care of the image scaling.

The above was the homepage. Viewing a category or product, I see what you are describing.

Link to comment
Share on other sites

So, there is this line of code:

<div id="element-breadcrumbs" class="hidden-xs">

There needs to be a matching </div> right after it. (I think.) At least, that allows the rest of the page to be visible on screens at "xs" width.

There may be more.

Link to comment
Share on other sites

Double check to make sure that the Basix template element.breadcrumb.php has not been edited.

My comment above about needing </div> where I said it should be is not correct.

Make sure that the last five lines of that template is:

			{/foreach}
		</ol>
	</div>
</div>
{/if}

 

Link to comment
Share on other sites

I have a similar issue with the basix skin since upgrade to 6.5.3
https://www.limekilnchandlers.co.uk/index.php
Okay on desktop but on mobile the navigation links
 Shop by Category
 Advanced Search
disappear so no access to product categories. 
I reinstalled the latest basx skin and checked the above suggestions.

Any assistance gratefully received

Link to comment
Share on other sites

What I see is the store logo and shopping basket icon, then a cyan bar with a three-line menu icon on the left and a magnify icon on the right.

Clicking on the menu icon will cause a hidden section to slide down into view. The first line in this new section is "Shop by Category" and when clicked on, will cause a hidden list to slide down into view.

I see nothing obviously wrong.

Link to comment
Share on other sites

Hi Yes thank you for looking. The image is from my A54. Using Chrome's 'Inspect' option the three bars are present.

 


screenshot.jpg

 

Update!
Looks like a Chrome issue on Android. Works fine in Firefox on mobile.

Thanks 

Update 2
Cleared Chrome cache on A54 and all working. Sorry to waste your time and thanks again for looking at it.

Link to comment
Share on other sites

Comparing what I see vs the image above, not only is the menu icon missing, so is the search icon and the shopping basket icon.

This suggests that, for some reason, the SVG file that contains the code to draw icons is either not getting fetched from your site, or the browser on the A54 is incapable of understanding how to process SVG image files.

Other differences is that the telephone number is bold in the image above, it is not showing bold for me - although the HTML has <b> tags surrounding it, and a CSS rule exists for 'b' tags. Even when I force the issue, the phone number will not display bold. And that is really, really weird!

Well, I just disallowed my browser to use fonts supplied by Google. The phone number got bold. Now I can't get my browser to go back to the way it was. Oh, well. Weird!

Have you seen this situation on other devices/browsers?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...