This topic has 2 replies, 3 voices, and was last updated 9 years by Radu.

  • Author
  • #148774
     spideronic
    Participant

    Normal
    0

    false
    false
    false

    EN-US
    X-NONE
    X-NONE

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:”Table Normal”;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:””;
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:8.0pt;
    mso-para-margin-left:0in;
    line-height:107%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:”Calibri”,sans-serif;
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}

    1.    When you post an update several buttons like comment, favorite and delete show up bellow the post. Is there a way to make the buttons comment, favorite and delete a drop-down list?

    2.    Is there a way to allow people to post an update on the main side bar, left-side. I hate the fact that people must scroll all the way up to be able to post an update.

    3.  When posting a YouTube video the size doesn’t match the others. When I refresh the page the size of the YouTube video is reduced. This happens on the demo site as well.

     

    #149002
     Laura
    Moderator
    Not marked as solution
    #149281
     Radu
    Moderator
    Hi, 1. That can be achieved by copying this file : /wp-content/themes/buddyapp/buddypress/activity/entry.php to child theme in this path : /wp-content/themes/buddyapp-child/buddypress/activity/entry.php Then you should move the activity-meta div to your desired place : 2. There is no quick solution for achieving that also we don't have any plug and play code for that, ask about this on the BuddyPress forums. 3. Add this CSS to wp-admin -> theme options -> quick css
    
    .activity-inner iframe {
        width: 100% !important;
        height: 100% !important;
        min-height: 460px;    
    }
    
    @media(max-width:600px) {
        .activity iframe {
            width: 100% !important;
            height: 100% !important;   
            min-height:250px;
            
        }
    }
    
    
    Cheers R.
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?