This topic has 11 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #138040
     fillip2907
    Participant

    Hi there

     

    I want to rename view button and want to change the link of it. How to do it? Hope i get a good support for this paid theme

    Attachments:
    You must be logged in to view attached files.
    #138162
     Radu
    Moderator

    Provide an account to can see it live that

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139307
     fillip2907
    Participant

    Hi Radu

    The previous issue was resolved. However, when i post a youtube url in activity, the video size becomes huge. However, on mobile it is fine. Please find the screenshot

    Attachments:
    You must be logged in to view attached files.
    #139312
     Radu
    Moderator

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    @media(min-width:991px){
    
        #buddypress ul.item-list li .activity-inner .fluid-width-video-wrapper iframe {max-height:300px}
    
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139313
     fillip2907
    Participant

    I am afraid Radu. That did not solve the problem. Attaching the screenshot

    Attachments:
    You must be logged in to view attached files.
    #139319
     fillip2907
    Participant

    To add, i am using full width for activity

    #139333
     fillip2907
    Participant

    When i inspect element, and change top padding to 20% from 56.25%, it works fine. I am not good with css. So if you can help me with the code

    #139451
     Radu
    Moderator

    Try this instead

    COPY CODE
    
     @media(min-width:991px){
    
        #buddypress ul.item-list li .activity-inner .fluid-width-video-wrapper iframe {max-height:480px}
        .fluid-width-video-wrapper {padding:20% !important;}
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139522
     fillip2907
    Participant

    Hi. The blank space that was cutting before has vanished. But the video is still stretched to the entire width of the page.

    I have highlighted the actual normal size (of the video) with red (red box) in the screenshot which i am looking for

    Attachments:
    You must be logged in to view attached files.
    #139525
     Radu
    Moderator

    Try with thsese,

    COPY CODE
    
    @media(min-width:991px){
        #buddypress ul.item-list li .activity-inner .fluid-width-video-wrapper iframe {max-height:200px;max-width:400px}
        .fluid-width-video-wrapper {padding:10% !important;}
    }
    

    If it’s not ok play with the values until you match your wished values

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #139593
     fillip2907
    Participant

    Worked finally. Thanks brother. God bless you to you and entire team!

    Cheers 🙂

    #139684
     Radu
    Moderator

    Thanks you , good bless you to

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?