Forum Replies Created

Viewing 16 posts - 161 through 176 (of 176 total)
  • Author
  • in reply to: BBpress form mobile issue #57541
     joy
    Participant

    I just did this and it worked out fine.

    COPY CODE
    @media screen and (max-width: 620px) {
    #bbpress-forums .bbp-form input[type="text"] {
    	width: 100%;
    }
    }

    Thank you.

    in reply to: Member Directory Actions Buttons #57352
     joy
    Participant

    I’m using a plugin for the “follow” as well as the “block”. The block button doesn’t respect the action div and unfortunately that plugin has been abandoned. I won’t be getting any help with that. If the buttons would align properly, I would be fine leaving it all there, but it looks funny.

    Thanks for trying to help.

     joy
    Participant

    Perfect! Thank you so much for your help with that.

    in reply to: How redirect after signup? #57339
     joy
    Participant

    Okay, thanks for the response. Hopefully it’ll be built in on a future update.

     joy
    Participant

    I’ve been successful with part of this code. But for some reason only 4 of my icons show even though the URL’s are complete. Does anyone have any idea what I’m doing wrong here? This is the code I’m using:

    COPY CODE
    add_action('bp_profile_header_meta','social_links_in_header');
    
    function social_links_in_header () {
    	$social_links = array('facebook','twitter','google+','instagram','linkedin','youtube','pinterest');
    	foreach( $social_links as $link ) {
    		if ( $data = bp_get_profile_field_data( array('user_id'=>bp_displayed_user_id(), 'field'=>$link )) ) : ?>
    			<a href="<?php echo bp_get_profile_field_data( array('user_id'=>bp_displayed_user_id(), 'field'=>$link)); ?>" target="_blank"><i class="icon-<?php echo $link; ?>"></i></a>
    		<?php endif;
    	}
    	
    }

    The only icons that appear are Facebook, Twitter, Linkedin, and YouTube.

    Thanks in advance for any help.

    in reply to: How redirect after signup? #57325
     joy
    Participant

    When a user signs up they are taken to a “Check your email” screen. How can the new accounts be auto-approved and redirected to a page of my choice? I know there is plugin to do this, but if I could hardcode it within the theme, it would be much better.

    Thank you.

    in reply to: Member Directory Actions Buttons #57321
     joy
    Participant

    Images weren’t attaching for some reason. But here they are.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Member Directory Actions Buttons #57320
     joy
    Participant

    Oh I’m sorry, I forgot to include the images. This is the results I’m having.

    in reply to: Header issue with BBpress replies #57294
     joy
    Participant

    Never mind, I figured it out. I put this code in my css file. The z-index was listed at “999” which is why it’s overlapping the header.

    COPY CODE
    #bbpress-forums .hentry div.bbp-reply-content::before, #bbpress-forums .hentry div.bbp-topic-content::before {
    z-index: 0;
    }

    This seemed to have corrected the issue.

    in reply to: Edit BBpress Freshness #57293
     joy
    Participant

    Thank you for your response. I updated that thread last week. It doesn’t do exactly what I was hoping. Please see my response and kindly suggest what I should edit to make the custom function work properly.

    in reply to: BBpress Topics Widget #57180
     joy
    Participant

    Great. Thank you very much for your help.

    in reply to: Header issue with BBpress replies #57146
     joy
    Participant

    Hello this issue can be seen on this very site, please check it, as I have previously attached an image of it. Thank you.

    in reply to: BBpress form mobile issue #57145
     joy
    Participant

    This issue is presently observed on this site. Please check it. Thank you.

     joy
    Participant

    Hello, that code does not show the hours. I had a post with a freshness of 1 day and 7 hours ago. It dropped the 7 hours and only displays as 1 day.

    I would like the freshness to show the same way as this forums does. It just minutes, until it reaches an hour, then only hours, then days and hours, etc. But it does not display the word “ago”. Can you help? Thank you.

    in reply to: Members Directory Edit #56997
     joy
    Participant

    Thank you. That didn’t work though. I was able to achieve it with this:

    COPY CODE
    #buddypress #friend-list div.action, #buddypress #member-list div.action, #buddypress #members-list div.action {
      display: none !important;
    }
    
    #buddypress #friend-list .update, #buddypress #member-list .update, #buddypress #members-list .update {
    display: none !important;
    }
    in reply to: BBpress replies/notification #56919
     joy
    Participant

    Thank you for your response. I have verified that this is in fact an issue to the bbpress/buddypress notifications function. If I find a solution to this I will post it here.

Viewing 16 posts - 161 through 176 (of 176 total)

Log in with your credentials

Forgot your details?