Tutrix
Tutrix
@tutrix
Noble Member
Topics: 14 / Replies: 1496
Reply
RE: Need help with CSS selectors

You can find all other CSS definitions by right-clicking on the element you want to customize

5 years ago
Reply
RE: Video Problem

and now you know why 😉

6 years ago
Reply
RE: Video Problem

@lvlasked the broken .mov video is in HEVConly audio ist mp4a the other .mov videos are mpeg4 (mp4) see codec on the imgages 4829-A6D4...

6 years ago
Reply
RE: Video Problem

@lvlasked if .mov is the problem and not the mov video itselfremove "mov" from Accepted File Types  Accepted-File-Types.jpg

6 years ago
Reply
RE: Video Problem

@lvlasked try

6 years ago
Reply
RE: Video Problem

@lvlasked not all browsers support .mov filesuse .mp4 instead of .mov

6 years ago
Reply
RE: Breaks are not properly displayed

@leoly try add to custom css #wpforo #wpforo-wrap .wpforo-post-content p {min-height: 20px;}

6 years ago
Reply
RE: how to change color shade of forum?

custom.css #wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item {background-color: #fff !important;} you can locate it with your br...

6 years ago
Reply
RE: Forum will not go full width using wordpress official 2020 theme

@tgw try body.template-full-width .entry-content #wpforo #wpforo-wrap {max-width: 100% !important;}

6 years ago
Reply
RE: Forum will not go full width using wordpress official 2020 theme

@tgw use "!important" body .grid-container {max-width: 100% !important;}

6 years ago
Reply
RE: Forum will not go full width using wordpress official 2020 theme

@tgw add #wpforo #wpforo-wrap {margin:0 auto !important;}

6 years ago
Reply
RE: Blurry Profile name text

@jsprfrmn remove the "text-shadow" #wpforo #wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item {font-size: 14px;line-height: 18px;padding: 1...

6 years ago
Forum
Reply
RE: resizing ?

Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS Code" textarea: #wpforo #wpforo-wrap .wpfa-...

6 years ago
Reply
RE: How can Admin set up a default signature to all posts?

@mplusplus open post.php (example layout 2) add this Code   <div class="wpforo-admin-note"><?php do_action( 'wpforo_header_hook'...

6 years ago
Reply
RE: How can Admin set up a default signature to all posts?

@mplusplus ok, try add the Admin Note under the Signatureand remove it from the header.php post.php add <div class="wpforo-admin-note">...

6 years ago
Page 101 / 102