• Resolved chrisitoutlook

    (@chrisitoutlook)


    Hi, I’m trying to assist a client with a small issue that seems to have occurred after they updated their WordPress.

    They have a daily programme schedule that shows as a widget on the front page. When hover over the text it gives a summary, the problem is the background of the summary is transparent, and it seems the summary is also placed at the bottom of the page, though thats not really a problem.

    Ive looked for css that can adjust this but cant seem to find the correct spot. The items appear to be generated inside title tags.

    Could you give me any idea where i could find settings to change this? The wordpress version: 5.3.1

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tony Zeoli

    (@tonyzeoli)

    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?

    Plugin Author Tony Zeoli

    (@tonyzeoli)

    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.

    Thread Starter chrisitoutlook

    (@chrisitoutlook)

    Hi Sorry i didnt see your response, thanks so much!

    The url is https://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!

    Plugin Author Tony Zeoli

    (@tonyzeoli)

    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.

    Plugin Contributor Tony Hayes

    (@majick)

    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 5 years, 3 months ago by Tony Hayes.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with Schedule display’ is closed to new replies.