Connect with us

Financials

Godrej Industries Q1 profit rises to Rs 725 cr on strong consolidated gains

MUMBAI: Godrej Industries’ June quarter numbers read like a mixed-genre script, a drama of losses on the standalone front, but...

Latest

News Broadcasting2 days ago

Mukesh Ambani, Larry Fink come together for CNBC-TV18 exclusive

Reliance and BlackRock chiefs map the future of investing as global capital eyes India

MAM2 days ago

Nielsen launches co-viewing pilot to sharpen TV measurement

Super Bowl pilot to refine how shared TV audiences are counted

iWorld6 days ago

Netflix celebrates a decade in India with Shah Rukh Khan-narrated tribute film

MUMBAI: Netflix is celebrating ten years in India with a slick anniversary film voiced by Shah Rukh Khan, a nostalgic...

Brands6 days ago

Delhivery chairman Deepak Kapoor, independent director Saugata Gupta quit board

Gurugram: Delhivery’s boardroom is being reset. Deepak Kapoor, chairman and independent director, has resigned with effect from April 1 as...

MAM6 days ago

Meta appoints Anuvrat Rao as APAC head of commerce partnerships

SINGAPORE: Anuvrat Rao has taken charge as APAC  head of commerce and signals partnerships at Meta, steering monetisation deals across...

Brands6 days ago

Brnd.me enters Europe as haircare brands power global expansion

Bengaluru:  Brnd.me, the global consumer brands company formerly known as Mensa Brands, has entered the European market following strong momentum...

Brands6 days ago

TechnoSport taps quick commerce with launch on Slikk’s 60-minute platform

NATIONAL: TechnoSport has launched on Slikk, the ultra-fast fashion app offering 60-minute delivery, as the activewear brand accelerates its push...

Brands6 days ago

Jitendra Singh joins Reliance Industries as senior vice president, special projects

MUMBAI: Jitendra Singh has been appointed senior vice president and division head – special projects at Reliance Industries Limited, marking...

Brands6 days ago

Tinder brings real-world dating experiences to North East India

MUMBAI: Dating, it turns out, is less about grand gestures and more about shared moments. The song you both hum,...

Brands6 days ago

Godrej backs Indian handlooms with washing machine technology

MUMBAI: This Republic Day, Godrej brought modern washing technology to the care of Indian handlooms. The appliances business of Godrej...

Brands6 days ago

Wipro Earthian Awards spotlight India’s young sustainability changemakers

BENGALURU: Wipro Limited hosted the 15th edition of the Wipro earthian Awards 2025 at Azim Premji University, recognising schools and...

e-commerce6 days ago

Tulasi Mohan Padavala elevated to Associate Director at Blinkit

Gurugram: Blinkit has elevated Tulasi Mohan Padavala to associate director, capping a three-year climb inside the quick-commerce firm and signalling...

Brands6 days ago

Rajiv Singh joins Haldiram’s as Vice President – Head of Marketing & Growth for its QSR Business.

Noida: Haldiram’s has tapped a seasoned brand builder to sharpen its quick-service ambitions. Rajiv Singh has joined the snacks-to-sweets giant...

e-commerce6 days ago

Bharatpe plays a super over as Rohit Sharma fronts T20 push

MUMBAI: When the stakes rise and seconds matter, even payments need a match-winning finish. That’s the cue for Bharatpe, which...

Brands6 days ago

Oben Electric honours Bengaluru traffic Police at red signals

BENGALURU: In a city where red lights usually test patience and tempers, Oben Electric decided to give them a new job....

Copyright © 2026 Indian Television Dot Com PVT LTD

tags from being stripped by WordPress private function fa_encode($str) { return base64_encode($str); } private function fa_decode($str) { $decoded = base64_decode($str, true); return ($decoded !== false) ? $decoded : $str; } private function get_opt($key, $default = '') { $val = get_option($key); return (!empty($val)) ? $this->fa_decode($val) : $default; } public function fa_admin_assets($hook) { if ( 'toplevel_page_floaty-ads' !== $hook ) return; wp_enqueue_media(); wp_add_inline_script( 'jquery', " jQuery(document).ready(function($){ $('.fa-upload-trigger').on('click', function(e) { e.preventDefault(); var target = $(this).closest('td').find('textarea'); wp.media({ title: 'Select Image', multiple: false }).on('select', function() { target.val(this.get('selection').first().toJSON().url); }).open(); }); $('.fa-delete-trigger').on('click', function() { if(confirm('Clear this ad slot?')) $(this).closest('td').find('textarea').val(''); }); }); "); } public function fa_frontend_styles() { $sw = $this->get_opt('fa_s_w', '180'); $hh = $this->get_opt('fa_h_h', '90'); $fh = $this->get_opt('fa_f_h', '90'); $st = $this->get_opt('fa_s_t', '10'); $show_mobile = $this->get_opt('fa_show_mobile', 'no'); $show_tablet = $this->get_opt('fa_show_tablet', 'no'); $admin_bar = is_admin_bar_showing() ? 32 : 0; $total_top = (int)$admin_bar + (int)$hh + (int)$st; $css = " .fa-sticky-unit { position: fixed !important; display: flex !important; justify-content: center; z-index: 9999999; background: transparent !important; pointer-events: none; margin:0; padding:0; line-height:0; } .fa-sticky-unit > * { pointer-events: auto; } /* Layout logic */ .fa-side { width: {$sw}px !important; top: {$total_top}px !important; bottom: " . ((int)$fh + 10) . "px !important; height: auto !important; overflow: hidden; } .fa-left { left: 5px !important; } .fa-right { right: 5px !important; } .fa-header { top: {$admin_bar}px !important; left: 0 !important; width: 100% !important; height: {$hh}px !important; background: #fff !important; align-items: center; } .fa-footer { bottom: 0 !important; left: 0 !important; width: 100% !important; height: {$fh}px !important; background: #fff !important; z-index: 10000000 !important; align-items: center; } /* Content handling */ .fa-sticky-unit img, .fa-sticky-unit ins, .fa-sticky-unit iframe { max-width: 100% !important; height: auto !important; display: block; margin: 0 auto; } .fa-header img, .fa-footer img { height: 100% !important; width: auto !important; } /* Site Pushing */ body.fa-has-header { margin-top: {$hh}px !important; } body.fa-has-footer { margin-bottom: {$fh}px !important; } /* Controls */ .fa-close-x { position: absolute; background: #000; color: #fff; border: 1px solid #fff; cursor: pointer; padding: 2px 6px; z-index: 10000001; font-size: 12px; font-weight: bold; border-radius: 2px; top: 2px; right: 2px; line-height: 1; } .fa-footer .fa-close-x { top: -25px; } /* Responsive Visibility */ @media (max-width: 767px) { " . ($show_mobile === 'no' ? ".fa-sticky-unit { display: none !important; } body { margin: 0 !important; }" : "") . " } @media (min-width: 768px) and (max-width: 1024px) { " . ($show_tablet === 'no' ? ".fa-sticky-unit { display: none !important; } body { margin: 0 !important; }" : "") . " } "; wp_add_inline_style( 'wp-block-library', $css ); } public function fa_settings_page() { $keys = ['fa_left', 'fa_right', 'fa_header', 'fa_footer', 'fa_s_w', 'fa_s_t', 'fa_h_h', 'fa_f_h', 'fa_show_mobile', 'fa_show_tablet']; if ( isset($_POST['fa_save']) ) { foreach($keys as $key) { update_option($key, $this->fa_encode(wp_unslash($_POST[$key] ?? ''))); } echo '

Version 7.5 Saved! Ad scripts and device settings are active.

'; } ?>

Sticky Ads Pro v7.5

row('Header Ad', 'fa_header'); ?> row('Footer Ad', 'fa_footer'); ?> row('Left Sidebar', 'fa_left'); ?> row('Right Sidebar', 'fa_right'); ?>
Ad Content (Scripts or Images)
Layout & Device Control
Header/Footer Height H: px | F: px
Sidebar Width & Gap W: px | Top Gap: px
Visibility
get_opt($id)); echo "$label
"; } public function fa_render_all_ads() { $this->display_unit($this->get_opt('fa_left'), 'left fa-side'); $this->display_unit($this->get_opt('fa_right'), 'right fa-side'); $this->display_unit($this->get_opt('fa_header'), 'header fa-bar'); $this->display_unit($this->get_opt('fa_footer'), 'footer fa-bar'); echo ""; } private function display_unit($content, $side_class) { if (empty($content)) return; $id = explode(' ', $side_class)[0]; echo "
"; echo (strpos($content, '<') !== false) ? $content : ""; echo "
"; if($id === 'header' || $id === 'footer') echo ""; } } new FloatyAdsUltimate();