breeze76
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsI found that there is a plugin for the date picker, installed it works great..
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] No CalendarI commented the blog coding out and it took care of the calendar. I will have to revisit it if I decide to use the blog feature on my site. But that was the answer.. thanks…
Forum: Plugins
In reply to: [Contact Form 7] Date Picker problemHow and where do I format the date field size? I tried it in mt CSS where I have the rest of the form formatted but the date field will not take.
Forum: Plugins
In reply to: [Contact Form 7] Date Picker problemI got it, I did not know that I needed to get the plugin for the date picker.. got it and it works.. Thanks…
Forum: Plugins
In reply to: [Contact Form 7] Date Picker problemHow do you even get the date picker to work? I cannot figure that one out..
Forum: Plugins
In reply to: [Contact Form 7] Email field not styled like other form fieldsI added it into the style sheet located in my themes main directory. Style.css
Forum: Plugins
In reply to: [Contact Form 7] Email field not styled like other form fieldsswearingdad,
here is the code I use and it works fine for me..:.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"]{ margin-bottom: 10px; border:1px solid #5b5b5b; height: 19px; padding:2px 5px; border-radius:5px; font-size:12px; max-width: 200px; }
Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsSub7th,
Quick and easy.. it is my theme causing the problem. I will have to contact the theme author to see what he has to say. Thanks for your help..Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsThanks Sub7th… I will have to look into that.. but that is only one of the issues I have with CF7.. I was going to use multiple drop downs in order to have a complete correct formatted date. I wish it would use a pop-up calendar for a date picker, that would solve a lot for me… But I will at least give your suggestion a try…
Forum: Fixing WordPress
In reply to: Changing from plugin to another form pluginThanks…
Forum: Plugins
In reply to: [Contact Form 7] Special reservation form for theme GuesthouseIn the form interface, look on the left side to see what the shortcodes were that you used there then (example: [text text-380] code in form) just put the [text-380] into your message section. That should do it.
Forum: Plugins
In reply to: [Post UI Tabs] Need clear guide to using Custom CSS with Post UI TabsI noticed in the firebug, that it is pulling a lot of the styling from the jquery on most of the style coding… is that ok or do I need to do something to stop it so it will pull from mine?
Forum: Plugins
In reply to: [Post UI Tabs] Need clear guide to using Custom CSS with Post UI TabsOK sorry for all this..
#tabs-1-1, #tabs-1-2, #tabs-1-3{ line-height:20px; font-size:12px; }
I this correct format?? Is there a way to shorten it so I do not have to put down all the tabs I am using and will this carry over to any other instance where I use tabs?
As for the !important, do I need to put it next each line in the code or is there a specific place that would maybe cover the whole tabs thing?
Forum: Plugins
In reply to: [Post UI Tabs] Need clear guide to using Custom CSS with Post UI TabsYes I do see a lot of inheritance. What do I do about it and is some of it supposed to be like that??
Forum: Plugins
In reply to: [Post UI Tabs] Need clear guide to using Custom CSS with Post UI TabsThe code:
#tabs-n1 {} #tabs-n1-n2 {}
Where do I put that??
Yes I do have firebug. What would I look for in it?
Sorry for all the questions, I am not your average coder and am still trying to figure this out..