Viewing 10 posts - 11 through 20 (of 37 total)
Author
Posts
  • #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 demo

    Attached webtrees theme/ colours was similar

    webtrees

    ----- [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.

  • #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
  • #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.

  • #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)

  • #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
  • #4876

    /laugh

    okay – Thank you

    Regards, Jamie Jaconelli

    admin and owner of a user customized version of kiwitrees (contains 3 family trees)

  • #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)

  • #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
  • #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)

  • #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
Viewing 10 posts - 11 through 20 (of 37 total)
  • The topic ‘Contact form 3.1.0’ is closed to new replies.