Hey there hillyut,
We’re always striving for theme compatibility and if you feel we’re not working well with a particular theme we’re happy to attempt to address the issue as best as we can.
We generally try to resolve conflicts with free themes quickly and while Thrive is extremely popular, it’s not something we’ve spent a lot of time working with.
If you’d like us to prioritize greater compatibility with the theme you’re using would you please submit a feature request at https://lifterlms.com/contact. We can follow up with you via email and work on the particular integration needs in greater detail and get it added to our roadmap.
Additionally, there might be a quick fix for your problem but I’d need some more information, either screenshots or (even better) a public link to a page where I can see the theme issues in action.
Thanks,
http://www.pullingcurls.com/course/online-prenatal-class-couples
I use a genesis child theme as my base, I just have Thrive Themes for my landing pages (like this one — http://www.pullingcurls.com/online-prenatal-class-couples). I just want my header and my menu buttons to disppear when people are in the course. i find them distracting.
Do you know of a way to do this? I would guess other people have this request?
At a glance you could use some custom CSS to hide the header and menus on your course pages. It will not be a perfect solution but it will get the job done.
Try something along the lines of this:
.single-course .site-container .nav-primary,
.single-course .site-container .nav-secondary,
.single-course .site-container .site-header,
.single-lesson .site-container .nav-primary,
.single-lesson .site-container .nav-secondary,
.single-lesson .site-container .site-header {
display: none;
}
You can add custom CSS to your genesis child or you could use a plugin like https://ww.wp.xz.cn/plugins/simple-custom-css/
Hopefully that helps,
Hmm…. I added that to my stylesheet but it didn’t work. 🙁 Was that the wrong place to add it?
Correct me if I’m wrong but the link you original showed is no longer displaying the headers and menus.
Perhaps you have a local caching issue leading you to believe the custom css is working.
Or perhaps you’ve resolved in a different way?
Let me know if you require further assistance.
I have no idea what I did, my guess is chaching (even though I viewed it incognito) and it WORKED! THANK YOU!!!!!
Glad it worked! Let us know if you need anything else.