-
Posted a reply to Styling – input attribute ‘checked’ not changing on selection, on the site WordPress.org Forums:
I resolved this with jQuery: jQuery(document).ready(function($){ $('.variations input[type=radio]').on('click', function() { $('.variations input[type=radio]').attr('checked',false); $(this).attr('checked',true); });}); -
Created a topic, Styling – input attribute ‘checked’ not changing on selection, on the site WordPress.org Forums:
I am trying to style the radio buttons with css using … -
Created a topic, Support website and email down, on the site WordPress.org Forums:
Can't get access to support via website or email. This… -
Posted a reply to Price doubled without warning, on the site WordPress.org Forums:
They were having problems with their email for a few weeks. Customer support apologised, and… -
Created a topic, Price doubled without warning, on the site WordPress.org Forums:
I had been using Emojics for 6 months, then on the 7th… -
Created a topic, Brilliant!, on the site WordPress.org Forums:
Lightweight plugin that does exactly what it says. Sho… -
Posted a reply to Add category slug to Events List, on the site WordPress.org Forums:
Thanks for the quick reply, Guido. Yes, I tried several ways to get the slug… -
Created a topic, Add category slug to Events List, on the site WordPress.org Forums:
This is a suggested improvement only. Add the event ca…