-
@mercime replied to the topic [Resolved] Toggle extended profiles in the forum How-to & Troubleshooting 11 years, 5 months ago
@discdemo thank you for posting back with the plugin causing the conflict
-
@mercime replied to the topic [Resolved] Toggle extended profiles in the forum How-to & Troubleshooting 11 years, 5 months ago
@discdemo So which plugin/s “took away” your Save button? Just in case someone posts the same issue in the forums 🙂
Marking this issue as resolved. -
@mercime replied to the topic Page Title Font Color in the forum How-to & Troubleshooting 11 years, 6 months ago
<h2 class="pagetitle"><?php the_title(); ?></h2>
@discdemo so add this to your child theme’s stylesheet
h2.pagetitle {
color: #000066;
}
Adjust color to taste. -
@mercime replied to the topic Reduce white space above page title in the forum How-to & Troubleshooting 11 years, 7 months ago
@discdemo can’t keep guessing why it’s not working,
site uri?
-
@mercime replied to the topic Reduce white space above page title in the forum How-to & Troubleshooting 11 years, 7 months ago
@discdemo
change#header {
padding-top: 25px;
}
to e.g.#header {
padding-top: 15px !important;
} -
danbpfr replied to the topic Reduce white space above page title in the forum How-to & Troubleshooting 11 years, 7 months ago
have you correctly setup your child theme ? Which BP version do you use ?
Anyway in your child theme style.css, you must have those commented lines at the top of the file
Theme name & Template name are mandatory/*
Theme Name: BuddyPress Dusk
Theme URI: http://example.org/themes/dusk/
Description: Dark theme for BuddyPress.
Version:…
[Read more] -
@mercime replied to the topic [Resolved] Blog Posts designation causes page not found in the forum How-to & Troubleshooting 11 years, 7 months ago
@discdemo you can assign front page and bog page in Settings > Reading whether or not BuddyPress is activated. What theme are you using?
-
@mercime replied to the topic [Resolved] Blog Posts designation causes page not found in the forum How-to & Troubleshooting 11 years, 8 months ago
Each time I assign a Blog Posts page in the Reading setting, that page is not found when accessing through the main menu
@discdemo You have to create the page first. And Settings > Reading with the blog page you […]
-
@mercime replied to the topic Text widget above bp-default login? in the forum How-to & Troubleshooting 11 years, 8 months ago
@discdemo Open a text file, paste the code I posted above, File > Save As > functions.php file which should be in your BP Default child theme folder in server.
-
@mercime replied to the topic Text widget above bp-default login? in the forum How-to & Troubleshooting 11 years, 8 months ago
add a simple text widget above the bp-default theme’s login fields
@discdemo if you haven’t yet, you should create a child theme of the BP Default theme. Create a functions.php file for your child theme and in […]
-
@mercime replied to the topic Right column spacing in the forum How-to & Troubleshooting 11 years, 8 months ago
@discdemo referring you to what I posted at https://buddypress.org/support/topic/basic-margin-and-sidebar-adjustment/ adjust width of sidebar to taste.
-
@mercime replied to the topic Right column spacing in the forum How-to & Troubleshooting 11 years, 8 months ago
@discdemo if I understand your question well, the width of the large image should be maximum of 184px space remaining in sidebar, better yet, make it 180px.
-
@mercime replied to the topic Right column spacing in the forum How-to & Troubleshooting 11 years, 8 months ago
@discdemo please don’t bump if less than a day as we’re all volunteers here living in different time zones. That said, I’ve checked out the site and the sidebar width is 224px less 40px padding = 184px space for […]
-
@mercime replied to the topic Right column spacing in the forum How-to & Troubleshooting 11 years, 8 months ago
@discdemo site url would be good.
@discdemo
Active 2 years, 4 months ago