var dceDynamicPostsSkin='';var dceDynamicPostsSkinPrefix='';var Widget_DCE_Dynamicposts_base_Handler=function($scope,$){const widgetType=$scope.attr('data-widget_type');if(typeof widgetType!=='string'){return} const typeAndSkin=widgetType.split('.');if(typeAndSkin.length!==2){return} const dpostsTypes=['dce-dynamicposts-v2','dce-metabox-relationship','dce-search-results','dce-sticky-posts','dce-my-posts','dce-dynamic-show-favorites','dce-dynamic-woo-products','dce-woo-product-crosssells','dce-woo-product-upsells','dce-woo-products-cart-on-sale','dce-woo-products-cart','dce-dynamic-woo-products-on-sale',];if(!dpostsTypes.includes(typeAndSkin[0])){return} dceDynamicPostsSkin=typeAndSkin[1];if(dceDynamicPostsSkin==='grid-filters'){dceDynamicPostsSkin='grid_filters'} dceDynamicPostsSkinPrefix=dceDynamicPostsSkin+'_';var elementSettings=dceGetElementSettings($scope);fitImages();var blocks_hoverEffects=$scope.find('.dce-post-block.dce-hover-effects');if(blocks_hoverEffects.length){blocks_hoverEffects.each(function(i,el){$(el).on("mouseenter touchstart",function(){$(this).find('.dce-hover-effect-content').removeClass('dce-close').addClass('dce-open')});$(el).on("mouseleave touchend",function(){$(this).find('.dce-hover-effect-content').removeClass('dce-open').addClass('dce-close')})})} if(!1===elementorFrontend.isEditMode()&&'yes'===elementSettings.templatemode_linkable){$scope.find('.dce-post.dce-post-item[data-post-link]').click(function(){window.location.assign($(this).attr("data-post-link"));return!1})} function fitImage($post){var $imageParent=$post.find('.dce-img');$image=$imageParent.find('img');image=$image[0];if(!image){return} var imageParentRatio=$imageParent.outerHeight()/$imageParent.outerWidth(),imageRatio=image.naturalHeight/image.naturalWidth;$imageParent.toggleClass('dce-fit-img',imageRatio