已创建论坛回复
-
作者帖子
-
回复至: 本站的注册页是怎么实现的? #17249
编辑器看这里,https://bbs.weixiaoduo.com/topic/16959 buddypress 同样适用,一行代码就能解决。
另外 bbpress 的翻译因为我们自己一直在使用,所以会慢慢优化的,有错误之后就统一修正下再发布。
你好,默认显示的就是论坛页,没有的话就在后台的界面设置里面设置,不要开启手机热点。
你好,因为插件暂停开发了,所以一直也没回复,怠慢了,不好意思,我们在做内部调整,暂时不接受任何业务。
Google 字体源替换为 img.feibisi.com/fonts,
永久链接为:https://img.feibisi.com/fonts/
注意:加载文件的 CSS 也需要修改链接地址,目前只加载我们需要的字体即可。
文件有两处,Google 地图也在此,用的不多暂时不管:
./framework/admin/assets/js/smof.js 在 645 行 ,
$('head').append('<link href="//googlefonts.admincdn.com/css?family='+ the_font +'" rel="stylesheet" type="text/css" class="'+ _linkclass +'">');
替换为
$('head').append('<link href="//img.feibisi.com/fonts/css.css?family='+ the_font +'" rel="stylesheet" type="text/css" class="'+ _linkclass +'">');
./includes/class-avada-scripts.php 在 407 行 ,
wp_enqueue_style( 'avada-google-fonts', 'http' . ( ( is_ssl() ) ? 's' : '' ) . '://googlefonts.admincdn.com/css?family=' . $font_families, array(), '' );
替换为
wp_enqueue_style( 'avada-google-fonts', 'http' . ( ( is_ssl() ) ? 's' : '' ) . '://img.feibisi.com/fonts/css.css?family=' . $font_families, array(), '' );
回复至: 本站的注册页是怎么实现的? #17241是一款 WordPress 插件,名字叫 Ultimate Member 超级会员,后台可以找到。
方法如上,工作室成员可参考使用,但切记这个方法只能延长试用期 1 次。
Thanks for contacting us! You can reset your trial one time for 15 more days by going into the unlock screen and typing the word " reset " into the Name and the Key fields. Since you would like to use the trial extension at a later date, please note that the 15 day extension starts the same day you reactivate it with the above instructions.
意思就是说,在试用到期的提示框里面,输入 『reset 』,然后就可以继续重置使用啦。
你们不用论坛管理权限,商城归你们管。
明明是 15 套主题,怎么才发布 10 套
时间:2015-11-14 增加 bbPress 论坛支持。
-
作者帖子