Forum Replies Created

Viewing 15 posts - 16 through 30 (of 177 total)
  • Posted in:
  • in reply to: Form 2 columns on desktop, 1 on mobile #240863
    newki
    Member
    Post count: 177

    OK done !
    Why my submit button is in a 3rd column and not under the Message field?
    And now, my fields length is 270 px instead of 470px before we did all this?

    in reply to: Form 2 columns on desktop, 1 on mobile #240858
    newki
    Member
    Post count: 177

    In fact I don’t see your answers properly, I have this :

    Put submission inside contact right

    Add

    at the end of your form

    – Kyle

    in reply to: Form 2 columns on desktop, 1 on mobile #240852
    newki
    Member
    Post count: 177

    Arggg I did it. It fixes the background + “mandatory fields” issue but now you can see the columns are not aside, but one under the other.
    I’m really sorry to bother you but I’m a bit lost 🙁

    in reply to: Form 2 columns on desktop, 1 on mobile #240844
    newki
    Member
    Post count: 177

    Yep, I’ve just seen I’ve forgot the ” before contact-left.
    It’s OK for the 2 columns but on desktop, my background is not OK, it’s only applied on 1 cm, and *champs obligatoires” neither, it should be at the bottom (= mandatory fields in french)

    in reply to: Form 2 columns on desktop, 1 on mobile #240835
    newki
    Member
    Post count: 177

    It’s already removed, I’ve replace it by :

    @media only screen and (min-width: 768px) { 
    .contact-left {
    	float:left;
    	width:47%;
    }
    .contact-right {
    	float:right;
    	width:47%;
    }
    }
    in reply to: Form 2 columns on desktop, 1 on mobile #240832
    newki
    Member
    Post count: 177

    I don’t understand your answer, what do I have to remove?

    in reply to: Form 2 columns on desktop, 1 on mobile #240829
    newki
    Member
    Post count: 177

    Sorry, I did the “test” on this URL : trustin.io/contact

    in reply to: Form 2 columns on desktop, 1 on mobile #240828
    newki
    Member
    Post count: 177

    I’ve put this :

    <div class=contact-left">
    <p class="name">Nom *<br />
        [text* your-name] </p>
    <p class="firstname">Pr&eacute;nom *<br />
        [text* your-first-name] </p>
    <p class="email">Email *<br />
        [email* your-email] </p>
    <p class="phone">Téléphone<br />
        [text your-phone] </p>
    <p class="company">Société<br />
        [text your-company] </p>
    <p class="jobtitle">Fonction<br />
        [text your-jobtitle] </p>
    </div>
    <div class="clear"></div>	
    <div class=contact-right">
    <p class="subject">Sujet<br />
        [text your-subject] </p>
    <p class="message">Message *<br />
        [textarea* your-message] </p>
    </div>
    <div class="clear"></div>
    
    <p class="submission">[submit "Envoyer"]</p>

    and

    @media only screen and (min-width: 768px) { 
    .contact-left {
    	float:left;
    	width:47%;
    }
    .contact-right {
    	float:right;
    	width:47%;
    }
    }

    It’s OK on mobile but on 3 columns on desktop 🙁

    in reply to: Form 2 columns on desktop, 1 on mobile #240823
    newki
    Member
    Post count: 177

    OK will try this, thanks!

    in reply to: Form 2 columns on desktop, 1 on mobile #240820
    newki
    Member
    Post count: 177

    Ah one thing I’ve just noticed, the fields are not in the right order : I wanted all the left fields first and then the right fields.
    Here, I have left, right, left right, so the “message” fields is before “your job or your title”.
    Can I fix this easily?

    in reply to: Form 2 columns on desktop, 1 on mobile #240818
    newki
    Member
    Post count: 177

    Thanks a lot Kyle, I’ve learnt something today!
    Nice WE!

    in reply to: Multilingual plugin recommended #237859
    newki
    Member
    Post count: 177

    Thanks Mohammad, I’ll try this.
    Happy 2016 !

    in reply to: Google font for one title only #237620
    newki
    Member
    Post count: 177

    Sure many thanks David 😉

    in reply to: Google font for one title only #237609
    newki
    Member
    Post count: 177

    My navigation works now, I become crazy. Thanks for your help anyway 🙂

    in reply to: Google font for one title only #237608
    newki
    Member
    Post count: 177

    It doesn’t come from the browser because when I choose a google font in Font options, I see them.
    So I give up and put the sentence in the logo. I’ve uninstalled the child theme with the fuctions.php feature which allowed to display the “slogan”, reactive the theme but my navigation doesn’t work any more now, first time I have this with Dante…

Viewing 15 posts - 16 through 30 (of 177 total)