WPIntell

Source evidence

customize controls

Spoken Word · support · 2019-04-25T18:29:00+00:00

neutralsentiment
mediumseverity
0.47relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 27 rows with source links

18.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ishinobu resolved
Really like the Spoken Word plug-in, but would like to customize the buttons (make them a bit smaller) and get a handle on their placement. The page I need help with: [ log in to see the link] Have you tried CSS? I apologize for my ignorance. I thought the buttons were already specified somewhere, but I don’t see where. I read code well enough to edit it is all. (I was a software developer decades ago, but in C.) Without a bit of guidance I’ll have to hire a contractor. Thanks for the help. Sorry to bother you. The buttons are added via JavaScript. If you would like to style them, you can do so via Additional CSS in the Customizer. You can read about how to do that here: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/ Thanks for the help Weston. My WordPress contractor came up with the following to get rid of the forward and backward buttons and downsize the buttons. .spoken-word-playback-controls button:nth-child(3), .spoken-word-playback-controls button:nth-child(4) { display: none; } button, input[type=”button”], input[type=”reset”], input[type=”submit”] { border-radius: 22px; padding: 2px 6px; margin-right: 10px; } .spoken-word { margin: 0; margin-bottom: 25px; }

Comments

4 shown
Weston Ruter 2019-04-25T20:29:00+00:00

Have you tried CSS?

ishinobu 2019-04-26T00:37:00+00:00

I apologize for my ignorance. I thought the buttons were already specified somewhere, but I don’t see where. I read code well enough to edit it is all. (I was a software developer decades ago, but in C.) Without a bit of guidance I’ll have to hire a contractor. Thanks for the help. Sorry to bother you.

Weston Ruter 2019-04-26T03:16:00+00:00

The buttons are added via JavaScript. If you would like to style them, you can do so via Additional CSS in the Customizer. You can read about how to do that here: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

ishinobu 2019-04-26T17:27:00+00:00

Thanks for the help Weston. My WordPress contractor came up with the following to get rid of the forward and backward buttons and downsize the buttons. .spoken-word-playback-controls button:nth-child(3), .spoken-word-playback-controls button:nth-child(4) { display: none; } button, input[type=”button”], input[type=”reset”], input[type=”submit”] { border-radius: 22px; padding: 2px 6px; margin-right: 10px; } .spoken-word { margin: 0; margin-bottom: 25px; }