-
Author
-
October 4, 2016 at 06:21 #138040
fillip2907
ParticipantHi 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.October 4, 2016 at 19:27 #138162Radu
ModeratorProvide 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 solutionOctober 12, 2016 at 18:43 #139307fillip2907
ParticipantHi 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.October 12, 2016 at 18:50 #139312Radu
ModeratorAdd 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 solutionOctober 12, 2016 at 18:56 #139313fillip2907
ParticipantI am afraid Radu. That did not solve the problem. Attaching the screenshot
Attachments:
You must be logged in to view attached files.October 12, 2016 at 20:31 #139333fillip2907
ParticipantWhen 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
October 13, 2016 at 18:03 #139451Radu
ModeratorTry 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 solutionOctober 13, 2016 at 20:12 #139522fillip2907
ParticipantHi. 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.October 13, 2016 at 20:15 #139525Radu
ModeratorTry 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 solutionOctober 14, 2016 at 06:22 #139593fillip2907
ParticipantWorked finally. Thanks brother. God bless you to you and entire team!
Cheers 🙂
October 14, 2016 at 19:07 #139684Radu
ModeratorThanks 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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.