sackerly
Forum Replies Created
-
Thanks, yes it turns out that the emails were queued on the server.
I assume that I created a recursive loop by adding the Signup Form shortcode in the Signup Thanks Message field, and had the Thanks Message appear on the Signup for mpage. Bad idea on my part!
Thanks for the help.
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] UpdaftPlus breakThank you for this tip.
I also reinstalled version 2-0-1 and the Updraft Plus problem is resolved.
Thanks also for creating this plugin, and I hope there is a fix on the horizon!
Thanks!Forum: Plugins
In reply to: [Fast Secure Contact Form] Center Checkbox FieldsThank you, but I am trying to center the checkbox fields only – not the text fields. I was hoping to use a CSS code for the specific checkbox field only. Any thoughts?
Pinwheel, another Slidervilla carousel plugin, also has this functionality (I just tried it).
Forum: Plugins
In reply to: Visual Composer Schema.org extensionGreat – looking forward to trying this out – thank you!
Forum: Themes and Templates
In reply to: [Zerif Lite] How to customize the header?I adjusted the height of the menu bar with (height)
#main-nav {height: 125px;}
And I adjusted the height of the logo with (min-height)
.navbar-brand img {
min-height: 110px;
}Forum: Plugins
In reply to: [List category posts] Change orderCurious if you ever found a solution to order posts by event date (which would include hiding older posts I guess)?
Forum: Plugins
In reply to: [Xmas Lights] How can you hide this on mobiles?I solved this with the CSS
@media only screen and (max-width:640px) {
#lights {display:none;}
}Forum: Plugins
In reply to: [Xmas Lights] Disable on mobile and IpadI solved this with the CSS:
@media only screen and (max-width:640px) {
#lights {display:none;}
}‘Hope it works!
Forum: Plugins
In reply to: [Stripe for WooCommerce] Confirmation email from Stripe?Great! ‘Much appreciated π This seems to be working. Thank you so much.
Forum: Reviews
In reply to: [Page-list] Great plugin!I’m running IE 8 on XP (it’s the most updated version for XP). On my site, the thumbnails are compressed horizontally, so they appear about 30 px wide and 120 px tall (approximately!). Otherwise, everything on Chrome and Firefox looks great.
Thanks!Forum: Fixing WordPress
In reply to: How to use "Press This" utility in WP?I am having exactly the same problem. No luck at all. Using either Chrome or Firefox. Thoughts? Thanks π