• Resolved jessefogarty

    (@jessefogarty)


    Hey Kreg,

    First and foremost let me say thank you for taking the time to put together such an amazing plugin – useful and reliable. Anyway the reason I’m here is I’m having trouble editing the default theme css.

    I’m looking to remove the text signature count – leaving only the progress bar being displayed. If you can help it’d be greatly appreciated.

    Jesse Fogarty.

    http://wordpress.org/extend/plugins/speakup-email-petitions/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Kreg Wallace

    (@kreg)

    Hi Jesse,

    To hide the count but still display the progress bar you would change the CSS style for the class dk-speakup-signature-count to this:

    .dk-speakup-signature-count {
    	display: none;
    }

    This just hides the display of the count text. The above code is what you would use when working with the shortcode form. If you’re using the widget, then in your custom widget style, you would similarly change the dk-speakup-widget-signature-count style to this:

    .dk-speakup-widget-signature-count {
    	display: none;
    }
    Thread Starter jessefogarty

    (@jessefogarty)

    Hey Kreg,

    Thank you for the quick reply and the help – I’ll be sure to donate this week. Keep up the great work.

    [ Signature moderated. ]

    Thread Starter jessefogarty

    (@jessefogarty)

    Hey Kreg,

    One last question if you have a free second could you tell me how to center the elements of the form. I’ve increased the width and every thing is now clinging to the left.

    I appreciate this.

    Jesse

    Plugin Author Kreg Wallace

    (@kreg)

    You could center everything by adding text-align: center; to the .dk-speakup-petition-wrap class.

    Then to get the header and petition message text back to aligning to the left you would add text-align: left; to the .dk-speakup-petition-wrap h3 and .dk-speakup-message classes.

    sorry if this is a stupid question, but I’m pretty new to code.
    I installed the plugin, ran 2 petitions, put the short code in my page to enable the list, but I see no progress bar. Should it automatically be appearing? I have the latest version of wordpress.

    Lastly, to get just the progress bar to show and not the list…..I see the css code above? Is that to be edited in my main them (using Mantra by Cryout Creations), or within the them of SpeakUp?
    Thank you so much in advance for any help!!!

    Plugin Author Kreg Wallace

    (@kreg)

    To display the progress bar you have to set a signature goal for your petition. Just click the Set signature goal option and pick a number.

    The CSS code above has nothing to do with your question. You don’t need to do anything with that at all.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: SpeakUp! Email Petitions] Progress Bar Edit’ is closed to new replies.