Changeset 2310834
- Timestamp:
- 05/23/2020 05:07:26 PM (6 years ago)
- Location:
- ss-link-hover-effect/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
ss-link-hover-effect.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ss-link-hover-effect/trunk/README.txt
r1942096 r2310834 5 5 Description: This plugin will use hover effects of your post inside links. 6 6 Author: Shiful Islam 7 Version: 3.0. 17 Version: 3.0.2 8 8 Author URI: http://bn.hs-bd.com 9 9 10 10 Tags: Hover effects, link hover, effects, mouse-over, link hover effects, animated links 11 11 Requires at least: 4.0 12 Tested up to: 4.9.812 Tested up to: 5.4.1 13 13 Stable tag: 3.0.0 14 14 License: GPLv2 or later -
ss-link-hover-effect/trunk/ss-link-hover-effect.php
r1923710 r2310834 2 2 /** 3 3 * @package SS Link Hover Effect 4 * @version 3 4 * @version 3.0.2 5 5 */ 6 6 /* … … 9 9 Description: This plugin will use wp page and post inside links hover effects. Very nice mouse hover effect for your post inside link. Easy to install and use. Support major theme and major wp versions. 10 10 Author: Shiful Islam 11 Version: 3 11 Version: 3.0.2 12 12 Author URI: http://bn.hs-bd.com 13 13 */ … … 15 15 //fix up path 16 16 define('ss_link_hover_path', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' ); 17 18 // load wordpress default icons19 add_action( 'wp_enqueue_scripts', 'ss_load_dashicons' );20 function ss_load_dashicons() {21 wp_enqueue_style( 'dashicons' );22 }23 24 25 26 27 17 28 18 … … 90 80 } 91 81 92 img{background:none !important;}93 img :hover{background:none !important;} 82 a img, a:hover img{background:none !important;} 83 94 84 </style> 95 85 <?php }
Note: See TracChangeset
for help on using the changeset viewer.