Tint-Pro icon indicating copy to clipboard operation
Tint-Pro copied to clipboard

WordPress高级扩展主题Tinection Two/Tint

Results 6 Tint-Pro issues
Sort by recently updated
recently updated
newest added

主题设置里面 设置 好,然后小工具 添加不上,刷新 已经添加的小工具就消失了。

大部分人都不会知道按回车登录的。

enhancement

http://ww1.sinaimg.cn/large/ec76730dgy1fczkpc07iaj20gu0ceq3n.jpg 挺多人反馈,这是什么原因?

bug

购买一份才能查看总有点麻烦。

enhancement

实际销量:23 统计销量:16 确认已关闭清理缓存。

使用某短代码插件,此插件需要加载自己的css和js。 在文章内使用短代码后,第一次打开文章页面正常显示。第二次打开,页面没有加载短代码css、js。 清理主题缓存后再打开页面,正常显示。再次打开,页面没有加载短代码资源。 ********* 我尝试自己在页面内引入代码,但似乎引入的代码没有任何效果。我确保引入的代码确实被加载了。 ``` function myxxxCss() { wp_register_style( 'xxx', '/wp-content/themes/Tint/assets/css/xxx.css', false, false, true ); wp_register_style( 'box_shortcodes', '/wp-content/plugins/shortcodes-ultimate/assets/css/box-shortcodes.css', false, false, true ); wp_register_script( 'jquery', '//staticfile.qnssl.com/jquery/2.2.1/jquery.min.js'); wp_register_script( 'other_shortcodes', '/wp-content/plugins/shortcodes-ultimate/assets/js/other-shortcodes.js', array('jquery'),...