acbauk
Forum Replies Created
-
Thank you – the extra wrapper worked a treat. Thanks for the swift support and great example code.
By the way, if I replace the table shortcode with random text, just as a test, then the accordion operates as expected. So this works:
==============================================
<div id=”accordion”><h1>Club records – 2014</h1>
One
Two<h1>Women & Girls all-time records</h1>
Apples
Pears<h1>Mens road-running records</h1>
Cats
Dogs<h1>Womens road-running records</h1>
Beer
Wine<h1>Parkrun all-time records</h1>
Wordpress
TablePress</div>
==============================================The test page can be seen at
http://www.dacorumandtringac.org.uk/records-2/The broken Tablepress/Accordion page is at
http://www.dacorumandtringac.org.uk/records-1/Aaaaaaaannnnnndd…… that one came out blank after clicking ‘Post’.
I’ll just put it here as plain text, not a link:
http://www.dacorumandtringac.org.uk/records-1/Forum: Plugins
In reply to: [WP Athletics] Age Categories overlap?Thanks for the reply. The way we would need it to work is to have age-category by ‘sport’
Track-age1
Track-age2
Track-age99
Field-
x-country-
Road-running-
etc.So an ‘event’ falls within a ‘sport’. It is possible for us to have (especially with younger athletes) some in one age group for track and a slightly different, but overlapping age group, for field events, for example.
From a database point of view, the unique key would probably be
Sport-Sex-Age_range ??