HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/novotecs.com/wp-content/themes/itfirm/elementor/core/widgets/class-widget-ct-info-box.php
<?php

class CT_CtInfoBox_Widget extends Case_Theme_Core_Widget_Base{
    protected $name = 'ct_info_box';
    protected $title = 'Case Info Box';
    protected $icon = 'eicon-info-circle-o';
    protected $categories = array( 'case-theme-core' );
    protected $params = '{"sections":[{"name":"section_layout","label":"Layout","tab":"content","controls":[{"name":"layout","label":"Layout","type":"select","options":{"1":"Layout 1","2":"Layout 2"},"default":"1"}]},{"name":"section_contact_info","label":"Content","tab":"content","controls":[{"name":"selected_icon","label":"Icon","type":"icons","fa4compatibility":"icon","condition":{"layout":["2"]}},{"name":"icon_color_gr_from","label":"Icon Color Gradient From","type":"color","condition":{"layout":["2"],"style_l2":["style1"]}},{"name":"icon_color_gr_to","label":"Icon Color Gradient To","type":"color","condition":{"layout":["2"],"style_l2":["style1"]}},{"name":"icon_box_gr_from","label":"Icon Box Gradient From","type":"color","condition":{"layout":["2"],"style_l2":["style2"]}},{"name":"icon_box_gr_to","label":"Icon Box Gradient To","type":"color","condition":{"layout":["2"],"style_l2":["style2"]}},{"name":"icon_box_color","label":"Icon Box Gradient To","type":"color","condition":{"layout":["2"],"style_l2":["style3"]},"selectors":{"{{WRAPPER}} .ct-info-box2.style3 .item--icon":"background-color: {{VALUE}};"}},{"name":"sub_title","label":"Sub Title","type":"text","condition":{"layout":["1"]}},{"name":"sub_title_color","label":"Sub Title Color","type":"color","selectors":{"{{WRAPPER}} .ct-info-box .item--subtitle":"color: {{VALUE}};"},"condition":{"layout":["1"]}},{"name":"title","label":"Title","type":"text"},{"name":"title_color","label":"Title Color","type":"color","selectors":{"{{WRAPPER}} .ct-info-box .item--title":"color: {{VALUE}};"}},{"name":"phone_number","label":"Phone Number","type":"text"},{"name":"phone_number_color","label":"Phone Color","type":"color","selectors":{"{{WRAPPER}} .ct-info-box .item--phone":"color: {{VALUE}};"}},{"name":"phone_typography","label":"Phone Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .ct-info-box .item--phone"},{"name":"desc","label":"Description","type":"text","condition":{"layout":["1"]}},{"name":"desc_color","label":"Description Color","type":"color","selectors":{"{{WRAPPER}} .ct-info-box .item--desc":"color: {{VALUE}};"},"condition":{"layout":["1"]}},{"name":"btn_text","label":"Button Text","type":"text","condition":{"layout":["1"]}},{"name":"btn_link","label":"Button Link","type":"url","condition":{"layout":["1"]}},{"name":"box_image","label":"Box Image","type":"media","condition":{"layout":["1"]}},{"name":"item_link","label":"Item Link","type":"url","condition":{"layout":["2"]}},{"name":"style_l2","label":"Style","type":"select","options":{"style1":"Style 1","style2":"Style 2","style3":"Style 3"},"default":"style1","condition":{"layout":["2"]}}]},{"name":"section_animate","label":"Animate","tab":"content","controls":[{"name":"ct_animate","label":"Case Animate","type":"select","options":{"":"None","wow bounce":"bounce","wow flash":"flash","wow pulse":"pulse","wow rubberBand":"rubberBand","wow shake":"shake","wow swing":"swing","wow tada":"tada","wow wobble":"wobble","wow bounceIn":"bounceIn","wow bounceInDown":"bounceInDown","wow bounceInLeft":"bounceInLeft","wow bounceInRight":"bounceInRight","wow bounceInUp":"bounceInUp","wow bounceOut":"bounceOut","wow bounceOutDown":"bounceOutDown","wow bounceOutLeft":"bounceOutLeft","wow bounceOutRight":"bounceOutRight","wow bounceOutUp":"bounceOutUp","wow fadeIn":"fadeIn","wow fadeInDown":"fadeInDown","wow fadeInDownBig":"fadeInDownBig","wow fadeInLeft":"fadeInLeft","wow fadeInLeftBig":"fadeInLeftBig","wow fadeInRight":"fadeInRight","wow fadeInRightBig":"fadeInRightBig","wow fadeInUp":"fadeInUp","wow fadeInUpBig":"fadeInUpBig","wow fadeOut":"fadeOut","wow fadeOutDown":"fadeOutDown","wow fadeOutDownBig":"fadeOutDownBig","wow fadeOutLeft":"fadeOutLeft","wow fadeOutLeftBig":"fadeOutLeftBig","wow fadeOutRight":"fadeOutRight","wow fadeOutRightBig":"fadeOutRightBig","wow fadeOutUp":"fadeOutUp","wow fadeOutUpBig":"fadeOutUpBig","wow flip":"flip","wow flipInX":"flipInX","wow flipInY":"flipInY","wow flipOutX":"flipOutX","wow flipOutY":"flipOutY","wow lightSpeedIn":"lightSpeedIn","wow lightSpeedOut":"lightSpeedOut","wow rotateIn":"rotateIn","wow rotateInDownLeft":"rotateInDownLeft","wow rotateInDownRight":"rotateInDownRight","wow rotateInUpLeft":"rotateInUpLeft","wow rotateInUpRight":"rotateInUpRight","wow rotateOut":"rotateOut","wow rotateOutDownLeft":"rotateOutDownLeft","wow rotateOutDownRight":"rotateOutDownRight","wow rotateOutUpLeft":"rotateOutUpLeft","wow rotateOutUpRight":"rotateOutUpRight","wow hinge":"hinge","wow rollIn":"rollIn","wow rollOut":"rollOut","wow zoomIn":"zoomIn","wow zoomInDown":"zoomInDown","wow zoomInLeft":"zoomInLeft","wow zoomInRight":"zoomInRight","wow zoomInUp":"zoomInUp","wow zoomOut":"zoomOut","wow zoomOutDown":"zoomOutDown","wow zoomOutLeft":"zoomOutLeft","wow zoomOutRight":"zoomOutRight","wow zoomOutUp":"zoomOutUp"},"default":""},{"name":"ct_animate_delay","label":"Animate Delay","type":"text","default":"0","description":"Enter number. Default 0ms"}]}]}';
    protected $styles = array(  );
    protected $scripts = array( 'ct-inline-css-js' );
}