{"id":321,"date":"2025-08-22T07:07:04","date_gmt":"2025-08-22T07:07:04","guid":{"rendered":"https:\/\/sample-events.allintheloop.com\/?page_id=321"},"modified":"2026-01-23T10:58:24","modified_gmt":"2026-01-23T10:58:24","slug":"speakers","status":"publish","type":"page","link":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/speakers\/","title":{"rendered":"speakers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"321\" class=\"elementor elementor-321\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1b81df e-flex e-con-boxed e-con e-parent\" data-id=\"b1b81df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5276077 elementor-widget elementor-widget-heading\" data-id=\"5276077\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Speakers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c86c1f elementor-widget elementor-widget-shortcode\" data-id=\"3c86c1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <div class=\"speaker-custom-section-main-wrp\">\n        \n    \n            <!-- Speaker Block -->\n            <div class=\"speaker-block-two gdgdgrdggddgdd col-lg-3 col-md-6 col-sm-12 wow fadeInUp\" \n                 data-type-id=\"2138\">\n\n                <div class=\"inner-box\">\n                    \n                    <div class=\"image-box\">\n                        <figure class=\"image\">\n                                                            <a href=\"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/speakers-detail\/?speaker=3486099\">\n                                    <img loading=\"lazy\" src=\"https:\/\/allintheloop.info\/media\/user_profile\/5132\/new_1777455350_user_crop_logo_image.png\" \n                                         alt=\"Mark Acierno, DVM, DACVIM\"\n                                         loading=\"lazy\"\n                                         decoding=\"async\"\n                                         width=\"300\"\n                                         height=\"300\">\n                                <\/a>\n                                                    <\/figure> \n                    <\/div>\n                    <div class=\"speaker-content-wrapper\">\n                                                    <div class=\"speaker-type tag-design\">\n                                Internal Medicine                            <\/div>\n                                        \n                        <div class=\"info-box\">\n                            <h4 class=\"name\">\n                                <a href=\"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/speakers-detail\/?speaker=3486099\">\n                                    Mark Acierno, DVM, DACVIM                                <\/a>\n                                                                 \n                            <\/h4>\n                                                       \n                        <\/div>\n\n                        <div class=\"social-box\">                            \n                            <ul class=\"social-links social-icon-colored\">\n                                                                                                                                                                                                                                                                                                                                                                                                                <\/ul>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div> \n\n            \n            <!-- Speaker Block -->\n            <div class=\"speaker-block-two gdgdgrdggddgdd col-lg-3 col-md-6 col-sm-12 wow fadeInUp\" \n                 data-type-id=\"2138\">\n\n                <div class=\"inner-box\">\n                    \n                    <div class=\"image-box\">\n                        <figure class=\"image\">\n                                                            <a href=\"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/speakers-detail\/?speaker=3486102\">\n                                    <img loading=\"lazy\" src=\"https:\/\/allintheloop.info\/media\/user_profile\/5132\/new_1777455378_user_crop_logo_image.png\" \n                                         alt=\"Christina L. Marino, DVM, DACVIM (SAIM)\"\n                                         loading=\"lazy\"\n                                         decoding=\"async\"\n                                         width=\"300\"\n                                         height=\"300\">\n                                <\/a>\n                                                    <\/figure> \n                    <\/div>\n                    <div class=\"speaker-content-wrapper\">\n                                                    <div class=\"speaker-type tag-design\">\n                                Internal Medicine                            <\/div>\n                                        \n                        <div class=\"info-box\">\n                            <h4 class=\"name\">\n                                <a href=\"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/speakers-detail\/?speaker=3486102\">\n                                    Christina L. Marino, DVM, DACVIM (SAIM)                                <\/a>\n                                                                 \n                            <\/h4>\n                                                       \n                        <\/div>\n\n                        <div class=\"social-box\">                            \n                            <ul class=\"social-links social-icon-colored\">\n                                                                                                                                                                                                                                                                                                                                                                                                                <\/ul>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div> \n\n                <\/div>\n\n    <!-- jQuery Filter Script (TYPE + NAME Search) - Deferred -->\n    <script>\n    (function() {\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', initSpeakerFilter);\n        } else {\n            \/\/ Use requestIdleCallback for better performance\n            if (window.requestIdleCallback) {\n                requestIdleCallback(initSpeakerFilter);\n            } else {\n                setTimeout(initSpeakerFilter, 100);\n            }\n        }\n        \n        function initSpeakerFilter() {\n            jQuery(function($){\n\n        function filterSpeakers() {\n\n            let selectedType = $(\"#speaker_type\").val().toString().toLowerCase();\n            let searchName   = $(\"#speaker_search\").val().toLowerCase();\n\n            $(\".speaker-block-two\").each(function(){\n\n                let typeId = $(this).data(\"type-id\").toString();\n                let speakerName = $(this).find(\"h4.name\").text().toLowerCase();\n\n                let matchType = (selectedType === \"\" || typeId === selectedType);\n                let matchName = (searchName === \"\" || speakerName.includes(searchName));\n\n                if (matchType && matchName) {\n                    $(this).show();\n                } else {\n                    $(this).hide();\n                }\n\n            });\n        }\n\n        \/\/ Run filter on search\n        $(\"#speaker_search\").on(\"keyup\", filterSpeakers);\n\n        \/\/ Run filter on dropdown change\n        $(\"#speaker_type\").on(\"change\", filterSpeakers);\n\n            });\n        }\n    })();\n    <\/script>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Speakers<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-321","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/pages\/321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/comments?post=321"}],"version-history":[{"count":20,"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/pages\/321\/revisions"}],"predecessor-version":[{"id":1025,"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/pages\/321\/revisions\/1025"}],"wp:attachment":[{"href":"https:\/\/vetvacation.net\/lake-tahoe-california-2026\/wp-json\/wp\/v2\/media?parent=321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}