Giter VIP home page Giter VIP logo

typecho-theme-aria's People

Contributors

ericy112 avatar siphils avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

typecho-theme-aria's Issues

文档归档页面

文章归档页面当文章数量超过一定数量之后自动省略是正常情况吗

关于目录跳转问题

如图

向上跳转时有一部分会被上方挡住
希望向上跳转时使标题不被挡住

关于meting结束后的重载

我想给博客底部挂一个播放器,通过pjax刷新后播放器不刷新,继续播放。所以想知道怎么把meting重载关掉呢?或者可以建议您在每个页面加一个重载开关?

Aria/lib/Utils.php中getFooterWidget()缺少</a>

foreach ($data as $val) { $tmp = $val; if ((array) $tmp) { $href = array_key_exists('href', $val) ? 'href="' . $val['href'] . '"' : ""; $title = array_key_exists('title', $val) ? 'title="' . $val['title'] . '"' : ""; $target = array_key_exists('target', $val) ? 'target="' . $val['target'] . '"' : ""; $text = array_key_exists('text', $val) ? $val['text'] : ""; $html .= "<span><a $href $title $target> • $text</a></span>"; } }

提示没有ShortCode.php

Warning: require_once(lib/Shortcode.php): failed to open stream: No such file or directory in /www/wwwroot/kobs.site/usr/themes/Aria2/functions.php on line 6

Fatal error: require_once(): Failed opening required 'lib/Shortcode.php' (include_path='.:/www/server/php/71/lib/php:/www/wwwroot/kobs.site/var:/www/wwwroot/kobs.site/usr/plugins') in /www/wwwroot/kobs.site/usr/themes/Aria2/functions.php on line 6

友情链接出现这个问题

Deprecated: Non-static method Shortcode::shortcode_linkbox() should not be called statically in /www/wwwroot/0xpoker.ctfer.org/usr/themes/Aria/lib/Shortcode.php on line 70

代码高亮问题

不知道dalao用的是哪款代码高亮插件,感觉目前能遇见的大部分代码高亮插件都不能使用,不知道为什么

不显示背景图

不显示主页背景图。初始背景图可以显示但是用了自己找的图就不行了,背景变为空白。就像eriri.ink一样

开启评论审核功能,评论时会报错

开启了评论审核,以访客身份评论,然后就报错了。审核后能正常显示。
image

Notice: Undefined index: text in /www/.../usr/themes/Aria/functions.php on line 569

Notice: Undefined index: parent in /www/.../usr/themes/Aria/functions.php on line 589

Notice: Undefined index: author in /www/.../usr/themes/Aria/functions.php on line 593

@

我换成默认主题显示正常
snipaste20181119_063131

看了下 functions.php 三个位置分别是 $text = $result['text'];$parent = $prow['parent'];$author = $arow['author'];

移动端代码显示问题

感谢大佬提供这么漂亮的主题。但是我在使用的使用发现移动端的chrome浏览器,代码会显示不全。麻烦大佬看下怎么修复。
Screenshot_20190611_103554_com android chrome

自定义JS那里写的是链接还是源码?

帮助文档没有详细说明,自己尝试过程中链接不显示,试了一下源码,网站就崩了。个人设置都空了,网站出了大问题。帮助文档那里是什么意思?看不懂,麻烦说一下,十分感谢了

dalao的主题太好看了

dalao的主题太好看了
所以什么时候WordPress上面也会有((纯属惹事)
我想在WordPress上面用这个主题(悲)
但是好多合不上胃口
就这个Aria
啊啊啊啊啊啊啊(但是懒得换成Typecho
(事实上是自己把Typecho搞爆300+次
(以前从开始就用这个主题了
(然后放弃了Typecho
(跑去用WordPress了

移动端文章图片炸掉

首先 感谢dalao提供这么好康的主题

网页端浏览文章时排版正常 可移动端浏览是文章图片的输出就炸掉了 怎么解决QAQ

一点点建议

1、js可以引用jsdelivr上的js,减小服务器带宽占用,同时提高网页加载速度。特别是对于服务器在境外的情况(虽然本来占用就很小)
2、js可以放在footer,这样用户访问博客时会先加载别的最后加载js,不至于在加载js的时候看到页面一片空白。

关于滚动监听

如果多个标题相同,则阴影会同时停留在多个标题上

修改建议

作者你的主题很漂亮,我非常喜欢。但是有些许不足:
PC端浏览器浏览窗口化时主显示区域和两侧空白区域的比例感觉很舒服,但是全屏放大后只有两则空白区域拉伸,而文字区域大小不变----这样显示下来文字区域基本只占1/3,分布比例不协调。请问能同步拉伸吗?
缩小
放大

环境
系统 macOS
浏览器 Chrome/Safari

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.