Discussion on pulse - Music, Audio & Radio WordPress Theme

Discussion on pulse - Music, Audio & Radio WordPress Theme

Cart 485 sales
Well Documented

Flatfull supports this item

Supported

1011 comments found.

Hi. Do you have any code so that the search engine only searches for products … not users, or songs ..

thanks.

You can add filter on ff_search_track_filter and ff_search_user_filter to change the search result.

Active the child theme. in the functions.php
add_filter('ff_search_track_filter', 'ff_search_track_filter');
function ff_search_track_filter($arg){
    $arg['post_type'] = 'product';
    return $arg;
}

add_filter('ff_search_user_filter', 'ff_search_user_filter');
function ff_search_user_filter($arg){
    $arg['search'] = '@';
    return $arg;
}

thankss !

Greetings, how can I post an entire album , feature only supports a track upload at once?

Is there any way to allow users to post download link?

No feature to post entire album. album is built by single track.

Edit the “Piklist/parts/form/track.php” add code on to line 154
piklist('field', array(
  'type' => 'checkbox'
  ,'field' => 'downloadable'
  ,'scope' => 'post_meta'
  ,'label' => esc_html__('Downloadable','pulsetheme')
  ,'choices' => array(
    'true' => ''
  )
));

piklist('field', array(
  'type' => 'text'
  ,'field' => 'download_url'
  ,'scope' => 'post_meta'
  ,'attributes' => array(
    'class' => 'regular-text form-control input-upload-file'
    ,'placeholder' => 'http://'
  )
  ,'conditions' => array(
    array(
      'field' => 'downloadable'
      ,'value' => 'true'
    )
  )
));

Will add download url in next update. Thanks

why did you delete the bepop theme and all support?

Themeforest reviewer think that this theme does not support Woocommerce + Player and Player IOS compatibility issues, got a soft disabled. We uploaded the update with some fixes and waiting to get it back. Thanks

Hello there, I am having an issue in my site that also happen in demo site with Safari 12.1.2, as soon as I click over the play icon that is over an image, the audio doesn’t play and these errors appear in the console “IndexSizeError: The index is not in the allowed range.”, “Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.”, “IndexSizeError: The index is not in the allowed range.”. Please is there a workaround for this issue?

Seems that the error is not related to the site js. I tested on Version 13.0.1 (14608.2.11.1.11)/Macos and no such error.

please help me, Show video by category ?

You can install the SiteOrgin page builder. and add post widget for each category. On the post widget, input the category name in the “Taxonomy” input.

I keep getting an “Oh snap, there was a playback error” Then when you hit play again it will play.

I need the online site to check it.

I do not have videos and artists page. Can you help me ?

Create a page and choose “Page::Aritsts” or “Page::Video” template on the “Page Attributes”.

Hi….

Please Reply.. I am interested in your theme both Pulse and Bepop…. kindly reply following:

1. Is this a Website Theme, can I create a music chart website like this https://gaana.com/?

2. Can a user listen to music without sign up or log in in this theme?

3.can I upload all song myself like this website https://gaana.com/ ?

Thanks…

1. Both theme have chart feature, weekly/monthly 2. Yes. 3. You can upload songs in WordPress admin panel

Thanks

Trying to view your themes and they all have a “Error establishing a connection to database”. This is across your entire portfolio. Just thought we should let you know.

Fixed. Thanks

Hello, I have this error in the Playlist

Warning: A non-numeric value encountered in /home/technols/public_html/wp-content/themes/pulsetheme/templates/loop/loop-track.php on line 17

Thank you

Now fixed: /public_html/wp-content/themes/pulsetheme/templates/loop/loop-track.php line 17

Replace for: <?php echo esc_html( FF()->duration( (int)$track['meta']['duration']/1000, null, true ) ); ?>

hey flatfull. after theme update the default track starts auto playing when the site loads. how to stop this from happening? thanks in advance.

Check the pulsetheme/assets/js/player.js, line 27, make sure it’s mepAutoPlay: false

i have checked this before and it is already set to false. it also doesn’t autoplay every time, but when i’m logged in as admin and visit my site in a new window, it autoplays. when i refresh, it doesn’t. any idea what could cause this? before the last theme update it didn’t happen.

BTW, why was bepop wordpress version removed from the store? thanks!

oh, I forgot this player have a history feature that will auto play the tracks. you can uncomment to disable it in the pulsetheme/assets/js/player.js line 38
// 'mephistory',

The Bepop got a soft disabled, we are trying to get it back.

Thanks

I can enable a download button from the artist panel. for them to decide if they can download? Or should only I do it as an administrator? ideal is for the artist to decide.

ativate the children theme open “piklist/parts/forms/track.php” add
piklist('field', array(
  'type' => 'checkbox'
  ,'field' => 'downloadable'
  ,'label' => esc_html__('Downloadable','pulsetheme')
  ,'choices' => array(
    'true' => ''
  )
));
on line 144

Can’t get the avatars to work. Looks like you’re not using gravatar on your demos. Get_avatar function into loo/list-users.php always return an empty string, can’t figure out why. Any idea ? (of course, i have a gravatar, and it’s showing on the admin side, but nto on the frontend. Deactivating all plugins on the site leads to same effect.

Oh. yes you have a syntax error. Overriding the template in child theme, and replacing $image = get_avatar($user->ID, 1); by $image = get_avatar_url($user->ID); did the trick.

However, I guess that this should be fixed in the core.

Regards.

$image = get_avatar($user->ID, 1); will return the origin avatar image url. code in includes/class-ff-user-avatar.php

Hi. I have a question. Can you be making a Frontend Product Upload feature for users, so admin does not have to bond track to Product? How can I achieve it?

This theme does not support post to Woocommerce product. Thanks

Waste, nothing works as it looks, should have listened to the previous

Follow http://flatfull.com/wp/pulse/documentation/ to import the demo data and widgets.wie file.

Hi again ! I have a question : I would like to integrate a track into a post. We are writing news about music and we wanted to integrate multiple tracks into press articles : is this possible ? Thanks in advance :)

You can install https://siteorigin.com/page-builder/ , when create a post. choose “Siteorigin Layout”, then click “Add widgets” choose “Posts Widget”, then you can add track/tracks in that post.

Hi again… not quite what I wanted :( The problem here : we are using divi builder inside your theme (only for our news segment) so we cannot use another builder and we already spend to much time creating with the divi builder… + in this case we don’t want to display post widget but individual tracks. Another idea ?

Thank you for helping me out ! Have a nice day :)

Does the divi support add widget in the post? you can use the post id for “Post in” for spec track.

I have a couple of question.

1. After purchasing this script, do you help with installation for free? If no, how much do you charge?

2. Does this come with a sitemap like yoast seo or all in one seo?

3. Are users able to upload albums(multiple files at once)?

4. Can people download music that’s uploaded?

5. Is this cdn compitable for cache?

1. Follow http://flatfull.com/wp/pulse/documentation/ to install WordPress and active the theme.. we do not provide the installation. 2. You can install the yoast seo plugin. 3. No bulk upload. 4. No download for user upload 5. This theme does not handle this, you need find a cdn server.

Thanks

I like dis theme design but all d songs i see on demo is not downloadable. when my visitors upload their songs will there be downloadable link or button without them suffering to make it downloadable ?

The Bepop WordPress theme support downloadble. Thanks

Hello,

Do you know how I can display speed constrols in the audio player? Like this https://github.com/mediaelement/mediaelement-plugins/blob/master/docs/speed.md

We’d also like to display forward or backwards button of 10 seconds, similar to Youtube. Is it possible with this player?

1. you can try including this speed script js on the page. in the assets/js/player.js line 35 add ‘speed’.

2. you need implement these as features/plugins, check the assets/js/libs/mep/mep.js

The Sticky Post is not there under Track, How do i activate it?

The sticky post is in the loop, but not on the top.

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