This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery("#tshowcase-smallicons-css").attr("disabled", "disabled"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(document).ready(function(){ | |
| ts_live_search(); | |
| }); | |
| function ts_live_search() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group:GG|JE|AX|DK|EE|FI|FO|GB|IE|IM|IS|LT|LV|NO|SE|SJ|AT|BE|CH|DE|DD|FR|FX|LI|LU|MC|NL|BG|BY|CZ|HU|MD|PL|RO|RU|SU|SK|UA|AD|AL|BA|ES|GI|GR|HR|IT|ME|MK|MT|CS|RS|PT|SI|SM|VA|YU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_action('admin_enqueue_scripts','traveler_fix', 100); | |
| function traveler_fix() { | |
| if( isset( $_GET['page'] ) && $_GET['page'] === 'advqoptions' ){ | |
| wp_deregister_script('select2.js'); | |
| wp_dequeue_script('select2.js'); | |
| wp_deregister_script('select2_js'); | |
| wp_dequeue_script('select2_js'); | |
| wp_deregister_script('select2'); | |
| wp_dequeue_script('select2'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .iwm_map_canvas .google-visualization-tooltip { | |
| border:none; | |
| background:none; | |
| } | |
| .iwm_map_canvas .google-visualization-tooltip { | |
| margin:0 !important; | |
| padding:0 !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .iwm_map_canvas .google-visualization-tooltip { | |
| pointer-events:none; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(document) | |
| .ready(function () { | |
| ts_move_cell(".tshowcase-box-info"); | |
| ts_move_cell(".tscontent"); | |
| ts_fix_url(".tshowcase-box-info"); | |
| ts_fix_url(".tscontent"); | |
| }) | |
| .ajaxSuccess(function () { | |
| ts_move_cell(".tshowcase-box-info"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery('html').on('mousedown', '.bx-viewport a', function() { | |
| var url = jQuery(this).attr('href'); | |
| if( url !== ''){ | |
| window.open( url, jQuery(this).attr('target') ); | |
| } | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter( 'i_world_map_capability', 'my_custom_capability' ); | |
| function my_custom_capability() { | |
| return 'manage_options'; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .advq_disabled_button { | |
| pointer-events:all !important; | |
| opacity:1 !important; | |
| } |