juniebear
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Changing the lookThank you for adding it so quickly. Really appreciate it!
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Changing the lookYes, that would be extremely helpful. Thank you so much!!
Forum: Plugins
In reply to: [Contact Form 7] Uneven borders around fieldsHi,
I had the same problem. Seems to be something to do with the template css.
All the other input sections uses type=”text”. The email field uses type=”email” Styles for fields with type=”email” doesn’t seem to be set up.
Using Firebug I see you have the previous field css as
input[type=”text”], input[type=”password”], textarea
{
background: none repeat scroll 0 0 #FAFAFA;
border: 2px solid #DDDDDD;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
color: #888888;
}So i think you can set
input[type=”email“], input[type=”password”], textareaand apply the same styles and it should be good.
Hope that works.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Missing progress bar.I was reading the previous post regarding line 652 of class-seriously-simple-podcasting.php so I tried that and that seems to have done the trick. The bar is now showing.
Forum: Plugins
In reply to: [Event Geek] Error with events displayTried it. Looks good, with no errors.
Thank you for the fast responses and fix!Forum: Plugins
In reply to: [Event Geek] Error with events displayNope, just
[event_geek_list]if i use php echo in the template then there is no problem.