Plugin Directory

Changeset 1078068


Ignore:
Timestamp:
01/29/2015 09:34:01 AM (11 years ago)
Author:
aghajoon
Message:

Updatecss

Location:
bp-cover/trunk
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • bp-cover/trunk/bp-cover.php

    r1077969 r1078068  
    44Plugin URI:
    55Description: Adds cover image in profile page.
    6 Version: 1.5.1
     6Version: 1.5.2
    77Author: asghar hatampoor
    88Author URI: http://webcaffe.ir
     
    1111*/
    1212if ( !defined( 'BPCO_PLUGIN_VERSION' ) )
    13     define( 'BPCO_PLUGIN_VERSION', '1.5.0' );
     13    define( 'BPCO_PLUGIN_VERSION', '1.5.2' );
    1414
    1515if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) )
     
    7171                <div class="uploadBox"  id="bannerfileupload">';
    7272             if(!empty($image)) {
    73              $filter .='<a href="#"  class="btnc btn-remove btn-sm" ><i class="fa fa-remove"></i></a><a href="#" class="edit btnc btn-info btn-sm" ><i class="fa fa-edit"></i></a><a href="#" class="btnc btn-save btn-sm" ><i class="fa fa-save"></i></a>';
     73             $filter .='<a href="#"  class="btnc btn-remove btn-sm" ><i class="fa fa-remove"></i></a><a href="#" class="edit-cover btnc btn-info btn-sm" ><i class="fa fa-edit"></i></a><a href="#" class="btnc btn-save btn-sm" ><i class="fa fa-save"></i></a>';
    7474                }
    7575             $filter .='<a href="javascript:void(0)" id="uploadcover" class="btnc btn-info btn-sm" href=""><i class="fa fa-cloud-upload"></i></a>                     
  • bp-cover/trunk/css/bp-cover.css

    r1077564 r1078068  
    136136    border-radius: 3px;
    137137}
    138 .edit{
     138.edit-cover{
    139139    display:none;
    140140}
  • bp-cover/trunk/js/bp-cover.js

    r1077564 r1078068  
    22(function($){
    33    $('.btn-save').hide();
    4     $('.edit').click(function() {
     4    $('.edit-cover').click(function() {
    55    $('#profile-mass').fadeIn("slow");
    66    $(".img-profile-header-background").css('cursor', 'pointer');
     
    2525        stop: function(event, ui) {
    2626            $('input[name=id]').val(ui.position.top);
    27             $('.edit').hide();
     27            $('.edit-cover').hide();
    2828            $('#profile-mass').fadeOut("slow");
    2929            $('.btn-save').show();
  • bp-cover/trunk/readme.txt

    r1077969 r1078068  
    55Requires at least: 4.1
    66Tested up to: 4.1
    7 Stable tag: 1.5.1
     7Stable tag: 1.5.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44= 1.5.2 =
     45- fix css for Redirect failing at blank-page
     46
     47
    4448= 1.5.1 =
    4549- fix js
Note: See TracChangeset for help on using the changeset viewer.