Plugin Directory

Changeset 2310834


Ignore:
Timestamp:
05/23/2020 05:07:26 PM (6 years ago)
Author:
wsaiful
Message:

Updated and fixes images

Location:
ss-link-hover-effect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ss-link-hover-effect/trunk/README.txt

    r1942096 r2310834  
    55Description: This plugin will use hover effects of your post inside links.
    66Author: Shiful Islam
    7 Version: 3.0.1
     7Version: 3.0.2
    88Author URI: http://bn.hs-bd.com
    99
    1010Tags: Hover effects, link hover, effects, mouse-over, link hover effects, animated links
    1111Requires at least: 4.0
    12 Tested up to: 4.9.8
     12Tested up to: 5.4.1
    1313Stable tag: 3.0.0
    1414License: GPLv2 or later
  • ss-link-hover-effect/trunk/ss-link-hover-effect.php

    r1923710 r2310834  
    22/**
    33 * @package SS Link Hover Effect
    4  * @version 3
     4 * @version 3.0.2
    55 */
    66/*
     
    99Description: 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.
    1010Author: Shiful Islam
    11 Version: 3
     11Version: 3.0.2
    1212Author URI: http://bn.hs-bd.com
    1313*/
     
    1515//fix up path
    1616define('ss_link_hover_path', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
    17 
    18 // load wordpress default icons
    19 add_action( 'wp_enqueue_scripts', 'ss_load_dashicons' );
    20 function ss_load_dashicons() {
    21 wp_enqueue_style( 'dashicons' );
    22 }
    23 
    24 
    25 
    26 
    2717
    2818
     
    9080}
    9181
    92  img  {background:none !important;}
    93  img :hover{background:none !important;}
     82a img, a:hover img{background:none !important;}
     83
    9484</style>       
    9585<?php }
Note: See TracChangeset for help on using the changeset viewer.