netmix / radio-station

Radio Station WordPress Plugin (Open Source)
https://netmix.com
GNU General Public License v3.0
19 stars 14 forks source link

Help with a few problems with WP and Radio Station #455

Closed thorssig closed 1 year ago

thorssig commented 1 year ago

Hi, I'm new to WP and am starting to try to incorporate Radio Station to a website that already has a whooping 53 Plugins installed.

I'm having problems making the Floating Streamer Widget thinner, and possibly with custom buttons, but it only seems to allow me to reduce it to around 90 pixels. There seems to be something in the div block with class="rp-type-single" stopping it from reducing any further. bla

When I try to mess with css setting belonging to the Radio Station plugin by going into "Appearence, Customise" I get the following error. WordPress Error - Appearance,Cuztomize

A similar things happens when I try to go into "Live editor" at the top bar. WordPress Error - Live Editor

As I say I'm rather green when it comes to WP and Radio Station. I have tried to update all Plugins and don't know what else to do. I am using Win 10 Pro with Google Chrome 112.

Regards, Thorsteinn Sigurdsson (thorssig@utvarpsaga.is)

majick777 commented 1 year ago

Hi @thorssig Thanks for reporting this. I've tracked down and fixed both these bugs now and released hotfix versions for them: Free 2.5.2 and Pro 2.6.1 Free 2.5.2 is available on Github already and will be on the WP repo shortly, and Pro 2.6.1 is available via plugin updates or via the Freemius dashboard. Let us know if you have any further issues.

As for the height of the player widget, rs-type-single doesn't have a height set on it. If you want a smaller height you could set it explicitly on the subdivs rp-station-info, rp-interface and rp-show-info. eg: .radio-container .rp-station-info, .radio-container .rp-interface, .radio-container .rp-show-info {height: 64px;}

thorssig commented 1 year ago

Sorry, but I'm only able to update my Plugin to Version 2.6.0 Pro. How do I update to 2.6.1? I have WP 6.2.

majick777 commented 1 year ago

@thorssig 2.6.1 was deployed and should be available via the Update link on the plugin page. Are you saying it is not showing the Update link or that when you click it it doesn't update to 2.6.1? You can also download it by logging in to your Freemius account: https://users.freemius.com/login

thorssig commented 1 year ago

Yes, it does not show in "Dashboard, Updates". I've tried updating all that's available but it still does not show there. In "Plugins, Istalled" the free shows 2.5.2 and Pro shows 2.6.0 there are no option on updating and "Enable auto-update" does now show. I assume it's on auto-update.

thorssig commented 1 year ago

... sorry, I finally managed to find the download on freemius and managed to update to 2.6.1. :/

majick777 commented 1 year ago

@thorssig Okay great did that resolve your original issue?

thorssig commented 1 year ago

YES! :)

majick777 commented 1 year ago

@thorssig Groovy. I'll close this one out then, open a new issue if there is something else.