Reader view in browser not showing all content

Hi,
so not really sure how important ‘reader’ view is in modern browsers but they seem to be offering it these days so i figure i should make it work.

my webpage http://www.goodbeachguide.co.uk/beach/wembury for example has the option for reader view but when i click it it loses most of the important information. I found a link on an older post on here to an article that seemed to suggest the text should be in a div and in p tags which my content is.

Any ideas how i can make it think this content is what should show?

thanks

From What I could see using Edge reader view, most of the important text information is shown.

What in particular are you referring to?

cool i’ll have to try edge then. I’m using FF 45.0.2 on Win7 and it misses all of the top beach details information and just shows the bit about water quality which is on about the 3rd panel down and doesn’t really make a lot of sense if you want to know about the beach.

could you (or someone else) have a look using FF and let me know if you get the same.

much appreciated thanks.

I’m seeing the same as you. The specific beach information is missing.

(Firefox 46.0 on Ubuntu Gnome 16.04.)

Hmmm. Maybe Firefox is jumping to the first thing after Login or Register falsely assuming everything before that isn’t content?

If you tell me how to get the “reader view” I’ll have a look

In Firefox, it’s a sort of “page” icon at the right of the address bar.

But I’m seeing Log-in/Register first in the source code. All the content comes after that.

Edge it’s the “book” icon next to the favorite star

Ok found it.
Yes it does the same here (FF46.0 on W7)

There are two

<div id="login_panel">
<a href="/login">Log in</a> | <a href="/register">Register</a>
</div>
......................
<p>A sandy cove with rockpools, backed by low cliffs. 
Located down a quite country lane and fantastic for spotting some of the UK's 
most colourful shore life. Wembury marine centre also hosts rock pool rambles
 for kids during the Summer.</p>
<p class="font_smaller">
<i class="fa fa-heart-o color_grey"></i>
<a href="/login">Log in</a> or <a href="/register">register</a>
 to save this beach to your favourites list</p>
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.