Skip to content

Modify Subscription style of Jetpack

I just started to use the Subscription feature from Jetpack. I was checking how it looks like and I noticed that the checkbox and the text were in different lines. There was a space between checkbox and “Notify me of follow-up comments by email.” and the same with “Notify me of new posts by email.”

This bug, does not happen on all themes, so I can’t guarantee that this is the solution for everybody. To fix it on my theme I changed the file “wp-content/plugins/jetpack/modules/subscriptions.php”

I updated lines 433, 434, 435:

[code lang=”php”]
$str .= ‘

‘;

$str .= ‘‘;

$str .= ‘

‘;
[/code]

And the lines 439, 440, 441 too.

[code lang=”php”]
$str .= ‘

‘;
$str .= ‘‘;
$str .= ‘

‘;
[/code]

Maybe this help you to fix this.

Matheus

Published inphpwordpress

282 Comments

  1. I’ve been surfing on-line more than three hours as of late,
    yet I by no means discovered any attention-grabbing article like yours.
    It is beautiful value enough for me. In my opinion, if all webmasters and bloggers made good content material
    as you did, the web will be a lot more useful than ever before.

    Here is my blog post: Euroleague Basketball
    Wetten (Tinystar.De)

  2. I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.

Leave a Reply

Your email address will not be published. Required fields are marked *