Discussion on Musik - Responsive Music WordPress Theme

Discussion on Musik - Responsive Music WordPress Theme

Cart 1,217 sales
Well Documented

Flatfull supports this item

Supported

2067 comments found.

Hello Flatfull,

I want to use revolution slider like federateddigital has explained here http://themeforest.net/item/musik-responsive-music-wordpress-theme/12127123/comments?page=47 I tried building the post based slider but couldnt achieve the desired result. I am new to revolution slider, can you please help me and elaborate the prosess please.

If you want to use other plugin which not just contents(eg, need load other js or css), you need disable ajax loading on this page. choose the “Default Template” for page template.

I want to show musics in slider revolution with a layer of play button which shows on hover like the default music file presentation in the theme, which when clicked triggers the bottom player to play the music.

I do not have the revolution slider, you can try federateddigital’s way.

When I play an album it adds all of the music to the playlist but then it plays the last one. How can I change it so that it starts playing the first music in the album?

Found some other comment about this and it seems the author does not have a solution for it. It’s a bit weird to be able to order the songs in an album but not actually have them play that way. So the audio plays based on the publish date DESC by default (determined by edd). Problem is that unless you upload sequenced audio in reverse order they will play backwards. Here’s what I did. Open wp-content/themes/musiks/inc/edd.php and change line 176 to ‘order’ => ‘ASC’,

Now you can bulk upload files and they will play in the correct order.

Flatfull, could I change line 175 ‘orderby’ => ‘date’, to a variable that would allow the audio to play as it is ordered in the album?

Sort of like ‘orderby’ => ‘playlist_order’,

Did some digging and figured it out. If you set line 175 to ‘orderby’ => ‘post__in’, it will play in the order of the album playlist.

On the Artist detail page how can I only have albums display in the list at the bottom? I don’t want the individual songs to display here. http://flatfull.com/wp/musik/artists/bossr/

It’s default wp have_posts function to get the list. you can hack the taxonomy-download_artist.php line 41
<?php while ( have_posts() ) : the_post(); ?>
  <?php if(!edd_get_bundled_products($post->ID)) continue; ?>

Huge thanks Flatfull! One more question. How would I only show the top 5 most popular?

Then remove the while have_posts, use music post widget
the_widget( 
    'music_post_widget',
    array(
        'count'   => 5,
        'orderby' => 'meta_value_num',
        'type'    => 'bundle',
        'display' => 'list',
        'title'   => esc_html__('Albums', 'musik') ,
        'filter'  => 'download_artist',
        'filterid'  => $term_id
    ),
    array(
        'before_title'=>'<h3 class="m-b">', 
        'after_title'=>'</h3>'
    )
);

Hi, can I add tags ,for all posts types , so when add the same tags on posts or music posts , they take me to the same content and page . ex. I add post with tag ( John ) , then I add music post with the same tag , after that when I click on ( John ) word , it takes me to all stuff ( posts & music …. )

I hope if you give a code to edit , or plugin ..

thank you ..

They are different post type and have different permalink, for post www.domain.com/tag/tagname/ and for music post will be www.domain.com/music/tag/tagname.

Hi, I would like to ask two questions:

1) Is the souncloud embed of the music be identified by the rss (need it for hype machine service)

2) Is it possibile to have a widget for display the posts in home page?

Thanks in advance

If you mean the playable soundcloud api. use code below.

sprintf(‘http://api.soundcloud.com/tracks/%s/stream?client_id=%s', get_post_meta(get_the_ID(), ‘soundcloud_trackid’, true), get_theme_mod( ‘soundcloud-clientid’) );

you mean something like this:

function add_custom_fields_to_rss() {
    if(get_post_type() == 'download') {
        ?>
        <soundcloud><?php sprintf(‘http://api.soundcloud.com/tracks/%s/stream?client_id=%s', get_post_meta(get_the_ID(), ‘soundcloud_trackid’, true), get_theme_mod( ‘soundcloud-clientid’) ); ?></soundcloud>
        <?php
    }
}
add_action('rss2_item', 'add_custom_fields_to_rss');

I guess there is some code error cause the page doesn’t work

use echo

function add_custom_fields_to_rss() {
    if(get_post_type() == 'download') {
        ?>
        <soundcloud><?php echo sprintf('http://api.soundcloud.com/tracks/%s/stream?client_id=%s', get_post_meta(get_the_ID(), 'soundcloud_trackid', true), get_theme_mod( 'soundcloud-clientid') ); ?></soundcloud>
        <?php
    }
}
add_action('rss2_item', 'add_custom_fields_to_rss');

Hello, nice theme and I am keen to buy it however is it possible to allow users to upload/add their own music?

It’s the EDD core feature. and this theme is base on EDD

Okay – and will seller be able to upload songs via the front end? Or vi backend

in wp backend.

When I click customize the sidebar appears with no options and the preview area on the right side of the screen is filled with code. the site is stream.thehoodstar.com

Do not active the “Piklist Demos” addon under the “piklist > add-ons”.

thank you my problem was solved. what is the suitable image size for the large logo and small logo? as mine appear extremely small.

You can use a custom css to enlarge the logo size. .header-md .navbar-brand img {max-height: 40px !important;}

How to add Auto play Music to footer player.

User need click the play button to add the music in the player, and will save to history.

Hi dear, magnificent template. Is it ready to be translated?

.pot file ready. Thanks

Could you add selective disabling ajax for pages, such as pages with ‘Gravity Forms’ css tables are broken and it is VERY necessary to disable ajax function only on this page!

thanks, but i’m too dumb for this :(

Removed all (id=”ajax-container”) and nothing. Please Help me.

sorry! wrks fine :)

Is it possible to add a plugin like Memberpress or Woocommerce Memberships and have just one user login? I need to protect the EDD audio preview files with a monthly membership. So basically the audio player would only work for those with a monthly membership. Thank you. Love the theme!

UPDATE: I ended up using Paid Memberships Pro and it integrated perfectly with EDD. PMP has php code that allows you to wrap around stuff to hide it for non-subscribers. I wrapped the code around the player in player.php and now audio will only play for subscribers. No need to reply.

I purchased this theme – I am trying to run in localhost i am getting error – Fatal error: Call to undefined function get_header() in C:\xampp\htdocs\musiks\musiks1\index.php on line 14 Can you tell me solution of it

https://codex.wordpress.org/Function_Reference/get_header get_header() is wordpress core function. if you got it’s undefined, your wordpress is not installed right.

reinstall the wordpress.

Hello I have the theme newly installed and the menu is not working on the check out page, I tried to click on “page” to display sub menus but not working. I tried on private nivation because it dont work only for new customer. Looks like if you already load just once the check out page, the prob dispapear, also it concern firefox any version .

Also the prob only occur if you click the “check out” button in the thumnail my web: mydaw.net

here the video https://drive.google.com/open?id=0B_MKEmpZaCgyZk8wblh4Snp1Sjg

BUG: sub menus not showing, social login not opening, “show terms” not showing

On Firefox (any version any OS)

Where? check out page

How to reproduce?

1/ Open private firefox or clear data, you must be like the 1rt time to surf on mydaw.net .

2/ Add an item to cart

3/ Click “Check out” in the thumbail (important)

4/ on check out page, click on the menu to display submenus, or click on Facebook or any social login, or on “show terms”

Nothing is displaying.

Video :

https://drive.google.com/open?id=0B_MKEmpZaCgyZk8wblh4Snp1Sjg

Notes : if you refresh the check out page, the bug is gone, if you come to my web a 2nd time the bug is not here.

If you click on the icon cart and click check out (see step 3), the prob is not here

If you refresh the page and it works, it’s related to the ajax to load page. make sure the checkout page is not in a ajax mode, you can select “default template” for the checkout page on the “page attribute” meta box.

Where would I find the html code or script for the current user playlist. ( When your logged in and on the buddypress profile page, and click “playlists” )

I want to do some custom coding to make the user playlists appear in a different part of the site. But i cannot find any of the code or scripts used for it

so on my custom page…..this is the php i created :

<?php

if( function_exists(‘buddypress’) ){

function my_bp_nav_adder() {
       global $bp;
       if( get_theme_mod( 'show-playlist' ) ){
           bp_core_new_nav_item(
           array(
                   'name'                => __('Playlists', 'musik' ),
                   'slug'                => 'playlists',
                   'position'            => 1,
                   'screen_function'     => 'Playlistsdisplay',
                   'default_subnav_slug' => 'playlists',
                   'parent_url'          => $bp->loggedin_user->domain . $bp->slug . '/',
                   'parent_slug'         => $bp->slug
           ) );
       }
function get_playlist_display($user_id){
 global $bp;
 $arg = array(
     'post_type'       => 'playlist',
     'posts_per_page'  =>  -1,
     'author'      =>  $user_id
   );
$arg['paged'] = 1;
if ( get_query_var( 'paged' ) )
  $arg['paged'] = get_query_var('paged');
else if ( get_query_var( 'page' ) )
  $arg['paged'] = get_query_var( 'page' );
else if ( isset( $_GET['link'] ) )
  $arg['paged'] = $_GET['link'];
else if ( preg_match('/\/page\/[0-9]*\//', $_SERVER['REQUEST_URI'], $matches) ){
  $arg['paged'] = str_replace(array('page','/'), '', $matches[0]);
}
$my_query = new WP_Query( $arg );
if($my_query->have_posts()){
  ?>
   
  <?php
  while($my_query->have_posts()){
        $my_query->the_post();
        ?>
         
        <?php get_template_part( 'template-parts/content-playlist' ); ?>
         
        <?php
    }
    ?>
   

Where did i go wrong?

Thanks for your help…i really need this to work to finish the site.

What’s your my_bp_nav_adder() function for, bp_core_new_nav_item() will add menu item on buddypress profile page.

if you just want to use on other page, you just need call get_playlist_display($user_id) function. the get_playlist_display() is already defined in the inc/playlist.php and included in the functions.php.

Ohhhhhh…..ok i got it! thanks!!!

how can i make the “related music” display in list format on track pages?

You need add ‘display’ => ‘list’ in the “template-parts/content-single-download.php” line 145,

the_widget( 
                            'music_post_widget',
                            array(
                                'count'   => 6,
                                'orderby' => 'date',
                                'related' => true,
                                'display' => 'list',
                                'type'       => empty( $list ) ? 'single' : 'bundle',
                                'title'   => get_theme_mod( 'title-related', esc_html__('Related music', 'musik') )
                            ),
                            array(
                                'before_title'=>'<h3 class="m-b">', 
                                'after_title'=>'</h3>'
                            )
                        );

thank you!

Hello,

I’m using the Musik theme and I can not display the music the front page like shown in demo and how can I make the size of the images bigger like shown in the demo also, thank you

Sincerely

You need import the content.xml and widgets.wie to make the site looks like demo site.

Please use your purchased account to ask support.

Thanks

hello please help my website is jamed when i active the them thank

Jamed? can you show me your website url?

hello please help my website is jamed when i active the them thank

Hey there!

Is there a way to have the menu always expanded and not show only the icons ?Thanks!

yes. you can disable it in backend. Thanks

Hey there,

I’m in the process of building my site with your theme and i want to mainly use soundcloud songs as content.

I’ve created a app on soundcloud and have pasted my client id in appearance > customize > misc

Created a new station and inserted the track id i have generated by using the method explained in your documentation. But for some reason i’m not able to play the track.

Here’s my post: http://audiobaby.co/station/the-roots-tomorrow-feat-raheem-devaughn/

I also do get an error when i use the ‘get’ button after pasting a soundcloud url within a station. Here’s a screenshot: http://audiobaby.co/wp-content/uploads/2016/05/get.png

Maybe this is what’s causing this? Can you help?

Thanks in advance, Thomas

It plays when click the play button.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey