Your Time:
Our Time:

Some bug fixing

Sorry, but you do not have the capability to view this topic

  • Resolved
    Posted in: MusicPlay  
  • Supported
    • Topics: 4
    • Replies: 6
    • Total posts: 10
    Post count: 13
    Artem
    Member
    2015-07-09 at 5:32 pm #8548

    Hi, I found some issues in new release and it came from previous versions.

    1. Icon bg for social network VK.com
    Add string into file ‘/musicplay/style.css’
    [1362] ul.atpsocials li.vk:hover { background-color:#4c75a3; }

    2. Sorting artists issue
    Add strings into file ‘/musicplay/framework/shortcode/music_artist.php’

    [31] $orderby = get_option('atp_artist_orderby') ? get_option('atp_artist_orderby') : 'date';
    [32] $order   = get_option('atp_artist_order') ? get_option('atp_artist_order') : 'ASC';
    

    3. Contact Info Widget (remoove ‘http://’ from text)
    Change string [69] in file ‘/musicplay/framework/widgets/contactinfo.php’

    [69] [before] echo '<p><span class="icon"><i class="fa fa-link"></i></span><span class="details"><a href="'.esc_url($syscontact_websiteurl).'">'.esc_url($syscontact_websiteurl).'</a></span></p>';
    [69] [after]  echo '<p><span class="icon"><i class="fa fa-link"></i></span><span class="details"><a href="'.esc_url($syscontact_websiteurl).'">'.$syscontact_websiteurl.'</a></span></p>';

    4. Artist’s birth date in text format
    Change string [29] in file ‘/musicplay/musicband/artists/artist-meta.php’

    [29] [before] 'type'	=> 'dateformat',
    [29] [after]  'type'	=> 'text',

    Comment or remove strings in file ‘/musicplay/musicband/artists/single-artists.php’

    [73] //if(is_numeric($artist_born_date)){
    [74] //	$artist_born_date= date_i18n($default_date,$artist_born_date);
    [75] //}

    In next my post: some css tweaks and issues.

    • This topic was modified 8 years by Artem.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.