Changeset 775403
- Timestamp:
- 09/19/2013 02:41:44 PM (13 years ago)
- Location:
- full-screen-page-background-image-slideshow
- Files:
-
- 6 edited
-
tags/1.2/full-screen-background-image-slideshow.php (modified) (1 diff)
-
tags/1.2/inc/scripts.php (modified) (1 diff)
-
tags/1.2/inc/styles.php (modified) (2 diffs)
-
trunk/full-screen-background-image-slideshow.php (modified) (1 diff)
-
trunk/inc/scripts.php (modified) (1 diff)
-
trunk/inc/styles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
full-screen-page-background-image-slideshow/tags/1.2/full-screen-background-image-slideshow.php
r775397 r775403 149 149 } 150 150 register_activation_hook( __FILE__, 'wpdev_fsi_activate' ); 151 152 ?> -
full-screen-page-background-image-slideshow/tags/1.2/inc/scripts.php
r775397 r775403 109 109 110 110 } 111 112 ?> -
full-screen-page-background-image-slideshow/tags/1.2/inc/styles.php
r775397 r775403 29 29 30 30 } 31 31 32 #fsi-full-bg img { position: fixed; top: 0; left: 0; z-index:-9; opacity:0} 32 33 #fsi-full-bg img:first-child{opacity:1;} 33 34 .fsi-full-bg-full-width { width: 100%; } 34 35 .fsi-full-bg-full-height { height: 100%; } … … 43 44 } 44 45 <?php 45 if(!$fsi_animation)46 echo '#fsi-full-bg img:first-child{opacity:1}'; 46 /*if(!$fsi_animation) 47 echo '#fsi-full-bg img:first-child{opacity:1}';*/ 47 48 ?> 48 49 </style> -
full-screen-page-background-image-slideshow/trunk/full-screen-background-image-slideshow.php
r775397 r775403 149 149 } 150 150 register_activation_hook( __FILE__, 'wpdev_fsi_activate' ); 151 152 ?> -
full-screen-page-background-image-slideshow/trunk/inc/scripts.php
r775397 r775403 109 109 110 110 } 111 112 ?> -
full-screen-page-background-image-slideshow/trunk/inc/styles.php
r775397 r775403 29 29 30 30 } 31 31 32 #fsi-full-bg img { position: fixed; top: 0; left: 0; z-index:-9; opacity:0} 32 33 #fsi-full-bg img:first-child{opacity:1;} 33 34 .fsi-full-bg-full-width { width: 100%; } 34 35 .fsi-full-bg-full-height { height: 100%; } … … 43 44 } 44 45 <?php 45 if(!$fsi_animation)46 echo '#fsi-full-bg img:first-child{opacity:1}'; 46 /*if(!$fsi_animation) 47 echo '#fsi-full-bg img:first-child{opacity:1}';*/ 47 48 ?> 48 49 </style>
Note: See TracChangeset
for help on using the changeset viewer.