jQuery(document).ready(function($){$(document).delegate('ul:not(.acp_wp_default_ajax) li.button_style','click',function(){if(!($(this).hasClass('active'))){var clickedItemId=$(this).attr('id');$('ul:not(.acp_wp_default_ajax) li.button_style').each(function(){$(this).removeClass('active');});$('ul:not(.acp_wp_default_ajax) li.button_style').each(function(){if($(this).attr('id')==clickedItemId){$(this).addClass('active');}});$('.loader_container').css('display','block');var width=$('.acp_content').width();var height=$('.acp_content').height();var wrapperPosition=$('.acp_content').position();$('.loader_container').css('width',width+'px');$('.loader_container').css('height',height+'px');$('.loader_container').css({left:wrapperPosition.left,top:wrapperPosition.top});var imgHeight=$('.loader').height();var imgMarginTopBottom=(height/2)-(imgHeight/2);$('.loader').css('margin',imgMarginTopBottom+'px auto');var acp_postid=$('#acp_post').val();var acp_shortcode_type=$('#acp_shortcode').val();clickedItemId=clickedItemId.substring(4);var content=$('#acp_content');$.ajax({type:'POST',url:acpjs.url,data:{acp_currpage:clickedItemId,acp_pid:acp_postid,acp_shortcode:acp_shortcode_type,action:'pp_with_ajax'}}).done(function(response){$('.loader_container').css('display','none');content.html(response);scrollToWrapper();});}});$(document).delegate('ul.acp_wp_default_ajax li.button_style','click',function(){if(!($(this).hasClass('active'))){var clickedItemId=$(this).attr('id');$('ul.acp_wp_default_ajax li.button_style').each(function(){$(this).removeClass('active');});$('ul.acp_wp_default_ajax li.button_style').each(function(){if($(this).hasClass(clickedItemId)){$(this).addClass('active');}});$('.loader_container').css('display','block');var width=$('.acp_content').width();var height=$('.acp_content').height();var wrapperPosition=$('.acp_content').position();$('.loader_container').css('width',width+'px');$('.loader_container').css('height',height+'px');$('.loader_container').css({left:wrapperPosition.left,top:wrapperPosition.top});var imgHeight=$('.loader').height();var imgMarginTopBottom=(height/2)-(imgHeight/2);$('.loader').css('margin',imgMarginTopBottom+'px auto');var acp_postid=$('#acp_post').val();var acp_shortcode_type=$('#acp_shortcode').val();clickedItemId=clickedItemId.substring(4);var content=$('#acp_content');$.ajax({type:'POST',url:acpjs.url,data:{acp_currpage:clickedItemId,acp_pid:acp_postid,acp_shortcode:acp_shortcode_type,action:'pp_with_ajax'}}).done(function(response){$('.loader_container').css('display','none');content.html(response);scrollToWrapper();});}});function scrollToWrapper(){$('html, body').animate({scrollTop:$("#acp_wrapper").offset().top-80},500);}});;jQuery(document).ready(function($){init_buttons_width();var layoutBoth=$('acp_layout_both').length;var buttons=[];var buttonsCount=$('ul.paging_btns:first li.button_style').size();var secondButton=$('ul.paging_btns li#item2');var bool=true;var hasClassNbox=$('ul.paging_btns li.button_style').hasClass('nbox');$('ul.paging_btns:first li.button_style').each(function(i){if(i==1&&bool){buttons[i]=secondButton;buttons[i+1]=$(this);bool=false;}else{if(bool){buttons[i]=$(this);}else{buttons[i+1]=$(this);}}});buttons.pop();$(document).delegate('ul.paging_btns li.button_style','click',function(){var itemId=$(this).attr('id');var clickedItemId=parseInt(itemId.substring(4));var prev=0;var next=0;if(clickedItemId==1){prev=buttonsCount-1;next=1;}else if(clickedItemId==buttonsCount){prev=buttonsCount-2;next=0;}else{prev=clickedItemId-2;next=clickedItemId;} var nBox=hasClassNbox?'nbox':'';var buttonsHtml='';if($(this).hasClass('only_prev_next')){var next_title=$('#acp_only_next').val();var prev_title=$('#acp_only_prev').val();buttonsHtml=(prev!=buttonsCount-1)?"
  • "+prev_title+"
  • ":'';buttonsHtml+=(next!=0)?"
  • "+next_title+"
  • ":'';}else{buttonsHtml="
  • "+buttons[prev].html()+"
  • ";buttonsHtml+="
  • "+buttons[next].html()+"
  • ";} $('ul.paging_btns').html(buttonsHtml);init_buttons_width();});function init_buttons_width(){var width=$('.acp_wrapper').innerWidth();var newWidth;var caruselWidth=width;var isNumeric=$('ul.paging_btns li').hasClass('nbox');var itemsFullWidth;if(!isNumeric){if(width<500){width=(width/2)-2;} else if(width>=500&&width<=750){width=width/3;} else if(width>750){width=width/4;} width=width-2;$('ul.paging_btns li.button_style').css('width',width+'px');}else{var numericItemsWidth=$('ul.paging_btns li.nbox').outerWidth(true);$('ul.paging_btns li.button_style').css('width','auto');$('ul.paging_btns li.button_style').css('height','auto');}}});;window.adning_no_adblock=true;