JLee (@karado58)

Forum Replies Created

Viewing 19 replies - 1 through 19 (of 19 total)

  • JLee
    Participant

    @karado58

    @robin-w


    @karado58
    – thanks for your help – this is exactly what we need πŸ™‚
    There are very few helpers here, but this is community software.
    I am just a bbpress user who tries to help others as I was helped when I started, but I cannot get to every post.

    Robin,
    I should of used better choice of words on my post!
    I apologize to you Robin and to all others here that share their precious knowledge and time unselfishly helping us newcomers to bbPress!
    Thank you for your kind words, Robin, and I’m sorry!
    K58


    JLee
    Participant

    @karado58

    Looks like you are being ignored, no one wants to help you!!

    I’ve only been learning CSS code for about 2 weeks, but I happily try and help you. Try this below.

    Removes Last Post:

    li.bbp-forum-freshness, li.bbp-topic-freshness 
    {
       
     display: none;
    } 

    Shifts Topics/Posts to right side:

     li.bbp-forum-info, li.bbp-topic-title 
    {
        float: left;
        text-align: left;
        width: 75%;
    } 
    In reply to: Remove footer

    JLee
    Participant

    @karado58

    #bbpress-forums li.bbp-footer {
     
    display:none;
    }		

    I found it, posting it in case someone else needs to do it!


    JLee
    Participant

    @karado58

    Good question, was curious about that myself.

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Final post on this issue….all fixed…thank you neon67…never worked with CSS before…went in and explored all the bbPress css files…experimented and got it to work!!! YES!!!

    Below is the code that fixed the alignment issue as well as avatar size:

    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar
    {
    height: 20px;
    width: 20px;
    margin-right: 4px;
    margin-bottom: -6px;
    }  
    
    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar
    {
        margin-right: 4px;
    } 

    This fixed the horizontal spacing issue.

    Now whats left is the avatar size and moving avatar vertically slightly.

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Thank you so much neon67!!!

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    The reason I prefer to not share my url at this time, my site is not even done yet, and I’m being flooded with attacks.
    The site url that the forum is part of, is generating a lot of traffic, and all of it is malicious.

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Can I please send it to you in private?

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    I understand, thank you.

    You can use the same css key, but instead of display: none! Important; experiment with padding – move 4 parameters up and down sideways as you like

    How can I increase the size of the avatar, please?

    Can you please give me an example, since I know very little about css?


    JLee
    Participant

    @karado58

    I’m trying to have the link colors look like this forum:

    Example Furum

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Why am I having this issue with a clean install of bbPress? Is this a bug with latest version?

    It’s not only the spacing, but the avatar is extremely tiny, compared to this forum.

    Thank you for replying!!


    JLee
    Participant

    @karado58

    Proper links….sorry about mistake with links.

    Forum link

    3. Topic Title Links issues

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Don t understand about. Let’s screen?

    Link to avatar align issue

    Avatar does not align and spacing issue also

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Followup question please!?

    Why are the avatars on “Started by” and “Last post”, not aligned and the spacing is off also?

    I’ve scanned the forum, and no one has this issue.

    Thanks.

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Hello neon67,

    try to css:
    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar
    {display:none !important;}

    The code above worked beautifully!!

    Thank you neon67!!

    In reply to: Avatar issues

    JLee
    Participant

    @karado58

    Sorry about the link:

    Avatar


    JLee
    Participant

    @karado58

    Robin,

    bbp style pack By Robin Wilson

    Just realized you are the creator of bbp style pack plugin…INCREDIBLE contribution to the “bbPress community”!!

    Thank you!!


    JLee
    Participant

    @karado58

    Robin W,

    You’re amazing, it worked!!

    Thank you so much for the quick reply and support!!

    Thank you, Robin!!

Viewing 19 replies - 1 through 19 (of 19 total)