Tagged: CONTACT FORM, price table
-
AuthorPosts
-
August 11, 2014 at 6:14 pm #302769
Hi there,
I have been trying to setup my contact form. I went through the forum and installed contact form 7, but it still doesnt work. I asked my server provider as well, but they said I need to send them the URL address.
Also I wanted to ask how I can change the colour of the pricing table to Gold, Silver, Bronze. http://www.highspeedworx.com
I have two tables, and the second tables rows don’t match up height wise with that of the “description column”.Please help?
Thank you. Cheers,
Nic
August 12, 2014 at 4:59 pm #303316Hey nicdivi2014!
1) Did you try to install the smtp plugin: https://wordpress.org/plugins/webriti-smtp-mail/ – if even contact form 7 doesn’t work properly your server probably can’t use the php mail() function to send the emails. The smtp plugin will use your mail/smtp server for the sending process and the php mail() function is not required in this case.
2) You can change the color with css code – for the first column (silver) use this code:
.alternate_color .pricing-table li.avia-pricing-row:nth-child(0), .alternate_color .pricing-table li.avia-heading-row:nth-child(0){ background-color: #C0C0C0; }
For the second column:
.alternate_color .pricing-table li.avia-pricing-row:nth-child(1), .alternate_color .pricing-table li.avia-heading-row:nth-child(1){ background-color: #ffee38; }
and the third column:
.alternate_color .pricing-table li.avia-pricing-row:nth-child(2), .alternate_color .pricing-table li.avia-heading-row:nth-child(2){ background-color: #8C7853; }
Obviously you can use different color values if you don’t like the colors I used for the sample code :)
Regards,
PeterAugust 13, 2014 at 11:20 pm #304059Hi there,
thank you for the help. I managed to get the contact form to work…turns out I just needed to update my php on my server. works like a charm now.
I am having big problems with the tables though: http://www.highspeedworx.com/phantom-flex-4k-packages/
I need the description column to be on the same height as the pricing column rows. I also cannot change the colours for some reason. Also instead of the $ sign, I would like to have written ZAR.
Any suggestions would be of great appreciation.
Thank you. Cheers,
NicAugust 14, 2014 at 2:34 am #304121Hey Nic!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) { .avia-table li { min-height: 190px } }
Cheers!
JosueAugust 14, 2014 at 7:14 pm #304545This reply has been marked as private.August 17, 2014 at 5:40 am #305380August 24, 2014 at 7:13 pm #308467This reply has been marked as private.August 25, 2014 at 12:33 am #308510Hi Nic,
Try adding this:
.pricing-table li p { margin: 0 !important; }
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.