- This topic has 36 replies, 3 voices, and was last updated 7 years, 8 months ago by
kiwi.
Tags: message contactform
-
25th July 2015 at 1:40 pm #4870
Theme webtrees: contact form works but doesn’t look as polished as your theme; colours pink plastic looks similar
Theme kiwitrees: contact form works and appears as per your demoAttached webtrees theme/ colours was similar
----- [updated: 31Dec2022] MacOS: 10.15.7 (Catalina) Safari 14.1.2; Firefox 108.0.1 (64-bit); 108.0.1462.54 (Official build) (x86_64)
Alter-Drukarsh connections | The Garelick: 3.3.11b - PHP 8.0 FastCGI - mySQL 8.
-
25th July 2015 at 1:44 pm #4872
All fixed for next release. Except perhaps the comment that webtrees version doesn’t look great. I don’t know what that means, but don’t really have an interest in changing it. Perhaps not surprisingly I do plan on dropping that theme soon.
Nigel
My personal kiwitrees site is www.our-families.info -
25th July 2015 at 1:50 pm #4873
Was amused seeing “webtrees” theme 🙂 . The body for text lines aren’t appearing for all 4 sides to make it look like a box was what I meant for appearance. Other than that, nice change. Theme Colors also looks similar “not 4 sided box”.
I just sent & received a message from myself. Code change works and so does my settings.
----- [updated: 31Dec2022] MacOS: 10.15.7 (Catalina) Safari 14.1.2; Firefox 108.0.1 (64-bit); 108.0.1462.54 (Official build) (x86_64)
Alter-Drukarsh connections | The Garelick: 3.3.11b - PHP 8.0 FastCGI - mySQL 8.
-
25th July 2015 at 5:35 pm #4874
Thank you – seems correct now (without the error)
I edit the code but missing the correct icon (as you also mention)
Where do I edit that one? (using colors)Regards, Jamie Jaconelli
admin and owner of a user customized version of kiwitrees (contains 3 family trees)
-
25th July 2015 at 5:50 pm #4875
I edit the code but missing the correct icon (as you also mention)
Where do I edit that one? (using colors)Just add this to /themes/colors/css/colors.css
#main-menu li#menu-contact { background: url[../images/contact.png] no-repeat 50% 25%; background-size: 40px; }
I added it at line 1923
You also need a suitable image placed in /themes/colors/images. But you won’t need to add that, as I’ve used the same one you already have on your site for the colors theme 🙂
Nigel
My personal kiwitrees site is www.our-families.info -
25th July 2015 at 7:34 pm #4876
/laugh
okay – Thank you
Regards, Jamie Jaconelli
admin and owner of a user customized version of kiwitrees (contains 3 family trees)
-
25th July 2015 at 8:57 pm #4877
#main-menu li#menu-contact { background: url[../images/contact.png] no-repeat 50% 25%; background-size: 40px; }
Sorry but does not work. Still using the home icon 🙁
Regards, Jamie Jaconelli
admin and owner of a user customized version of kiwitrees (contains 3 family trees)
-
25th July 2015 at 9:00 pm #4878
Which file did you put the code in, and where?
Where did you put the contact.png icon?Nigel
My personal kiwitrees site is www.our-families.info -
25th July 2015 at 9:09 pm #4879
contact.png is here in this folder: /webtrees/themes/colors/images
My code is like this in color.css file in this folder: /webtrees/themes/colors/css
/* Styling for Contacts module */
.message_form {
margin: auto;
width:80%;
}#main-menu li#menu-contact {
background: url[../images/contact.png] no-repeat 50% 25%;
background-size: 40px;
}#contact_forms {
}Regards, Jamie Jaconelli
admin and owner of a user customized version of kiwitrees (contains 3 family trees)
-
25th July 2015 at 9:14 pm #4880
You appear to be using square brackets round the URL ( […..]). Change the to normal ones.
Nigel
My personal kiwitrees site is www.our-families.info
- The topic ‘Contact form 3.1.0’ is closed to new replies.