eddrimmer
Forum Replies Created
-
Forum: Plugins
In reply to: [Jock On Air Now (JOAN)] Show the day in widgetI’m also after this function! 🙂
Forum: Plugins
In reply to: [Jock On Air Now (JOAN)] Show day if next show is not on current dayThis certainly helps somewhat! Thanks for such a quick response.
Really, I was after what WoMRS has actually posted about here https://wordpress.org/support/topic/show-the-day-in-widget
The option to show the days schedule is great, but having which day the up coming show would also be great as if the next show is tomorrow or the next day, the ‘up coming’ show could say a time but no indication of the day which doesn’t let people know the next show is not actually today! Hope this makes sense.
Regards
EddForum: Plugins
In reply to: [MaxButtons - Create buttons] onClick (javascript) How to?Marking as resolved
Forum: Plugins
In reply to: [MaxButtons - Create buttons] onClick (javascript) How to?Never mind! I have done it!
I needed to untick ‘Open in new window’ and it’s all working now.
Thanks for your assistance here
EddForum: Plugins
In reply to: [MaxButtons - Create buttons] onClick (javascript) How to?Hi Bas,
That’s strange, I put
javascript:void window.open('http://www.google.com', '_blank', 'width=1024,height=768,status=0,resizable=0');in and tried FireFox but it opens a blank tab ?I realise the issue regarding tabbed browsers – this is why I’m using javascript to open it 🙂
Any ideas?
Forum: Plugins
In reply to: [MaxButtons - Create buttons] onClick (javascript) How to?Hi Bas,
Thanks again – what exactly would go in the URL field here? I just tried this, but it doesn’t work – it opens a new window with
javascript:void window.open('http//www.google.com', '_blank', 'width=1024,height=768,status=0,resizable=0')in the address bar?Regards
Forum: Plugins
In reply to: [MaxButtons - Create buttons] onClick (javascript) How to?Hi Bas,
Thanks for replying 🙂 Well, the reason is that I want to specify the height + width of the new window and I cannot see any way to do this in any of the settings?
So rather than request a feature from you, wanted to use something which you already had implemented! But just wanted to know how to use it.
Thanks
EddForum: Plugins
In reply to: [MaxButtons - Create buttons] onClick (javascript) How to?The HTML I put in as the example didn’t appear, let me try again using the code thing:
<a href="http://www.google.com" target="_blank" onclick="window.open(this.href,this.target,'height=800, width=700');return false;"></a>