Changeset 1529052
- Timestamp:
- 11/06/2016 01:18:33 AM (9 years ago)
- Location:
- coming-soon-for-genesis/trunk
- Files:
-
- 4 edited
-
css/front.css (modified) (1 diff)
-
inc/front.php (modified) (3 diffs)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coming-soon-for-genesis/trunk/css/front.css
r1526511 r1529052 53 53 } 54 54 55 #gcs-custom-imagebg, 56 #gcs-custom-imageover { 57 top: 0; 58 left: 0; 59 right: 0; 60 bottom: 0; 61 z-index: 100; 62 position: fixed; 63 } 64 65 #gcs-custom-imageover { 66 z-index: 200; 67 } 68 55 69 #gcs-custom-content { 56 70 margin: 0; 57 71 padding: 1.5%; 58 72 width: 500px; 73 z-index: 300; 59 74 overflow: hidden; 60 75 position: absolute; -
coming-soon-for-genesis/trunk/inc/front.php
r1526511 r1529052 143 143 public function coming_soon_content() { 144 144 ?> 145 <div id="gcs-custom-imagebg"></div> 146 <?php if( $this->options['bgdim']!='' ) : ?> 147 <div id="gcs-custom-imageover"></div> 148 <?php endif; ?> 145 149 <div id="gcs-custom-content"> 146 150 <?php if( $this->options['logo']!='' ) : ?> … … 155 159 </div> 156 160 <style type="text/css"> 157 .gcs-custom-html{161 #gcs-custom-imagebg { 158 162 <?php if( $this->options['bgimage']!='' ) : ?> 159 163 background: <?php echo $this->options['bgcolor']; ?> url('<?php echo $this->options['bgimage']; ?>') <?php echo $this->options['repeatbg']; ?> <?php echo $this->options['positionbg']; ?>; … … 165 169 <?php endif; ?> 166 170 } 167 .gcs-custom-body{171 #gcs-custom-imageover { 168 172 <?php if( $this->options['bgdim']!='' ) : ?> 169 173 background: rgba(0, 0, 0, 0.5); -
coming-soon-for-genesis/trunk/plugin.php
r1527813 r1529052 10 10 Domain Path: /languages 11 11 12 Version: 1.0. 012 Version: 1.0.1 13 13 14 14 License: GNU General Public License v3.0 -
coming-soon-for-genesis/trunk/readme.txt
r1526511 r1529052 5 5 Requires at least: 4.4.2 6 6 Tested up to: 4.6 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 78 78 == Changelog == 79 79 80 = 1.0.1 = 81 * Fixed bug that hid background images if body had a background color in CSS 82 80 83 = 1.0.0 = 81 84 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.