Hi there,
Yesterday I had a user who could see the forum, but when she clicked on a category or topic, she got thrown to another page on the site (our sign up for the newsletter page). After I tried setting her up a new user profile said she could use the forum on her laptop but not on her Android phone.
Now today I have another woman with the same issue and I would be very grateful for any thoughts on how to fix this, as this one doesn't have a laptop to fall back on.
The forum is part of a course on this website https://sharonblackie.net and is protected by Memberpress. I would need to set you up as a test user if you need to look into the forum page so would need an email address to do that.
I don't think the Memberpress plugin can be the issue as I have exactly the same setup on two other sites and the forums are working perfectly.
I'm very grateful for your help!
Thanks
Faith
Hi @faitht,
This is another common problem made by website designers and developers. wpForo works fine and you're searching problem in wrong place. You have some VERY BAD CSS in your website.
I don't know it's your CSS or it comes from the theme. But it's hides the main wrapper of content when screen size becomes less than 766px. Please remove this code:
@media only screen and (max-width: 980px) and (min-width: 768px){
.wpforo .et_pb_section_1 {
display: none!important;
}
}
@media only screen and (max-width: 766px){
body.wpforo .et_pb_section_1 {
display: noneimportant;
}
}
We found it in this CSS file:
https://sharonblackie.net/wp-content/cache/et/5690/et-core-unified-15718232819.min.css
Once you removed this code, please delete autoptimizer cache and use mobile browser private session to check it. The regular browser keeps very hard cache so you'll not be able to see changes. After each change you should use a new private session tab in browser.