Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/flow-flo.../views
File: stream-template-css.php
<?php
[0] Fix | Delete
$id = $stream->id;
[1] Fix | Delete
if (!isset($stream->filtercolor)) $stream->filtercolor = 'rgb(205, 205, 205)';
[2] Fix | Delete
$bradius = ( isset( $stream->bradius ) ) ? intval( $stream->bradius ) : 4;
[3] Fix | Delete
?>
[4] Fix | Delete
<?php if( $stream->layout === 'list' && !empty($stream->wallwidth) ):?>
[5] Fix | Delete
#ff-stream-<?php echo $id;?> {
[6] Fix | Delete
width: <?php echo $stream->wallwidth;?>px;
[7] Fix | Delete
}
[8] Fix | Delete
<?php endif;?>
[9] Fix | Delete
<?php if( $stream->layout === 'list' ):?>
[10] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-stream-wrapper.ff-infinite > li {
[11] Fix | Delete
margin: <?php echo $stream->wallvm;?>px <?php echo $stream->wallhm;?>px 0;
[12] Fix | Delete
}
[13] Fix | Delete
<?php endif;?>
[14] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-header h1,#ff-stream-<?php echo $id;?> .ff-controls-wrapper > span:hover { color: <?php echo $stream->headingcolor;?>; }
[15] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-controls-wrapper > span:hover { border-color: <?php echo $stream->headingcolor;?> !important; }
[16] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-header h2 { color: <?php echo $stream->subheadingcolor;?>; }
[17] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter-holder .ff-filter,
[18] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter-holder:before,
[19] Fix | Delete
#ff-stream-<?php echo $id;?> .selectric,
[20] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter-holder .selectric-ff-filters-select .selectric-items,
[21] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-loadmore-wrapper .ff-btn:hover {
[22] Fix | Delete
background-color: <?php echo $stream->filtercolor;?>;
[23] Fix | Delete
}
[24] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter:hover,
[25] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter.ff-filter--active,
[26] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-moderation-button,
[27] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-loadmore-wrapper .ff-btn,
[28] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-square:nth-child(1) {
[29] Fix | Delete
background-color: <?php echo $stream->headingcolor;?>;
[30] Fix | Delete
}
[31] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter-holder .ff-search input {
[32] Fix | Delete
border-color: <?php echo $stream->filtercolor;?>;
[33] Fix | Delete
}
[34] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-search input:focus,
[35] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-search input:hover {
[36] Fix | Delete
border-color: <?php echo $stream->headingcolor;?>;
[37] Fix | Delete
}
[38] Fix | Delete
[39] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter-holder .ff-search:after {
[40] Fix | Delete
color: <?php echo $stream->filtercolor;?>;
[41] Fix | Delete
}
[42] Fix | Delete
#ff-stream-<?php echo $id;?> .selectric .button:before{
[43] Fix | Delete
border-top-color: <?php echo $stream->filtercolor;?>;
[44] Fix | Delete
}
[45] Fix | Delete
#ff-stream-<?php echo $id;?>, #ff-stream-<?php echo $id;?> .ff-popup,
[46] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-search input {
[47] Fix | Delete
background-color: <?php echo $stream->bgcolor;?>;
[48] Fix | Delete
}
[49] Fix | Delete
[50] Fix | Delete
<?php if(strpos( $stream->bgcolor , 'rgba') !== false ):?>
[51] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-search input {
[52] Fix | Delete
background-color: <?php echo $stream->filtercolor;?>;
[53] Fix | Delete
}
[54] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-search input,
[55] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-filter-holder .ff-search:after {
[56] Fix | Delete
color: #FFF;
[57] Fix | Delete
}
[58] Fix | Delete
<?php endif?>
[59] Fix | Delete
<?php if( isset($stream->hidetext) && $stream->hidetext === 'yep' ):?>
[60] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item:not(.ff-ad) .ff-content, #ff-stream-<?php echo $id;?> .ff-item:not(.ff-ad) h4, #ff-stream-<?php echo $id;?> .readmore-js-toggle {
[61] Fix | Delete
display: none !important;
[62] Fix | Delete
}
[63] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-theme-flat.ff-style-3 .ff-content + .ff-item-meta {
[64] Fix | Delete
padding: 7px 0 20px;
[65] Fix | Delete
}
[66] Fix | Delete
<?php endif?>
[67] Fix | Delete
<?php if( isset($stream->hidemeta) && $stream->hidemeta === 'yep' ):?>
[68] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item-meta, .ff-theme-flat .ff-icon, .ff-theme-flat.ff-style-3 .ff-item-cont:before {
[69] Fix | Delete
display: none !important;
[70] Fix | Delete
}
[71] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-theme-flat.ff-style-3 .ff-item-cont {
[72] Fix | Delete
padding-bottom: 15px;
[73] Fix | Delete
}
[74] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-theme-flat .ff-img-holder + .ff-item-cont,
[75] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-theme-flat a + .ff-item-cont {
[76] Fix | Delete
margin-top: 0;
[77] Fix | Delete
}
[78] Fix | Delete
<?php endif?>
[79] Fix | Delete
<?php if( isset($stream->hidetext) && $stream->hidetext === 'yep' && isset($stream->hidemeta) && $stream->hidemeta === 'yep' ):?>
[80] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item-cont > .ff-img-holder:first-child {
[81] Fix | Delete
margin-bottom: 0;
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-theme-flat .ff-item-cont {
[85] Fix | Delete
display: none;
[86] Fix | Delete
}
[87] Fix | Delete
<?php endif?>
[88] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-header h1, #ff-stream-<?php echo $id;?> .ff-header h2 {
[89] Fix | Delete
text-align: <?php echo $stream->hhalign;?>;
[90] Fix | Delete
}
[91] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-controls-wrapper, #ff-stream-<?php echo $id;?> .ff-controls-wrapper > span {
[92] Fix | Delete
border-color: <?php echo $stream->filtercolor;?>;
[93] Fix | Delete
}
[94] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-controls-wrapper, #ff-stream-<?php echo $id;?> .ff-controls-wrapper > span {
[95] Fix | Delete
color: <?php echo $stream->filtercolor;?>;
[96] Fix | Delete
}
[97] Fix | Delete
[98] Fix | Delete
#ff-stream-<?php echo $id;?> .shuffle__sizer {
[99] Fix | Delete
margin-left: <?php echo $stream->margin;?>px !important;
[100] Fix | Delete
}
[101] Fix | Delete
[102] Fix | Delete
#ff-stream-<?php echo $id;?> .picture-item__inner {
[103] Fix | Delete
background: <?php echo $stream->cardcolor;?>;
[104] Fix | Delete
color: <?php echo $stream->textcolor;?>;
[105] Fix | Delete
box-shadow: 0 1px 4px 0 <?php echo $stream->shadow;?>;
[106] Fix | Delete
}
[107] Fix | Delete
[108] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-content a {
[109] Fix | Delete
color: <?php echo $stream->linkscolor;?>;
[110] Fix | Delete
}
[111] Fix | Delete
[112] Fix | Delete
#ff-stream-<?php echo $id;?>-slideshow .ff-share-popup, #ff-stream-<?php echo $id;?>-slideshow .ff-share-popup:after,
[113] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-share-popup, #ff-stream-<?php echo $id;?> .ff-share-popup:after {
[114] Fix | Delete
background: <?php echo $stream->cardcolor;?>;
[115] Fix | Delete
}
[116] Fix | Delete
[117] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-mob-link {
[118] Fix | Delete
background-color: <?php echo $stream->textcolor;?>;
[119] Fix | Delete
}
[120] Fix | Delete
[121] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-mob-link:after,
[122] Fix | Delete
#ff-stream-<?php echo $id;?>-slideshow .ff-share-wrapper a:after {
[123] Fix | Delete
color: <?php echo $stream->cardcolor;?>;
[124] Fix | Delete
}
[125] Fix | Delete
#ff-stream-<?php echo $id;?>,
[126] Fix | Delete
#ff-stream-<?php echo $id;?>-slideshow,
[127] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-infinite .ff-content {
[128] Fix | Delete
color: <?php echo $stream->textcolor;?>;
[129] Fix | Delete
}
[130] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-infinite > li {
[131] Fix | Delete
background: <?php echo $stream->cardcolor;?>;
[132] Fix | Delete
}
[133] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-square {
[134] Fix | Delete
background: <?php echo ( ( $stream->bgcolor == 'rgb(255, 255, 255)' && $stream->cardcolor == 'rgb(255, 255, 255)' ) || strpos( $stream->bgcolor, ', 0)') !== false ? 'rgb(205, 205, 205)' : $stream->cardcolor ) ;?>;
[135] Fix | Delete
}
[136] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-icon, #ff-stream-<?php echo $id;?>-slideshow .ff-icon {
[137] Fix | Delete
border-color: <?php echo $stream->cardcolor;?>;
[138] Fix | Delete
}
[139] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-style-2 .ff-icon:after {
[140] Fix | Delete
text-shadow: -1px 0 <?php echo $stream->cardcolor;?>, 0 1px <?php echo $stream->cardcolor;?>, 1px 0 <?php echo $stream->cardcolor;?>, 0 -1px <?php echo $stream->cardcolor;?>;
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item h1, #ff-stream-<?php echo $id;?> .ff-stream-wrapper.ff-infinite .ff-nickname, #ff-stream-<?php echo $id;?> h4, #ff-stream-<?php echo $id;?>-slideshow h4,#ff-stream-<?php echo $id;?>-slideshow h4 a,
[144] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-name, #ff-stream-<?php echo $id;?>-slideshow .ff-name {
[145] Fix | Delete
color: <?php echo $stream->namecolor;?> !important;
[146] Fix | Delete
}
[147] Fix | Delete
[148] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-mob-link:hover {
[149] Fix | Delete
background-color: <?php echo $stream->namecolor;?>;
[150] Fix | Delete
}
[151] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-nickname,
[152] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-timestamp,
[153] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item-bar,
[154] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item-bar a {
[155] Fix | Delete
color: <?php echo $stream->restcolor;?> !important;
[156] Fix | Delete
}
[157] Fix | Delete
#ff-stream-<?php echo $id;?>-slideshow .ff-item-meta:before {
[158] Fix | Delete
background-color: <?php echo $stream->textcolor;?> !important;
[159] Fix | Delete
}
[160] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-item, #ff-stream-<?php echo $id;?> .ff-stream-wrapper.ff-infinite .ff-content {
[161] Fix | Delete
text-align: <?php echo $stream->talign;?>;
[162] Fix | Delete
}
[163] Fix | Delete
#ff-stream-<?php echo $id;?> .ff-overlay {
[164] Fix | Delete
background-color: <?php echo $stream->bcolor;?>;
[165] Fix | Delete
}
[166] Fix | Delete
[167] Fix | Delete
.ff-upic-round .ff-img-holder.ff-img-loaded {
[168] Fix | Delete
background-color: <?php echo $stream->bgcolor;?>;
[169] Fix | Delete
}
[170] Fix | Delete
[171] Fix | Delete
.ff-upic-round .picture-item__inner,
[172] Fix | Delete
.ff-upic-round .picture-item__inner:before {
[173] Fix | Delete
border-radius: <?php echo $bradius + 2;?>px;
[174] Fix | Delete
}
[175] Fix | Delete
[176] Fix | Delete
.ff-upic-round.ff-infinite > li {
[177] Fix | Delete
border-radius: <?php echo $bradius;?>px;
[178] Fix | Delete
overflow: hidden
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
[182] Fix | Delete
.ff-upic-round .ff-img-holder:first-child,
[183] Fix | Delete
.ff-upic-round .ff-img-holder:first-child img {
[184] Fix | Delete
border-radius: <?php echo $bradius;?>px <?php echo $bradius;?>px 0 0;
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
.ff-upic-round.ff-infinite .ff-img-holder:first-child,
[188] Fix | Delete
.ff-upic-round.ff-infinite .ff-img-holder:first-child img {
[189] Fix | Delete
border-radius: <?php echo $bradius - 2;?>px <?php echo $bradius - 2;?>px 0 0;
[190] Fix | Delete
}
[191] Fix | Delete
[192] Fix | Delete
.ff-upic-round .ff-has-overlay .ff-img-holder,
[193] Fix | Delete
.ff-upic-round .ff-has-overlay .ff-overlay,
[194] Fix | Delete
.ff-upic-round .ff-has-overlay .ff-img-holder img {
[195] Fix | Delete
border-radius: <?php echo $bradius;?>px !important;
[196] Fix | Delete
}
[197] Fix | Delete
[198] Fix | Delete
<?php if(isset($stream->mborder) && $stream->mborder == 'yep'):?>
[199] Fix | Delete
#ff-stream-<?php echo $id;?> .picture-item__inner {
[200] Fix | Delete
border: 1px solid #eee;
[201] Fix | Delete
}
[202] Fix | Delete
<?php endif;?>
[203] Fix | Delete
<?php
[204] Fix | Delete
if(!empty($stream->css)) echo stripslashes($stream->css);
[205] Fix | Delete
?>
[206] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function