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/custom-t.../admin/builder/template.../sections
File: footer.php
<div class="ctf-stck-wdg" v-if="viewsActive.pageScreen !== 'selectFeed' && ! iscustomizerScreen" :data-active="checkActiveView('footerWidget')">
[0] Fix | Delete
<?php
[1] Fix | Delete
$smashballoon_info = TwitterFeed\Builder\CTF_Feed_Builder::get_smashballoon_info();
[2] Fix | Delete
?>
[3] Fix | Delete
<div class="ctf-stck-pop">
[4] Fix | Delete
[5] Fix | Delete
<div class="ctf-stck-el ctf-stck-el-upgrd ctf-fb-fs sb-btn-orange">
[6] Fix | Delete
<div class="ctf-stck-el-icon"><?php echo $icons[$smashballoon_info['upgrade']['icon']] ?></div>
[7] Fix | Delete
<div class="ctf-stck-el-txt sb-small-p sb-bold" style="color: #fff;"><?php echo __('Upgrade to Pro','custom-twitter-feeds') ?></div>
[8] Fix | Delete
<div class="ctf-chevron">
[9] Fix | Delete
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
[10] Fix | Delete
<path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="white"/>
[11] Fix | Delete
</svg>
[12] Fix | Delete
</div>
[13] Fix | Delete
<a :href="links.popup.allAccessBundle" target="_blank" class="ctf-fs-a"></a>
[14] Fix | Delete
</div>
[15] Fix | Delete
[16] Fix | Delete
<div class="ctf-stck-title ctf-fb-fs sb-small-p sb-bold sb-dark-text"><?php echo __('Our Feeds for other platforms','custom-twitter-feeds') ?></div>
[17] Fix | Delete
[18] Fix | Delete
<div class="ctf-stck-el-list ctf-fb-fs">
[19] Fix | Delete
<?php foreach ($smashballoon_info['platforms'] as $platform): ?>
[20] Fix | Delete
<div class="ctf-stck-el ctf-fb-fs">
[21] Fix | Delete
[22] Fix | Delete
<div class="ctf-stck-el-icon" style="color:<?php echo $smashballoon_info['colorSchemes'][$platform['icon']] ?>;"><?php echo $icons[$platform['icon']] ?></div>
[23] Fix | Delete
<div class="ctf-stck-el-txt sb-small-text sb-small-p sb-dark-text"><?php echo $platform['name'] ?></div>
[24] Fix | Delete
<div class="ctf-chevron">
[25] Fix | Delete
<svg width="7" height="10" viewBox="0 0 7 10" fill="#8C8F9A" xmlns="http://www.w3.org/2000/svg"><path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#8C8F9A"></path></svg>
[26] Fix | Delete
</div>
[27] Fix | Delete
<a href="<?php echo esc_url($platform['link'] ) ?>" target="_blank" rel="nofollow noopener" class="ctf-fs-a"></a>
[28] Fix | Delete
</div>
[29] Fix | Delete
<?php endforeach ?>
[30] Fix | Delete
</div>
[31] Fix | Delete
<div class="ctf-stck-follow ctf-fb-fs">
[32] Fix | Delete
<span><?php echo __('Follow Us','custom-twitter-feeds') ?></span>
[33] Fix | Delete
<div class="ctf-stck-flw-links">
[34] Fix | Delete
<?php foreach ($smashballoon_info['socialProfiles'] as $social_key => $social): ?>
[35] Fix | Delete
<a href="<?php echo esc_url($social); ?>" data-type="<?php echo $social_key ?>" target="_blank" rel="nofollow noopener" style="color:<?php echo $smashballoon_info['colorSchemes'][$social_key] ?>;"><?php echo $icons[$social_key] ?></a>
[36] Fix | Delete
<?php endforeach ?>
[37] Fix | Delete
</div>
[38] Fix | Delete
</div>
[39] Fix | Delete
</div>
[40] Fix | Delete
<div class="ctf-stck-wdg-btn" @click.prevent.default="activateView('footerWidget')">
[41] Fix | Delete
<?php echo $icons['smash']; ?>
[42] Fix | Delete
<div class="ctf-stck-wdg-btn-cls">
[43] Fix | Delete
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
[44] Fix | Delete
<path d="M14.501 1.77279L13.091 0.362793L7.50098 5.95279L1.91098 0.362793L0.500977 1.77279L6.09098 7.36279L0.500977 12.9528L1.91098 14.3628L7.50098 8.77279L13.091 14.3628L14.501 12.9528L8.91098 7.36279L14.501 1.77279Z" fill="#141B38"/>
[45] Fix | Delete
</svg>
[46] Fix | Delete
</div>
[47] Fix | Delete
</div>
[48] Fix | Delete
</div>
[49] Fix | Delete
<?php
[50] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/connect-account-popup.php';
[51] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/extensions-popup.php';
[52] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/feedtypes-popup.php';
[53] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/feedtypes-customizer-popup.php';
[54] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/confirm-dialog-popup.php';
[55] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/embed-popup.php';
[56] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/onboarding-popup.php';
[57] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/onboarding-customizer-popup.php';
[58] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/install-plugin-popup.php';
[59] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/popup/feedtemplates-popup.php';
[60] Fix | Delete
?>
[61] Fix | Delete
<div class="sb-notification-ctn" :data-active="notificationElement.shown" :data-type="notificationElement.type">
[62] Fix | Delete
<div class="sb-notification-icon" v-html="svgIcons[notificationElement.type+'Notification']"></div>
[63] Fix | Delete
<span class="sb-notification-text" v-html="notificationElement.text"></span>
[64] Fix | Delete
</div>
[65] Fix | Delete
[66] Fix | Delete
<div class="sb-full-screen-loader" :data-show="fullScreenLoader ? 'shown' : 'hidden'">
[67] Fix | Delete
<div class="sb-full-screen-loader-logo">
[68] Fix | Delete
<div class="sb-full-screen-loader-spinner"></div>
[69] Fix | Delete
<div class="sb-full-screen-loader-img" v-html="svgIcons['smash']"></div>
[70] Fix | Delete
</div>
[71] Fix | Delete
<div class="sb-full-screen-loader-txt">
[72] Fix | Delete
Loading...
[73] Fix | Delete
</div>
[74] Fix | Delete
</div>
[75] Fix | Delete
[76] Fix | Delete
[77] Fix | Delete
[78] Fix | Delete
<sb-confirm-dialog-component
[79] Fix | Delete
:dialog-box.sync="dialogBox"
[80] Fix | Delete
:source-to-delete="sourceToDelete"
[81] Fix | Delete
:svg-icons="svgIcons"
[82] Fix | Delete
:parent-type="'builder'"
[83] Fix | Delete
:generic-text="genericText"
[84] Fix | Delete
></sb-confirm-dialog-component>
[85] Fix | Delete
[86] Fix | Delete
<!--
[87] Fix | Delete
<sb-add-source-component
[88] Fix | Delete
:sources-list="sourcesList"
[89] Fix | Delete
:select-source-screen="selectSourceScreen"
[90] Fix | Delete
:views-active="viewsActive"
[91] Fix | Delete
:generic-text="genericText"
[92] Fix | Delete
:selected-feed="selectedFeed"
[93] Fix | Delete
:svg-icons="svgIcons"
[94] Fix | Delete
:links="links"
[95] Fix | Delete
ref="addSourceRef"
[96] Fix | Delete
>
[97] Fix | Delete
</sb-add-source-component>
[98] Fix | Delete
-->
[99] Fix | Delete
<install-plugin-popup
[100] Fix | Delete
:views-active="viewsActive"
[101] Fix | Delete
:generic-text="genericText"
[102] Fix | Delete
:svg-icons="svgIcons"
[103] Fix | Delete
:plugins="plugins[viewsActive.installPluginModal]"
[104] Fix | Delete
>
[105] Fix | Delete
</install-plugin-popup>
[106] Fix | Delete
[107] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function