HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/wp-content/plugins/vc-extensions-bundle/profilecard/js/script.js
/*
 * Inspired Copyright MIT © <2013> <Francesco Trillini>
 * Created by ©sike http://codecanyon.net/user/sike?ref=sike
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
 * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
 * to permit persons to whom the Software is furnished to do so, subject to the following conditions:

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
 * FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

 jQuery(document).ready(function($) {
 	$('.profilecard-container').each(function(index) {
	 	var _image = $(this).data('image');
	 	var _width = $(this).data('width');
	 	var _height = $(this).data('height');
	 	var _color = $(this).data('color');
	 	var _opacity = $(this).data('opacity');
	 	var _margin = $(this).data('margin');
	 	var _trigger = $(this).data('trigger');
	 	var _iconanimate = $(this).data('iconanimate');
	 	var _animatestyle = $(this).data('animatestyle');
	 	var _iconvisible = $(this).data('iconvisible');
	 	var _tooltipposition = $(this).data('tooltipposition');
	 	if(_animatestyle=="") _animatestyle = 'fadeInLeft';
	 	var _this = $(this);


	 	$(this).find('.profilecard-icon').each(function() {
	 		var _iconcolor = $(this).data('color') || _color;
	 		$(this).css({
	 			'color': _iconcolor,
	 			'opacity': _opacity,
	 			'margin': _margin
	 		});
	 		$(this).on('mouseover', function(event) {
	 			$(this).css('opacity', 1);
	 			event.preventDefault();
	 		}).on('mouseout', function(event) {
	 			$(this).css('opacity', _opacity);
	 			event.preventDefault();
	 		});
	 		if($(this).attr('title')!=""){
	 			$(this).tooltipster({
			 		animation: 'grow',
			 		position: _tooltipposition || 'top',
			 		// offsetX: -1,
			 		// offsetY: -2,
			 		delay: 50,
			 		theme: 'tooltipster-shadow'
			 	});
	 		}

	 	});

	 	/* the highlight shadow */
	 	$(this).find('.profilecard-cover.right2 span, .profilecard-cover.left1 span').css({
	 		'width': _width*0.5,
	 		'height': _height
	 	});
	 	$(this).find('.profilecard-cover.bottom2 span, .profilecard-cover.top1 span').css({
	 		'width': _width,
	 		'height': _height*0.5
	 	});
	 	$(this).find('.profilecard-controlsright').css({
		 	'height': _height-10,
		 	'margin-top': '10px',
			'width': '50px',
			'left': _width-50
	 	});
	 	$(this).find('.profilecard-controlsleft').css({
		 	'height': _height-10,
		 	'margin-top': '5px',
			'width': '50px',
			'left': 'px'
	 	});
	 	$(this).find('.profilecard-controlsbottom').css({
		 	'height': '50px',
			'width': _width,
			'top': _height-50
	 	});
	 	$(this).find('.profilecard-controlstop').css({
		 	'height': '50px',
			'width': _width
	 	});

	 	$(this).find('.profilecard-cover.right1').css({
	 		'width': _width*.5,
			'height': _height,
			'margin-top': -_height*0.5,
			'top': '50%',
	 		'background-image': 'url('+_image+')',
	 		'background-size': _width+'px '+ _height+'px',
	 		'background-repeat': 'no-repeat'
	 	});

	 	$(this).find('.profilecard-cover.right2').css({
	 		'background-image': 'url('+_image+')',
	 		'background-repeat': 'no-repeat',
	 		'background-position': -_width*.5 + 'px 0px',
	 		'background-size': _width+'px '+ _height+'px',
	 		'position': 'absolute',
			'width': _width*.5,
			'height': _height,
			'top': '50%',
			'left': _width*0.5 + _width*0.25,
			'margin-top': -_height*0.5,
			'margin-left': -_width*0.25
	 	});


	 	$(this).find('.profilecard-cover.left1').css({
	 		'width': _width*.5,
			'height': _height,
			'margin-top': -_height*0.5,
			'top': '50%',
	 		'background-image': 'url('+_image+')',
	 		'background-size': _width+'px '+ _height+'px',
	 		'background-repeat': 'no-repeat'
	 	});
	 	$(this).find('.profilecard-cover.left2').css({
	 		'background-image': 'url('+_image+')',
	 		'background-size': _width+'px '+ _height+'px',
	 		'background-repeat': 'no-repeat',
	 		'background-position': -_width*.5 + 'px 0px',
	 		'position': 'absolute',
			'width': _width*.5,
			'height': _height,
			'top': '50%',
			'left': _width*0.5 + _width*0.25,
			'margin-top': -_height*0.5,
			'margin-left': -_width*0.25
	 	});

	 	$(this).find('.profilecard-cover.bottom1').css({
	 		'background-image': 'url('+_image+')',
	 		'background-repeat': 'no-repeat',
	 		'background-size': _width+'px '+ _height+'px',
	 		'width': _width,
			'height': _height*.5
	 	});

	 	$(this).find('.profilecard-cover.bottom2').css({
	 		'background-image': 'url('+_image+')',
	 		'background-repeat': 'no-repeat',
	 		'background-size': _width+'px '+ _height+'px',
	 		'background-position': '0px ' + -_height*.5 + 'px',
	 		'position': 'absolute',
			'width': _width,
			'height': _height*.5,
			'top': _height*.5,
			'left': _width*0.5,
			// 'margin-top': -_height*0.5,
			'margin-left': -_width*0.5
	 	})
	 	$(this).find('.profilecard-cover.top1').css({
	 		'background-image': 'url('+_image+')',
	 		'background-repeat': 'no-repeat',
	 		'background-size': _width+'px '+ _height+'px',
	 		'width': _width,
			'height': _height*.5
	 	});

	 	$(this).find('.profilecard-cover.top2').css({
	 		'background-image': 'url('+_image+')',
	 		'background-repeat': 'no-repeat',
	 		'background-position': '0px ' + -_height*.5 + 'px',
	 		'background-size': _width+'px '+ _height+'px',
	 		'position': 'absolute',
			'width': _width,
			'height': _height*.5,
			'top': _height*.5,
			'left': _width*0.5,
			// 'margin-top': -_height*0.5,
			'margin-left': -_width*0.5
	 	})

	 	if(_iconvisible=="on"){
		 	$(this).find('.profilecard-cover.left1').addClass('unfoldleft');
		 	$(this).find('.profilecard-cover.top1').addClass('unfoldtop');
		 	$(this).find('.profilecard-cover.right2').addClass('unfoldright');
		 	$(this).find('.profilecard-cover.bottom2').addClass('unfoldbottom');
	 	}else{
		 	$(this).find('.profilecard-cover.left1').addClass('foldleft');
		 	$(this).find('.profilecard-cover.top1').addClass('foldtop');
		 	$(this).find('.profilecard-cover.right2').addClass('foldright');
		 	$(this).find('.profilecard-cover.bottom2').addClass('foldbottom');
		 }
		var top = $(this).find('.profilecard-cover.top1');
		var right = $(this).find('.profilecard-cover.right2');
		var bottom = $(this).find('.profilecard-cover.bottom2');
		var left = $(this).find('.profilecard-cover.left1');
	 	if(_trigger=="click"){
	 		$(this).find('.profilecard-cover').on('click', _this, function(event) {
				if(!right.hasClass('foldright')) {
					right.addClass('foldright');
					right.removeClass('unfoldright');
				}else{
					right.addClass('unfoldright');
					right.removeClass('foldright');
				}
				if(!left.hasClass('foldleft')) {
					left.addClass('foldleft');
					left.removeClass('unfoldleft');
				}else{
					left.addClass('unfoldleft');
					left.removeClass('foldleft');
				}
				if(!bottom.hasClass('foldbottom')) {
					bottom.addClass('foldbottom');
					bottom.removeClass('unfoldbottom');
				}else{
					bottom.addClass('unfoldbottom');
					bottom.removeClass('foldbottom');
				}
				if(!top.hasClass('foldtop')) {
					top.addClass('foldtop');
					top.removeClass('unfoldtop');
				}else{
					top.addClass('unfoldtop');
					top.removeClass('foldtop');
				}

			});

	 	}else{
	 		$(this).on('mouseover', function(event) {
				right.addClass('unfoldright');
				right.removeClass('foldright');
				left.addClass('unfoldleft');
				left.removeClass('foldleft');
				bottom.addClass('unfoldbottom');
				bottom.removeClass('foldbottom');
				top.addClass('unfoldtop');
				top.removeClass('foldtop');
			}).on('mouseleave', function(event) {
				right.addClass('foldright');
				right.removeClass('unfoldright');
				left.addClass('foldleft');
				left.removeClass('unfoldleft');
				bottom.addClass('foldbottom');
				bottom.removeClass('unfoldbottom');
				top.addClass('foldtop');
				top.removeClass('unfoldtop');
			});
	 	}

 	});


 });