���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC esc_html__( 'Primary Menu', 'digital-marketing-agency' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support('custom-logo'); /* * WooCommerce Plugin Support */ add_theme_support( 'woocommerce' ); // Gutenberg wide images. add_theme_support( 'align-wide' ); /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ add_editor_style( array( 'assets/css/editor-style.css', digitalmarketingagency_google_font() ) ); //Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'digitalmarketingagency_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); } endif; add_action( 'after_setup_theme', 'digitalmarketingagency_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function digitalmarketingagency_content_width() { $GLOBALS['content_width'] = apply_filters( 'digitalmarketingagency_content_width', 1170 ); } add_action( 'after_setup_theme', 'digitalmarketingagency_content_width', 0 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function digitalmarketingagency_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar Widget Area', 'digital-marketing-agency' ), 'id' => 'digitalmarketingagency-sidebar-primary', 'description' => __( 'The Primary Widget Area', 'digital-marketing-agency' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer Widget Area', 'digital-marketing-agency' ), 'id' => 'digitalmarketingagency-footer-widget-area', 'description' => __( 'The Footer Widget Area', 'digital-marketing-agency' ), 'before_widget' => '', 'before_title' => '
', 'after_title' => '
', ) ); register_sidebar( array( 'name' => __( 'WooCommerce Widget Area', 'digital-marketing-agency' ), 'id' => 'digitalmarketingagency-woocommerce-sidebar', 'description' => __( 'This Widget area for WooCommerce Widget', 'digital-marketing-agency' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'digitalmarketingagency_widgets_init' ); /** * All Styles & Scripts. */ require_once get_template_directory() . '/inc/enqueue.php'; /** * Nav Walker fo Bootstrap Dropdown Menu. */ require_once get_template_directory() . '/inc/class-wp-bootstrap-navwalker.php'; /** * Implement the Custom Header feature. */ require_once get_template_directory() . '/inc/custom-header.php'; /** * Custom template tags for this theme. */ require_once get_template_directory() . '/inc/template-tags.php'; /** * Custom functions that act independently of the theme templates. */ require_once get_template_directory() . '/inc/extras.php'; /** * Customizer additions. */ require_once get_template_directory() . '/inc/digitalmarketingagency-customizer.php'; require_once get_template_directory() . '/inc/tab-control.php'; // for header function digitalmarketingagency_header_reset_settings() { remove_theme_mod('hide_show_sticky'); remove_theme_mod('topheader_btntxt'); remove_theme_mod('topheader_btnlink'); remove_theme_mod('topheader_menucolor'); remove_theme_mod('topheader_menuhovercolor'); remove_theme_mod('topheader_submenucolor'); remove_theme_mod('topheader_submenubgcolor'); remove_theme_mod('topheader_submenuhovercolor'); remove_theme_mod('topheader_submenubghovercolor'); remove_theme_mod('topheader_btnlinktextcolor'); remove_theme_mod('topheader_btngradientcolor1'); remove_theme_mod('topheader_btngradientcolor2'); remove_theme_mod('topheader_btnhovercolor'); remove_theme_mod('topheader_stickybgcolor'); wp_send_json_success( array( 'success' => true, 'message' => "Reset Completed", ) ); } add_action( 'wp_ajax_digitalmarketingagency_header_reset_settings', 'digitalmarketingagency_header_reset_settings' ); // for slider function digitalmarketingagency_slider_reset_settings() { remove_theme_mod('slider1'); remove_theme_mod('slider2'); remove_theme_mod('slider3'); remove_theme_mod('slider4'); remove_theme_mod('slider5'); remove_theme_mod('slider6'); remove_theme_mod('slider_leftboxbgcolor1'); remove_theme_mod('slider_leftboxbgcolor2'); remove_theme_mod('slider_titlecolor'); remove_theme_mod('slider_descriptioncolor'); remove_theme_mod('slider_buttonbgcolor'); remove_theme_mod('slider_buttontextcolor'); remove_theme_mod('slider_buttonbghovercolor'); remove_theme_mod('slider_buttontexthovercolor'); remove_theme_mod('slider_arrowscolor'); remove_theme_mod('slider_arrowshovercolor'); remove_theme_mod('slider_arrowsbgcolor'); remove_theme_mod('slider_arrowsbghovercolor'); remove_theme_mod('digitalmarketingagency_slider_section_width'); wp_send_json_success( array( 'success' => true, 'message' => "Reset Completed", ) ); } add_action( 'wp_ajax_digitalmarketingagency_slider_reset_settings', 'digitalmarketingagency_slider_reset_settings' ); // for Service function digitalmarketingagency_Service_reset_settings() { remove_theme_mod('service_disable_section'); remove_theme_mod('Service1'); remove_theme_mod('service_icon1'); remove_theme_mod('Service2'); remove_theme_mod('service_icon2'); remove_theme_mod('Service3'); remove_theme_mod('service_icon3'); remove_theme_mod('Service4'); remove_theme_mod('service_icon4'); remove_theme_mod('Service5'); remove_theme_mod('service_icon5'); remove_theme_mod('Service6'); remove_theme_mod('service_icon6'); remove_theme_mod('service_titlecolor'); remove_theme_mod('service_descriptioncolor'); remove_theme_mod('service_boxbgcolor'); remove_theme_mod('service_iconbgicon1color'); remove_theme_mod('service_iconbg2color'); remove_theme_mod('service_iconbghovercolor'); remove_theme_mod('service_iconcolor'); remove_theme_mod('service_boxtitlecolorcolor'); remove_theme_mod('service_boxdescriptioncolorcolor'); remove_theme_mod('service_buttonbgcolor'); remove_theme_mod('service_buttontextcolor'); remove_theme_mod('service_buttonhovercolor'); remove_theme_mod('service_buttontexthovercolor'); remove_theme_mod('service_buttoniconcolor'); remove_theme_mod('service_buttoniconbgcolor'); remove_theme_mod('digitalmarketingagency_service_section_width'); remove_theme_mod('digitalmarketingagency_service_top_padding'); remove_theme_mod('digitalmarketingagency_service_bottom_padding'); wp_send_json_success( array( 'success' => true, 'message' => "Reset Completed", ) ); } add_action( 'wp_ajax_digitalmarketingagency_Service_reset_settings', 'digitalmarketingagency_Service_reset_settings' ); // for blog function digitalmarketingagency_blog_reset_settings() { remove_theme_mod('blog_disable_section'); remove_theme_mod('blog_section_heading'); remove_theme_mod('blog_section_subheading'); remove_theme_mod('blog_headingcolor'); remove_theme_mod('blog_subheadingcolor'); remove_theme_mod('blog_subboxbgcolor'); remove_theme_mod('blog_datecolor'); remove_theme_mod('blog_datebg1color'); remove_theme_mod('blog_datebg2color'); remove_theme_mod('blog_titlecolor'); remove_theme_mod('blog_titlehovercolor'); remove_theme_mod('blog_descriptioncolor'); remove_theme_mod('blog_commentcolor'); remove_theme_mod('blog_commentsbordercolor'); remove_theme_mod('digitalmarketingagency_blog_section_width'); remove_theme_mod('digitalmarketingagency_blog_top_padding'); remove_theme_mod('digitalmarketingagency_blog_bottom_padding'); wp_send_json_success( array( 'success' => true, 'message' => "Reset Completed", ) ); } add_action( 'wp_ajax_digitalmarketingagency_blog_reset_settings', 'digitalmarketingagency_blog_reset_settings' ); add_filter( 'nav_menu_link_attributes', 'digitalmarketingagency_dropdown_data_attribute', 20, 3 ); /** * Use namespaced data attribute for Bootstrap's dropdown toggles. * * @param array $atts HTML attributes applied to the item's `` element. * @param WP_Post $item The current menu item. * @param stdClass $args An object of wp_nav_menu() arguments. * @return array */ function digitalmarketingagency_dropdown_data_attribute( $atts, $item, $args ) { if ( is_a( $args->walker, 'WP_Bootstrap_Navwalker' ) ) { if ( array_key_exists( 'data-toggle', $atts ) ) { unset( $atts['data-toggle'] ); $atts['data-bs-toggle'] = 'dropdown'; } } return $atts; }