您现在的位置是:WordPre玩百家网址有哪些ss评论问鼎下载官方版头像无法显示 解决gravatar头像被屏蔽 >>正文
WordPre玩百家网址有哪些ss评论问鼎下载官方版头像无法显示 解决gravatar头像被屏蔽
闪烁其词网49人已围观
简介这里介绍解决wordpress头像不能显示的一个方法。安装wordpress主题后发现评论头像无法显示。因为wordpress程序属于国外,导致无法读取头像。仪表盘的“活动”小工具的头像有的会出现撑破...
这里介绍解决wordpress头像不能显示的一个方法。
安装wordpress主题后发现评论头像无法显示。因为wordpress程序属于国外,
导致无法读取头像。仪表盘的“活动”小工具的头像有的会出现撑破现象,把以下代码复制放到该文件中保存即可。//评论头像gravatar显示function get_ssl_avatar($avatar) add_filter('get_avatar', 'get_ssl_avatar');
代码中的链接地址http://cn.gravatar.com/也可以换成https://secure.gravatar.com/。问鼎下载官方版
解决wordpress仪表盘头像错位
另外,如下图头像显示
<img alt="" data-original="http://0.gravatar.com/avatar/30d39126ec95ba3b703696e17c7432ab?s=54&d=http%3A%2F%2F127.0.0.1%2Fwp-content%2Fthemes%2FGit-master%2Fimg%2Fdefault.png&r=g" srcset="http://0.gravatar.com/avatar/30d39126ec95ba3b703696e17c7432ab?s=108&d=http%3A%2F%2F127.0.0.1%2Fwp-content%2Fthemes%2FGit-master%2Fimg%2Fdefault.png&r=g 2x" class="avatar avatar-54 photo" height="54" width="54" src="http://127.0.0.1/wp-content/themes/Git-master/img/default.png">
可以看出0.gravatar.com,国内屏蔽了Gravatar,如下图:主要是width和height设置问题;将下面的代码添加到主题的functions.php保存即可解决gravatar头像撑破问题。打开functions.php文件,这导致国内有的Wordpress网站头像无法显示。从Wor<玩百家网址有哪些strong>问鼎下载官方版dPress4.2开始,1.gravatar.com等网址有时无法访问,
/*** WordPress 4.2 修复仪表盘头像错位* http://www.bokequ.com/310.html*/function fixed_activity_widget_avatar_style(){echo '<style type="text/css">#activity-widget #the-comment-list .avatar {position: absolute;top: 13px;width: 50px;height: 50px;}</style>';}add_action('admin_head', 'fixed_activity_widget_avatar_style' );
以上就是wordpress的评论头像 Gravatar头像打不开解决方法,在wordpress主题-外观-编辑中,这两个Gravatar头像地址都能访问。欢迎交流。
Tags:
相关文章
CSS结构性伪类/UI伪类/动态伪类/选择器
WordPre玩百家网址有哪些ss评论问鼎下载官方版头像无法显示 解决gravatar头像被屏蔽一、伪类选择器总汇伪类选择器分为四种类型:结构性伪类、UI伪类、动态伪类和其他伪类选择器,具体如下图表所示:二、结构性伪类选择器结构性伪类选择器能够根据元素在文档中的位置选择元素。这类元素都有一个前缀...
阅读更多
Crypto Markets Add $70 Billion Daily as Bitcoin (BTC) Soars Past $71K (Market Watch)
WordPre玩百家网址有哪些ss评论问鼎下载官方版头像无法显示 解决gravatar头像被屏蔽Bitcoin flirted with the $70,000 level yesterday but had to wait another day before it shot up above...
阅读更多
帝国cms如何实现文章内容代码高亮
WordPre玩百家网址有哪些ss评论问鼎下载官方版头像无法显示 解决gravatar头像被屏蔽帝国cms如何在内容页添加代码高亮?,帝国CMS文章内容页添加代码如何高亮显示,如何让帝国cms前台代码高亮显示或变色显示,帝国cms后台文章编辑器用的是ckeditor-5,但是没有代码高亮,更换百...
阅读更多