astevens93
Forum Replies Created
-
To confirm @majick and @tonyzeoli this is now fixed in latest dev version. Thanks.
Oh my thank you for posting this. I was really struggling with adding a page to my footer menu in Appearance > Menu and I couldn’t work out why this was happening!
I disabled Radio Station like you did, and could add the page successfully! Thank you for posting.
I find the GitHub page is also very informative and useful for tracking other user issues and fixes FYI. Perhaps it would be worth posting your issue there too.
https://github.com/netmix/radio-stationIf anyone would like the solution to this, please make sure you have Radio Station 2.3.2 installed and use the following filter in your functions.php file.
This will remove the Day from being shown in the widget for on air now, and upcoming DJ. Thanks to Tony Hayes for adding this filter.
add_filter( 'radio_station_time_format_start', 'custom_time_format_start', 10, 3 ); function custom_time_format_start( $format, $context, $args ) { if ( ( 'current-show' == $context ) || ( 'upcoming-shows' == $context ) ) { $format = 'g:i a'; } return $format; }
Just going to close this as completed and submit bug I am facing to GitHub account.
Thanks again, always so helpful!
Brill, thanks @majick ! Seems to work now. Thanks again.
Though one issue I’m facing is when I hit Publish on a new schedule override, i am faced with a blank screen at /wp-admin/post.php. Even though i get this, if I refresh it takes me back to WP dashboard. The changes do commit to the database though.
Thanks @majick . I’ve installed the latest dev version and I’m not getting anything on that page with the shortcode other than the days of the week. I cleared my custom CSS just in case but still same issue.
Are you seeing the same?
Apologies for some of the styling issues, I seemed to have perfected this in the public release, but the Show Info / Show Image CSS styling elements seem to have changed names in the GitHub release – were a few things changed?
I was over-riding the CSS stylesheet
Hi @majick thanks for the reply.
I’ve just enabled Clear Transients and still does not show changes. For reference on the below link Sunday 10am – 12noon should show an over-riden scheduled show.https://www.hcrfm.co.uk/schedule-new/
Happy to chat privately and give you Admin access to the site if necessary.
Thanks again,
AlexUpdate: 1.5 hours on and the front end schedule has still not been updated from the schedule over-ride, which makes me wonder if I have a problem elsewhere.
This is the latest branch on GitHub 2.3.1.5
Hi @majick
Ok noted, have downloaded and activated and will give it a try. I made the changes 30 minutes ago but still not been published onto the front end yet.
A few issues I have already noted though.
Override Date – Set correctly on the creation page. But then when you go back to the Schedule Override page to view all of your overrides, the date shows as a day earlier. For example I set something for the 26th and it shows the 25th.
It is also blank under ‘Affected Show(s) on Date’ – I wondered if this should show the affected shows, there are definitely shows it is over-riding.
Will see what happens once it reflects on the front end.
Another issue I did face when creating a Schedule Override was that I was faced with a blank screen upon publish.
Directing me to:
mydomain.com/wp-admin/post.php (but white screen)I had to refresh to get back to the WP Admin.
Will edit post once front end updates.
PHP version is 7.3
Wordpress version is 5.4.1 though aware that there is a 5.4.2 upgrade available.Edit: Actually on 5.4.2. Softaculous was telling me a different v number than WordPress Admin.
Thanks,
- This reply was modified 4 years, 8 months ago by astevens93.
To add to this, it also adds this same error to other ‘days’ in random times.
However, once the database clears itself of the overriden schedule, it all returns back to normal.It seems there are 2 potential fixes here;
1. the time it takes to update the schedule database in the front end, vs the back end. I’ve noticed this can be some time, this is on ‘shows’ and on ‘schedule overrides’ editing.
2. Overriding schedule seems to cause issues with the tabbed schedule view
- This reply was modified 4 years, 8 months ago by astevens93.
Thanks for the reply Tony. I stupidly thought Jobs was a new feature request!
Hi both, I see in your updated demo on the site you have this functioning now which is great. I’ll wait until the stable release is updated to install on my site.
Do you think there is a way to enhance this feature further by displaying a ‘listen live’ button (styled via CSS) underneath the show info div, based on the show being ‘live’ right now.
Just a thought, one for another day I suspect.
Thank you guys!