- This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago by Theme Horse Support Team.
-
AuthorPosts
-
March 13, 2015 at 5:50 pm #23071filipa.martinsParticipant
Yes, it’s me again ^^
Q1
Basically, I need to create a page to display the details of a selected item; the structure of the page is always the same but the content changes according to the item previously selected; since there are dozens of items, I’m thinking of using some kind of plugin (like Content Switcher). I just wanted to ask you guys – have you tested any plugin of such kind with this template? is there something you’d recommend?Q2
I have inserted a contact form in a page (http://oilgasacademy.com/contactos/) but it seems that any non-“text” fields refuse to assume the same formatting as the “text” ones. I believe that this formatting is a result of some type of integration of the Contact Form 7 plugin and the Ultimate theme (since I did nothing besides creating the labels of the form). So what I need to know is if there’s a way of making them look the same (or resetting the formatting for all fields and have it done in another way).Tks and tks!
FilipaMarch 16, 2015 at 5:23 am #23133Theme Horse Support TeamKeymasterHi filipa.martins,
We have not tested with the Content Switcher plugins or any recommended plugins. We are sorry for this.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#main form input{ padding: 10px; border: 1px solid rgba(0, 0, 0, 0.05); width: 100%; margin: 0 0 30px; background-color: #f9f9f9; } select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { border: 1px solid rgba(0, 0, 0, 0.05); width: 100%; margin: 0 0 30px; background-color: #f9f9f9; height: 50px; }
Thank you!
March 16, 2015 at 10:59 am #23161filipa.martinsParticipantThat works great. The only problem is that the formatting also affects the submit button, creating a wide grey area behind it – is there a way to prevent this?
Tks!
FilipaMarch 17, 2015 at 5:15 am #23196Theme Horse Support TeamKeymasterHi filipa.martins,
Remove the above css and paste this current CSS.wpcf7-validates-as-tel { padding: 10px; border: 1px solid rgba(0, 0, 0, 0.05); width: 100%; margin: 0 0 30px; background-color: #f9f9f9; } select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { border: 1px solid rgba(0, 0, 0, 0.05); width: 100%; margin: 0 0 30px; background-color: #f9f9f9; height: 50px; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.