sharongraylac (@sharongraylac)

Forum Replies Created

Viewing 24 replies - 26 through 49 (of 49 total)
  • @sharongraylac

    Participant

    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…

    @sharongraylac

    Participant

    Yes, it does have Woocommerce shortcode.

    Here’s the link, in case it helps…

    bellynsoul.com/my-account.

    Thanks!
    Sharon

    @sharongraylac

    Participant

    Thanks, Robkk,

    Please see updated post above.

    Thanks again!
    Sharon

    In reply to: Strange Whitespace

    @sharongraylac

    Participant

    Sorry about that! 🙂

    Here’s a link to my profile, which is where the problem is…

    http://bellynsoul.com/forums/students/admin/replies/

    Thanks!
    Sharon

    @sharongraylac

    Participant

    Thanks, Sam!

    Your idea led me to another plugin by Robin Wilson (called Private Groups), which is working beautifully for me.

    Thanks again!
    Sharon

    In reply to: Strange Whitespace

    @sharongraylac

    Participant

    P.S. 4,956px, to be precise… 🙂

    @sharongraylac

    Participant

    Thanks Robkk!

    I actually figured it out! It apparently just needed a minimum page height, and that fixed it.

    Thanks again!
    Sharon

    @sharongraylac

    Participant

    Thank you, Robkk! That helped me too!!!!

    @sharongraylac

    Participant

    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!
    Sharon

    @sharongraylac

    Participant

    I’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…

    @sharongraylac

    Participant

    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,
    Sharon

    @sharongraylac

    Participant

    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!
    Sharon

    @sharongraylac

    Participant

    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!
    Sharon

    @sharongraylac

    Participant

    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,
    Sharon

    @sharongraylac

    Participant

    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?

    @sharongraylac

    Participant

    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!
    Sharon

    @sharongraylac

    Participant

    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!
    Sharon

    @sharongraylac

    Participant

    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!
    Sharon

    In reply to: CSS issue

    @sharongraylac

    Participant

    Yes, it’s fixed, thank you! 🙂

    In reply to: CSS issue

    @sharongraylac

    Participant

    It’s all done and set back to private. Thanks, Jeyaram06!

    Kindly,
    Sharon

    In reply to: CSS issue

    @sharongraylac

    Participant

    Thank you, Robkk!!! 🙂

    Worked like a charm.

    Gratefully,
    Sharon

    In reply to: CSS issue

    @sharongraylac

    Participant

    Arhg. 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!
    Sharon

    In reply to: CSS issue

    @sharongraylac

    Participant

    FIXED IT! 🙂

    Thank you for your help, either way!

    Sharon

    In reply to: CSS issue

    @sharongraylac

    Participant

    Hi 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

Viewing 24 replies - 26 through 49 (of 49 total)