mirror of
https://ghproxy.net/https://github.com/AlxMedia/gridzone.git
synced 2025-08-27 01:40:13 +08:00
1.1.3
This commit is contained in:
parent
d3a4e20f14
commit
726b54fc7d
4 changed files with 19 additions and 2 deletions
3
dark.css
3
dark.css
|
@ -72,6 +72,9 @@ h1, h2, h3, h4, h5, h6,
|
|||
.s2 .social-links .social-tooltip:hover:after { background: #fff; color: #333; }
|
||||
.s2 .social-links .social-tooltip:hover:before { border-color: transparent #fff; }
|
||||
|
||||
#footer-bottom .social-links a { color: rgba(255,255,255,0.7); }
|
||||
#footer-bottom .social-links a:hover { color: #fff; }
|
||||
|
||||
#nav-mobile .nav-toggle { color: #fff; }
|
||||
@media only screen and (min-width: 720px) {
|
||||
#nav-mobile .nav > li > a { color: rgba(255,255,255,0.7); }
|
||||
|
|
|
@ -72,6 +72,10 @@
|
|||
</div><!--/#credit-->
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ( get_theme_mod( 'footer-social', 'on' ) == 'on' ): ?>
|
||||
<?php gridzone_social_links() ; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div><!--/.pad-->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Contributors: alxmedia
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.0
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0
|
||||
Tags: portfolio, photography, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
|
||||
|
@ -87,6 +87,9 @@ Content images (left to right, top to bottom)
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.3 - 2019-08-21 =
|
||||
* Added missing social links for footer
|
||||
|
||||
= 1.1.2 - 2019-08-15 =
|
||||
* Fixed sticky header issue with not clickable elements below when hidden
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Gridzone
|
||||
Theme URI: http://alx.media/themes/gridzone/
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Description: <a href="http://alx.media/themes/gridzone/">Gridzone</a> is a flexible portfolio theme with plenty of options. It is optimized for all devices and built to work with blocks. You can choose between light and dark theme, widget sidebar to the left or right - or no sidebar at all. Demo: http://demo.alx.media/x/?theme=Gridzone
|
||||
Author: Alexander Agnarson
|
||||
Author URI: http://alx.media
|
||||
|
@ -924,6 +924,13 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
|
|||
#footer-bottom #back-to-top { border: 1px solid #e5e5e5; border-top: 0; color: #333; padding: 10px 0; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: 0 auto 0; border-radius: 0 0 10px 10px; }
|
||||
#footer-bottom #back-to-top i { font-size: 38px; position: relative; top: -7px; }
|
||||
#footer-bottom #back-to-top:hover { color: #333; }
|
||||
#footer-bottom .social-links { padding-top: 40px; float: none; }
|
||||
#footer-bottom .social-links a { color: #444; }
|
||||
#footer-bottom .social-links a:hover { color: #333; }
|
||||
#footer-bottom .social-links li { margin: 0 6px; }
|
||||
#footer-bottom .social-links .social-tooltip { font-size: 22px; }
|
||||
#footer-bottom .social-links .social-tooltip:hover:after { background: #333; color: #fff; }
|
||||
#footer-bottom .social-links .social-tooltip:hover:before { border-color: #333 transparent; }
|
||||
|
||||
/* footer : nav
|
||||
/* ------------------------------------ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue