Hi Chris,
Sorry, I don’t see a URL for this site so we can take a look. Can you please provide so we can see what you’re referencing?
What version of the plugin are you using?
Chris,
It’s been a few days and I haven’t heard back. I’m going to close this issue tomorrow if we don’t get a reply.
Hi Sorry i didnt see your response, thanks so much!
The url is http://www.fmr.co.za, you can see the issue in the block on the right under DAILY PROGRAMME SCHEDULE
I believe the plugin is on the latest version available.
Thanks again!
No problem.
What I’m seeing on this page is that the site is using a text widget with a possible shortcode to display the program list for the day, because when I look at it with the inspector, it says the class of the widget is “textwidget.”
Can you open the text widget and see if it’s using a shortcode to publish that schedule list and then copy that shortcode here, so I can take a look.
We just took over the plugin in June, and to my knowledge, I’ve never seen a rollover like that on the sidebar widget with upcoming shows. It might be there, but I have to check with the lead developer on this to get his thoughts and he’s traveling through Monday in Australia. I think you’re in South Africa, I believe..
I’ll ask him to take a look on Monday Australia time and see what he can figure out, but if you look at the latest demo version in beta of Radio Station at https://radistationdemo.com, you’ll see that this function does not exist.
I don’t see anything about rollovers in our FAQ on Netmix.com, which was copied over from the original developer, Nikki Blight on her NLBcreations.com website. I don’t see anything on her site referencing the rollover function, as well. So, I can’t say where it comes from at the moment, but we’ll look into.
Just know the UI for the plugin is definitely going to change with 2.3.0 coming early in the new year. It’s in testing now.
Hi Chris,
This widget has been custom coded and not part of the Radio Station plugin (though it is clearly pulling the data from it.) The in-built Radio Station widget (DJ Upcoming) displays the next x shows from the current time rather than for the whole day, though this is an interesting idea for a widget that we could add in the future.
As I haven’t seen the code for this custom widget, I can’t say whether is handles schedule overrides, this was something rather tricky and part of a current rewrite of the schedule calculation for 2.3.0… so if that is something you need, you may wish to engage a developer to further recheck into that code.
The widget is using jQuery UI Tooltip (https://api.jqueryui.com/tooltip) to generate the hover elements (activated via wp-content/themes/pbbsa-child/plugins/radio-station/js/station_shortcode_today.js)
The simple solution is to add this to your Child theme’s stylesheet:
.ui-tooltip {
background-color: #FFF;
}
We had considered doing something similar for the Master Schedule table view for each show and have a Github issue for that, but have not determined whether we would use jQuery Tooltip or another solution for this yet.
-
This reply was modified 6 years, 5 months ago by
Tony Hayes.