Discussion on Waveme - Music Platform WordPress Theme

Discussion on Waveme - Music Platform WordPress Theme

Cart 623 sales
Well Documented

Flatfull supports this item

Supported

2777 comments found.

Hey guys im trying to import the demo data and getting a timeout error with Siteground. Have you encountered this, and do you know a fix for it?

hmmm never mind… worked on the third try

hi Trust you well, I am trying to use my theme under my new domain, the old one is no longer active and I have disabled it from my servers, however I’m getting an error that my purchase code is used on a different domain

Changed to new domain. Thanks

Hello I have found a code error in the loop block.

In line 906 on class-loop.php you have the following

 if(!empty($query['taxQuery'])){
            if(is_string($args['taxQuery'])){
                $args['taxQuery'] = array($args['taxQuery']);
            }
            $args['taxQuery'][] = $query['taxQuery'];
        }
        if(!empty($query['metaQuery'])){
            if(is_string($args['metaQuery'])){
                $args['metaQuery'] = array($args['metaQuery']);
            }
            $args['metaQuery'][] = $query['metaQuery'];
        }

Which results in the following error when adding an array of filters that include a tax query.

Warning: Undefined array key "taxQuery" in C:\wamp64\www\www.domain.com\wp-content\plugins\loop-block\inc\class-loop.php on line 906

I would assume the error would exist if using a meta query too

To resolve this I have the changed the code block to the following

if(!empty($query['taxQuery'])){
            //if(is_string($args['taxQuery'])){
            if(is_string($query['taxQuery'])){
                //$args['taxQuery'] = array($args['taxQuery']);
                $args['taxQuery'] = array($query['taxQuery']);
            }
            $args['taxQuery'][] = $query['taxQuery'];
        }
        if(!empty($query['metaQuery'])){
            //if(is_string($args['metaQuery'])){
            if(is_string($query['metaQuery'])){
                //$args['metaQuery'] = array($args['metaQuery']);
                $args['metaQuery'] = array($query['metaQuery']);
            }
            $args['metaQuery'][] = $query['metaQuery'];
        }

I would appreciate if you could update the plugin and confirm I am correct. Many thanks!

8.3.9

OK. got the issue. You can remove the code for now. update soon.

Thanks Flatfull….glad you found it.

My page is apprer a tiltle of all page . It is not like the demo page. Is there any method can change it to demo page. http://ling88.quickconnect.cn/d/f/zzZNmGVlJAZOuCz9SQ6rsQEIBShOPd8S

Edit a page and on the right side bar, “Advanced” tab, select “Hide Title”, and insert your custom title in page content.

Hi,

The player has been configured to stream a live signal. But the name of the song that is playing does not appear on the player. Is there a way to make it show the song that is being listened to? Thanks.

When playing an mp3 it does show the name of the song and the artist. The problem occurs when it is a streaming.

Best Regards

https://avtheme.com/docs/faqs/ Find the Icecast or Shoutcast live stream url and add “&icecast” or “&shoutcast” after the url.

To personalize the template and add some features to the template (for example, the store section, shopping cart, etc., along with the standard front-end design), how can we coordinate with you?! What do you charge?

You can send email to hey@flatfull.com for customization. Thanks

Just bought this theme. Where can i get the demo data?

Goto “Pages” to edit the “Sidebar” page.

Is there any method adjust the single song page ? For example, delete the “more from ”and “ Featured on”?

You can use custom css to hide them. .station-more-from, .station-appear{display: none}

Why are repeated songs shown in the station artists section, while not showing other artist’s songs?!!!

I have raised this problem before, you said to update the format! I updated, but I get this error again.

https://drive.google.com/file/d/1Mjup2H6fXrV6ghUXnrMjsAY9B913msSL/view?usp=sharing

1. Shutdown and start the server again. not to change it. 2. You can assign a station to a Author and add artist taxonomy to it. So a station can be one author, but can be multiple aritsts.

1- Thank you for your answer, my server is a shared host from the Go Daddy site. I don’t think this is possible. It only has a reset, which deletes all the files on the host.

Ask the GoDaddy see if they can do for you.

When I activate Customize Retrieve Password Email, I get this error in password recovery: Error: The email could not be sent. Your site may not be configured correctly to send emails. Get support for resetting your password.

The default WordPress password recovery shortcode is: {reset_password_url}

While you have typed this in Customize Retrieve Password Email: {resetpassword.url}

I even tested this, replacing your code with the default code, but the code didn’t work!

https://drive.google.com/file/d/1ubVab_EMYnKhjDiNwb_sWORV2JvHxkm7/view?usp=sharing

Tested on local server and demo site. the retrieve email send success.

Can you disable other plugins to check why the email not send?

Hi, how are you? It’s been a while since we last spoke… Anyway, congratulations on the new updates. Thank you.

I need some help, specifically:

1) I don’t understand how to create new “endpoints” in user profiles. I created a new menu (user menu) called “Statistics”. As a custom link, should I insert: `http://%site_url%/user/%user%/statistics`???

2) How can I modify this page/link? On this page/link, I would like to display the total number of uploaded tracks; for example, “Tracks uploaded: 10”.

Ty ❤️‍

No, I mean how to modify the graphic style. Which file is used to change the layout, etc..?

You can use custom css to change the style.

TY ^^

I have bought a fourth license for one of my domains and I migrated from another domain to a new one and have put new codes and toke with ID at Envato section of Wordpress, also changed the code in Settings but although Envato says there is an update 12.1 when trying to update it fails and says I have the latest version which is though 11.2. What can I do to actually have 12.1 without loosing all migrated stations and data? Thanks. Tried also the upload from front page and it fails too. Should I give you the domain name perhaps?

You can download directly and upload to your WP server.

How does the radio work? I have checked https://avtheme.com/docs/play-block/ but it doesn’t show how the radio works, can you explain? Thank you very much for everything

Input a radio stream url on the play block stream field. the player will play it as live radio.

Hello , good work on this theme , however i have few questions . usually i use the front end upload to upload an album or playlist : 20-30 or 40 tracks.. however the upload stops after couple of minutes and the music is not uploaded most of the time ... reason why i use front end upload is because i could not figure out how to use the admin upload … i know how to create station but the thing is .. i do not know how to attach tracks to it to appear on the front end … i would appreciate the help .. thank you in advance

You can try upload 2 tracks and see if it success. Maybe your sever has limit on the php exec time.

Or you can go to “Stations > Settings > Uploads”, select “Auto Create Posts”. Then drags files in Admin “Media > Add new media file”.

Ok , i figured it out , thank you , appreciated , another issue , in dark theme mode , in front end upload or edit , the genre list , it shows as white background and the genres does not appear unless it is hover or selected , can you give me custom css for that matter please. ?

in dark mode?

Why is this phrase (&) used instead of the empty (&) in the songs (&) placed in the Next up section of the player?!

https://drive.google.com/file/d/1Cs3Yt4c25Vi8JaFjsZ9Xw28LBdjJfNCy/view?usp=sharing

Got the issue, Will fix soon. Thanks

I want the password change page to change from default (Image 1) to (Image 2)! It cannot be done with plugins and other changes unless you change it!

https://drive.google.com/file/d/1ubVab_EMYnKhjDiNwb_sWORV2JvHxkm7/view?usp=sharing

Go to “Stations/Settings/Email” to select “Customize Retrieve Password Email” .

When I activate Customize Retrieve Password Email, I get this error in password recovery: Error: The email could not be sent. Your site may not be configured correctly to send emails. Get support for resetting your password.

The default WordPress password recovery shortcode is: {reset_password_url}

While you have typed this in Customize Retrieve Password Email: {resetpassword.url}

I even tested this, replacing your code with the default code, but the code didn’t work!

Regarding the new section that was added in the STATION settings in the playback section, I would like to thank you for the explanation. There is no mention of these features in the update!

https://drive.google.com/file/d/1y3pNjEasQQ6dcyTYVHDG5ciP0dyfaJzC/view?usp=sharing

When play a song. the plays start count when user listen the song for x seconds.

This option does not work for me?!!!

Follow this to test function. 1. Add x seconds. 2. Play a song. 3. After x seconds, the total plays will +1.

how to have shuffle button in player engaged always until pressed to not to? Thanks

No such feature. it’s user action.

ok thanks

Regarding HearThis.at links uploads this works just fine for individual tracks but does not work for Music sets link. Can this be added if you please? Thanks

Only for individual tracks. Thanks

ok thanks

When I try to upload as admin several mp3 tracks at once, either 40 or 5 tracks the upload never finishes, it stops after some minor time and hangs… Is this something anyone else has encountered?

Are you using the front-end upload form?

yes sure, and it shows the orange uploading bar that shows for a few tracks and then nothing happens. The page never can be saved as it always say tracks are uploading even if all tracks have benn actually uploaded by opening another instance of wordpress dashboard to check media library. This way I cannot have all tracks under one playlist. thanks

I have tested on local/demo site. no such issue. Can you upload some files to see it always fail or only meet a particular file?

Hello, you have said that you would look into the concept that if the queue system has say twenty tracks or so and someone is playing back, after the last track that is played then system does not play any other track from queued tracks which would be the most logical to do as long as no other song has been added in queue system. Also if shuffle is enabled then if by chance the last song of queue system is played then it does not play any other song of queued tracks which is logical to do but jumps to songs outside of queue system. This is very important thanks!

the shuffle is for random play the queue. Thanks

cool and when it goes to the last track of the queue then it does not play any other from queue but continues to play outside queue, and that could happen very quickly as shuffle could play the last song of the queue first. Thanks

The shuffle will keep random pay the queue, will not get next song from server.

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