JeroenDanckers
Forum Replies Created
-
Thx for experimenting, Karen! I found out the same thing at the same time. ??
Hello Jeremy,
I was looking forward to the lightbox for single image coming to Jetpack 4.5. But for now I don’t see any change on my website. (assuming the update dropped already? I think yesterday, right?)
Is there something I need to do in order to make this work or will it retroactively update all single images on my blog? (which I guess doesn’t work for me)
Thank you!
Update: I think I found it. You have to set your images linked to ‘attachment page’. If you somehow manually changed this in older posts, you have to manually change it again.
- This reply was modified 7 years, 10 months ago by JeroenDanckers.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button hovers over text inputNo problem! I hope it works out soon!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button hovers over text inputNormally that would be taken care of by the custom CSS. If you placed the CSS in the right place it should work.
I’m no techie, so that’s all I can really say.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button hovers over text inputThe HTML-form:
<p>
<label>E-mailadres*</label>
<input name=”EMAIL” placeholder=”e-mailadres” required>
</p><p>
<label>Voornaam*</label>
<input name=”FNAME” placeholder=”voornaam” required>
</p><p>
<label>Naam</label>
<input name=”LNAME” placeholder=”naam”>
</p><p>
<input type=”submit” value=”Inschrijven”>
</p>Custom CSS
.widget form input[type=submit] {
position: inherit !important;
}Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button hovers over text inputYou can see the result on https://www.wanderersblues.be/, scroll down a little.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button hovers over text inputI pasted the custom CSS in the Custom CSS feature of my theme.
In the left sidebar of your backend somewhat all the way down you’ll see the name of your theme. Click that to open the theme menu. There you’ll probably see the menu item ‘Custom CSS’.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button hovers over text inputThx, that did the trick! ??