Forum Replies Created
-
P.S. Apparently, the white space issue is only happening when I am logged in.
However, it’s still saying I have no topics, and replies, which is not true. Really strange…
In reply to: Can’t seem to make login short code workYes, it does have Woocommerce shortcode.
Here’s the link, in case it helps…
bellynsoul.com/my-account.
Thanks!
SharonThanks, Robkk,
Please see updated post above.
Thanks again!
SharonIn reply to: Strange WhitespaceSorry about that! 🙂
Here’s a link to my profile, which is where the problem is…
http://bellynsoul.com/forums/students/admin/replies/
Thanks!
SharonThanks, Sam!
Your idea led me to another plugin by Robin Wilson (called Private Groups), which is working beautifully for me.
Thanks again!
SharonIn reply to: Strange WhitespaceP.S. 4,956px, to be precise… 🙂
Thanks Robkk!
I actually figured it out! It apparently just needed a minimum page height, and that fixed it.
Thanks again!
SharonIn reply to: Link back to forum from individual Topic post pageThank you, Robkk! That helped me too!!!!
In reply to: Changing name of "Key Master"Hello!
I followed the github recommendations below:
function my_custom_roles( $role, $user_id, $user_role ) {
if( $role == ‘Key Master’ )
return ‘Site Owner’;
return $role;
}
add_filter( ‘bbp_get_user_display_role’, ‘my_custom_roles’, 10, 3 );And I get this error on my bbpress page:
Warning: Missing argument 3 for my_custom_roles() in /home/belly/public_html/wp-content/themes/kickstart-child/functions.php on line 90
The page does still come up, but this is visible above the author’s avatar.
Any thoughts?
Thanks!
SharonI’ve tried adjusting the CSS, specifically for the bbpress footer, such as:
.bbp-footer {position:absolute; bottom:0;}
Nothing seems to budge.
The footer on all other pages on the iPad are working fine…
In reply to: Forum and Topic Titles Missing…I’VE GOT IT!!!!! 🙂
This is what I did to create a title for my bbpress pages (when I had disabled my title-wrapper), in case it helps anyone else.
I first called the title in, by adding the following code to my bbpress.php file (formerly page.php):
<?php the_title();?>
Then I wrapped it in a div like so:
<div id= bbpressTitle>
<?php the_title();?></div>Then I created CSS, based on this new class:
#bbpressTitle {
font-size: 32px;
font-family: Roboto Slab;
Font-weight: 200;
display: block;
color: #70908F;
}And it actually worked. Please take this with a grain of salt… I’m an acupuncturist, not a coder. 😉
Thanks again for all of your help, Bob1nz!
Goodnight,
SharonIn reply to: Forum and Topic Titles Missing…Okay…
Is there any way I can create a new div around the title that I called in the bbpress.php file or create a class for it so I can customize it in the CSS?
Does that make any sense at all? 🙂
Thanks!
SharonIn reply to: Forum and Topic Titles Missing…Thank you, Bob1nz! I really appreciate that!
I’m very close… I managed to get the title to show up (apparently calling in the title on the page.php, now called bbpress.php worked. Just trying to figure out how to add either inline style or css to that. At least there’s a title showing, so there’s progress! 🙂
Thanks again!
SharonIn reply to: Forum and Topic Titles Missing…I understand.
In lieu of a title, is there a way to add an image header?
Thanks so much for all of your help!
Kindly,
SharonIn reply to: Forum and Topic Titles Missing…That’s strange… That’s exactly what I did. I used my page.php from my original theme, brought it into my Child theme, and renamed it bbpress.php. There was no title-wrapper div in that file. Perhaps I should use a different template as my bbpress.php?
In reply to: Forum and Topic Titles Missing…Thanks, Bob1nz!
I created a bbpress.php file and added a call for the title: <?php the_title();?>
Where exactly do I place the inline style you mentioned?
Thanks again!
SharonIn reply to: Forum and Topic Titles Missing…Ah, thanks for pointing that out, Bob1nz. I removed the code from a Custom CSS file, but didn’t realize it was in my style.css.
Is there another way to add a custom title to the forum without removing this CSS?
The reason it’s there is to avoid a different (bigger) problem between my theme and Woocommerce pages. In general, I’d rather not have titles at all- Just the forum and topics.
Please let me know if you think I’m making a grave mistake though…
Thanks!
SharonIn reply to: Forum and Topic Titles Missing…Argh. I did it again. Sorry about that, Robin! 🙁
The link should work now: http://bellynsoul.com/forums/forum/trusting-your-gut-2/
I’m trying to add a title to the top left of the forum page as well as the topics page, but having trouble for some reason…
Thanks!
SharonIn reply to: CSS issueYes, it’s fixed, thank you! 🙂
In reply to: CSS issueIt’s all done and set back to private. Thanks, Jeyaram06!
Kindly,
SharonIn reply to: CSS issueThank you, Robkk!!! 🙂
Worked like a charm.
Gratefully,
SharonIn reply to: CSS issueArhg. I spoke too soon. 🙁
I almost fixed it… Got the border to show around the first reply, but not the second one. Also, the reply images are still too far to the left (slight, but annoying).
Any thoughts?
Thanks!
SharonIn reply to: CSS issueFIXED IT! 🙂
Thank you for your help, either way!
Sharon
In reply to: CSS issueHi Robin!
Sorry about that- I forgot the forum was set to “hidden”!
Here it is again:http://bellynsoul.com/forums/topic/another-test-topic/
Thank you!
Sharon