-
Anve S. replied to the question How to Hide Request Membership Menu Item on Course Page? in the forum Social Learner 8 years, 10 months ago
Hi @dbayless,
Try adding following css in child theme custom css option to hide Request Membership menu for non-members .
body:not(.logged-in) .course #request-membership-groups-li {
display: none;
}
Regards
Anve -
Mike replied to the question Sensei v1.9 update breaks all Social Learner theme styles and layout in the forum Social Learner 8 years, 12 months ago
Hi @rocketbrain, after reading your first comment and what else is on the forum at the moment, I think it was intended for another thread? Maybe: https://www.buddyboss.com/support-forums/topic/sensei-v1-9-shortcodes/ ?
Like @dbayless I think the handling of this update was uncharacteristic. I asked BuddyBoss to explain in this thread:…[Read more]
-
Giuseppe replied to the question Lesson Listing Disappeared on Groups Course Page When Using Sensei Modules in the forum Social Learner 9 years, 5 months ago
-
Harvey replied to the question title bar overlapping buddy panel / content in the forum Boss. theme 9 years, 7 months ago
@tjchester @dbayless @uproarmusic Hey, I fixed it! I had some uppercase letters in the filenames. (oops) With all lowercase, and no numbers (numbers may not be a factor) it works perfectly.
And, to answer your question, I was running a totally barebones installation of boss, per your fabulous installation videos, in the attempt to hunt down this…[Read more]
-
Harvey replied to the question title bar overlapping buddy panel / content in the forum Boss. theme 9 years, 7 months ago
@dbayless @tjchester I turned on allow_url_fopen in php.ini. That fixed the login page logo, but didn’t change the issue with the overlap.
Is there a simple way to override the issue with CSS? I tried this, but I couldn’t seem to gather all of the classes and IDs that are generated from the getimagesize function(s).
I’d be happy with a solution…[Read more]
-
Harvey replied to the question title bar overlapping buddy panel / content in the forum Boss. theme 9 years, 7 months ago
@dbayless @tjchester I also noticed that the logo doesn’t load on the login screen. A related issue perhaps?
-
Harvey replied to the question title bar overlapping buddy panel / content in the forum Boss. theme 9 years, 7 months ago
@dbayless @tjchester Mine was private also, but making it public didn’t seem to change anything. Removing the logos fixes the alignment issue.