(function($) {
var document_width, document_height;
// start the jquery function
jQuery(document).ready( function() {
document_width = $( document ).width();
document_height = $( document ).height();
Warning: Undefined variable $settings in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 16
Warning: Attempt to read property "photo_source" on null in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 16
responsiveTooltipShift();
// Add keyboard accessibility to all hotspot modules
addHotspotKeyboardAccessibility();
});
jQuery(document).on("load", function() {
document_width = $( document ).width();
document_height = $( document ).height();
responsiveTooltipShift();
});
jQuery(window).resize( function() {
if( document_width !== $( document ).width() || document_height !== $( document ).height() ) {
document_width = $( document ).width();
document_height = $( document ).height();
responsiveTooltipShift();
}
});
function responsiveTooltipShift() {
Warning: Undefined variable $settings in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 244
Warning: Attempt to read property "photo_source" on null in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 244
}
// Add keyboard accessibility function for hotspot markers
function addHotspotKeyboardAccessibility() {
// Add keyboard event listeners to all hotspot markers
jQuery('.fl-node-
Fatal error: Uncaught Error: Call to undefined function esc_attr() in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php:300
Stack trace:
#0 {main}
thrown in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 300