[ad_1]
[ad_2]
Hey all,
Just wanted to run this by the community. Encountered a strange issue with WP and or the X Theme that started yesterday.
- Site works fine on desktop: https://basscampfestival.ca/
- On mobile, the front/home page does not load properly, and even them burger menu does not function
- Browsing to another page directly via URL loads the page fine, but not if landing on home via the root (ie: website.com)
- Even when changing the front/home page to another, same issue of not loading properly, menu not working, video not playing, etc.
- WP version 6.6, no pending updates
- Bypassed Cloudflare, disabled cache, tried multiple mobile browsers, etc, nothing changes the issue
Just wondering if anyone has seen this before? Not finding much on this specifically in support forums.
Any help or direction would be much appreciated!!
When I go to the site on desktop, I get a menu across the top and a blank purple page. What should we be seeing on the main page on desktop?
Also it seems you have multiple headers going on, that’s not good. Use one header for the entire site.
The mobile menu isn’t displaying correctly due to a CSS rule that hides it on screens smaller than 978.98px.
“@”media (max-width: 978.98px) { .x-nav-wrap.mobile.x-collapsed { /* display: none; */ } }
The css is located in [https://basscampfestival.ca/wp-content/themes/x/framework/dist/css/site/stacks/integrity-dark.css](https://basscampfestival.ca/wp-content/themes/x/framework/dist/css/site/stacks/integrity-dark.css)
and you can change it for something like this
“@”media (max-width: 978.98px) { .x-nav-wrap.mobile.x-collapsed { display: block !important; } }
delete the “”
When I click the Getting There nav link, the menu options change – Getting There becomes Location and there is a new FAQ link on the nav bar. Also Workshops turns in Get Involved.
Are you using the native nav menu builder, or are you building it in a block for each page?