链接转换为 Sitemap JSON



Tip:点击转换后复制


    				

工具栏

省略号

				
					<!--省略号-->
.selector{
  display: -webkit-box; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden; text-overflow: ellipsis;
  }

				
			

300KB限制

				
					
wp-content/plugins/AdWeb-Pro/inc/platform/assets/js/metabox.js 47, 48行<br>
wp-content/plugins/AdWeb-Pro/inc/platform/assets/js/basic-info.js 86, 87 行<br>
wp-content/plugins/AdWeb-Pro/inc/platform/assets/js/basic-info.js 640, 641行<br>
这三个地方,将300改掉就行了
				
			

评论控件不显示星数

				
					<link rel="stylesheet" href="https://lihappily.com/wp-content/cache/background-css/1/lihappily.com/wp-content/plugins/product-plugin/content.css?wpr_t=1741784576">
<link data-minify="1" rel="stylesheet" href="https://lihappily.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1741678157">
				
			

联系方式链接

				
					<!--/*Email-->
mailto:sales@123.com
<!--tel-->
tel:+86-579-89025299%20
<!--WhatsApp-->
WhatsApp:https://api.whatsapp.com/send?phone=+861505855951&text=Hello%excerpt%
				
			

site-header

				
					#site-header{
display:none;
}
				
			

面包屑字体

				
					.rank-math-breadcrumb p{
    margin: 0 !important;
    font-family: Arial !important;
    color: #0D7C66 !important;
}
.rank-math-breadcrumb a{
    margin: 0 !important;
    font-family: Arial !important;color: #0D7C66 !important;
}
				
			

小语种

				
					[language-switcher]
.trp-ls-shortcode-language{
    width: 132px !important; padding: 0 !important;
}
.trp-ls-shortcode-current-language{
     width: 132px !important;
}
.trp-ls-shortcode-current-language{
    padding: 0 !important;
}
.trp-ls-shortcode-language{
    z-index: 999 !important;
}
				
			

FAQ

				
					#FAQ .icon-default SVG{
    width: 20PX;
    height: 20PX
    
}
#FAQ .icon-open SVG{
    width: 20PX;
    height: 20PX
    
}
				
			

前后文章消失

				
					.fa-angle-left:before {
    content: "\003c" !important
;
}.fa-angle-right:before {
   content: "\003e" !important
;
}
				
			

调用Rank Math元描述

				
					 Post Custom Field -key -rank_math_description

				
			

Elementor询盘按钮样式

				
					#elebtn .qty{
display:none;
}#elebtn .wp-element-button{
   
    height: 43px ;
    color: #FFFFFF !important;
    font-weight: 700;
    margin: 0;
 
}#elebtn{
    width: 93px;
   margin-right: 30px !important;
    color: white;
}.adweb_cart{
    display: block;
    margin: 0 !important;
}
				
			

鼠标滚动Header变色

				
					const header = document.getElementById('header');

window.addEventListener('scroll', function() {
  const scrollTop = window.scrollY || document.documentElement.scrollTop;

  if (scrollTop > 50) {
    header.style.backgroundColor = '#C2B280';
  } else {
    header.style.backgroundColor = '';
  }
});
				
			

上传CSV文件并转换链接