Changeset 1996196
- Timestamp:
- 12/17/2018 07:41:23 AM (7 years ago)
- Location:
- amazing-hover-effects/trunk
- Files:
-
- 2 edited
-
amazing-hover-effects.php (modified) (5 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amazing-hover-effects/trunk/amazing-hover-effects.php
r1988851 r1996196 6 6 Author: Noor-E-Alam 7 7 Author URI: http://themebon.com/item/amazing-hover-effects-pro/ 8 Version: 2. 0.98 Version: 2.1.0 9 9 */ 10 10 … … 14 14 wp_enqueue_style('ahew_stylesheet', plugins_url( 'css/ihover.css' , __FILE__ ) ); 15 15 wp_enqueue_style('ahew_stylesheet_custom', plugins_url( 'css/custom.css' , __FILE__ ) ); 16 16 17 17 } 18 18 add_action( 'wp_enqueue_scripts', 'amazing_hover_effects_style' ); … … 52 52 ) 53 53 ); 54 54 55 55 } 56 56 … … 75 75 function ahe_revealid_id_column_content( $column, $id ) { 76 76 if( 'hover_effect' == $column ) { 77 78 77 78 79 79 $shortcode_render ='[hover id="'.$id.'"]'; 80 80 81 81 echo '<input style="min-width:210px" type=\'text\' onClick=\'this.setSelectionRange(0, this.value.length)\' value=\''.$shortcode_render.'\' />'; 82 82 83 83 } 84 84 } … … 90 90 add_filter( 'post_updated_messages', 'ahe_updated_messages' ); 91 91 function ahe_updated_messages( $messages ){ 92 92 93 93 global $post; 94 94 95 95 $post_ID = $post->ID; 96 96 97 97 $messages['hover_effect'] = array( 98 0 => '', 98 0 => '', 99 99 1 => sprintf( __('Hover Effects published. Shortcode is: %s'), '[hover id="'.$post_ID.'"]' ), 100 100 6 => sprintf( __('Hover Effects published. Shortcode is: %s'), '[hover id="'.$post_ID.'"]' ), 101 101 ); 102 102 103 103 104 104 return $messages; 105 105 106 106 } -
amazing-hover-effects/trunk/readme.txt
r1988851 r1996196 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.0 7 Stable tag: 2. 0.97 Stable tag: 2.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 Amazing hover effects is an impressive hover effects collection, powered by pure CSS3 and iHover, no dependency. 76+ effects to choose and 5 styles. 17 17 18 You can easily add hover effects using an image & embed them in separate page post or widgets via shortcode. 18 You can easily add hover effects using an image & embed them in separate page post or widgets via shortcode. 19 19 20 20 … … 81 81 Installing this plugin as regular wordpress plugin. 82 82 83 After install, this plugin enable a custom post called <strong>Hover Effects</strong>. Add items on that custom post (watch video tutorial or see screenshots). 84 After adding items, copy the shortcode (see screenshots) and paste it in your post, page, widget or anywhere you like. 83 After install, this plugin enable a custom post called <strong>Hover Effects</strong>. Add items on that custom post (watch video tutorial or see screenshots). 84 After adding items, copy the shortcode (see screenshots) and paste it in your post, page, widget or anywhere you like. 85 85 86 86 Go to page > Add New. On the editor, paste the shortcode and you are done. … … 97 97 98 98 == Changelog == 99 100 = 2.1.0 = 101 * New feature added 99 102 100 103 = 2.0.9 = … … 131 134 == Upgrade Notice == 132 135 136 = 2.1.0 = 137 * New feature added 138 133 139 = 2.0.9 = 134 140 * WordPress 5 ready
Note: See TracChangeset
for help on using the changeset viewer.