• Resolved nanuc

    (@nanuc)


    Hey,
    i am currently theming the speakout form and there are some div’s without a class, for example in the dk-speakout-progress-wrap.

    Should we add a theme that fits more to the style of twentytwenty-one? I can propose one, but i don’t understand how to contribute code on this plattform.

    Best

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Plugin Author SpeakOut!

    (@123host)

    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.

    Plugin Author SpeakOut!

    (@123host)

    Oh, I see

    I will fix that.

    Thanks very much for pointing it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theming’ is closed to new replies.