Thread Starter
nanuc
(@nanuc)
Also the checkboxes arn’t consistent.
The dk-speakout-optin-wrap uses another structure than for example dk-speakout-anonymise-wrap
I would suggest to change the optin similar to the anonymise.
Thread Starter
nanuc
(@nanuc)
And finally i can provide code to use speakout as gutenberg block instead of/additional to the shortcodes.
Thanks for your suggestions.
Can you elaborate on dk-speakout-progress-wrap? I can see it is set as a class in a div on the petition page and it has some styling in CSS files. From my demo site
<div class="dk-speakout-progress-wrap">
<div class="dk-speakout-signature-count"><span>309</span> signatures = 62% of goal</div>
<div><span class="dk-speakout-count">0</span>
<div class="dk-speakout-progress" style="width: 200px;">
<div class="dk-speakout-progressbar dk-speakout-progressbar-medium" style="width: 122px;"></div>
</div>
<span class="dk-speakout-count">500</span>
</div>
</div>
Thanks for the suggestion about the checkboxes, I have done that and it will be included in 2.14.8
If you have some code to contribute, that would be fantastic. Please contact me directly via https://SpeakOut.123host.net.au/contact, I don’t think you can do pull requests on the WordPress repository.
Thread Starter
nanuc
(@nanuc)
I mean this line <div><span class="dk-speakout-count">0</span>[...]</div>.
I would suggest something like <div class="dk-speakout-counter-wrap">
I will create a git diff and then send it to you, but i have not development branch.
Oh, I see
I will fix that.
Thanks very much for pointing it out.