Notifications
Clear all

wpForo 1.x.x [Closed] Forum Responsiveness

6 Posts
3 Users
1 Likes
1,814 Views
Cotty
Posts: 23
Topic starter
(@cotty)
Eminent Member
Joined: 7 years ago

Morning guys,

We've been using the same theme for a good while now along with wpForo however have made some minor adjustments of late.

 

We've swapped the sidebar to the left within our theme but have noted that the layout on mobile (whilst the theme is certainly responsive), its seemingly not working, i.e. forums aren't visible.

For example:

Portrait: https://imgur.com/eSkDpTx
Landscape: https://imgur.com/eSkDpTx

 

Could you assist please? Forum Link

Regards,

5 Replies
Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

Please remove this CSS, you've added it in template files directly:

#primary {
  width: 950px;
}

Change it to something like this:

@media only screen and (min-width: 1200px){
#primary {width: 73%;}
}
Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

Trying to see your forums, i get Firefox blocking most of your topics because of mixed content (not secure).

 

Cotty
Posts: 23
Topic starter
(@cotty)
Eminent Member
Joined: 7 years ago

@martin

Thanks Martin; i believe i was advised to do that for a previous issue i had, but can't recall where from (the theme support or here, probably the theme support :))

Kindest Regards,

 

@Massimod - could you expand a little on the "mixed content (not secure)"?

I use Firefox and have no issues, but only have a couple of forum areas open to "guests" but i'm sure you'd refer to it as that rather than the "not secure". I am curious and would like to resolve it; so please let me know what you mean,

Thanks for your assistance 🙂

Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

Here: http://www.pesonline.co.uk/community/site-information-feedback/

The first topic is: http://www.pesonline.co.uk/community/site-information-feedback/on-site-chat/

And the second topic is: https://www.pesonline.co.uk/community/site-information-feedback/rocket-league-6th-may-2019/

So mixed content. http & https.

I think you should turn everything to https, since Chrome will block non secure pages next year.

Page 1 / 2