Contact Form issue

Home Forums Parallax Me Forum Contact Form issue

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #84038
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    Hello,

    everything is working fine i have adjusted the Language in the default form,
    buth i’m looking to where the error messages are stored.

    If a required field is not used i get the message.
    This field is required.

    Where can i change that ???

    #84093
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Dave

    #84119
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    Still a work ik progress…

    https://www.xerious.be/
    If you hit the “Verzenden” button
    it asks for the Required info in need to know where a can adjust the labels generated.

    <label for=”cname” generated=”true” class=”error”>This field is required.</label>

    #84132
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    I have found the needed settings inside
    jquery.validate.js included in the theme.

    Any idea if you can properly resize the images used in sliders and sections to resize / scale for
    smartphones / tablets

    #84150
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    This can only be done via coder.

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact
    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #84219
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    This was solved.

    Regards,
    Shri

    #84231
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    Shri,

    i’m really happy to see that things are changing,
    but it seems that from the slider Slides 1 and 3 resize correctly buth slide 2 is still
    big.

    Also i tought the main images in the Sections would also resize properly ?

    #84288
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Dave

    #84298
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    I placed 2 screenshots from my iphone in this album.
    https://imgur.com/a/S94h7

    You can see the difference between the first slide and the 2nd.
    It also has the same behaviour on tablets.

    Could we possible add the same picture buth with different sizes ?

    #84321
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:1023px) {
    #supersized img { height:auto !important;}
    }

    Regards,
    Dave

    #84322
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    Thanks,

    not 100% buth way smoother, all images are the same size now 😉

    Is it possible to replace the images in the sections by default Background colors ?
    So that on Smartphones / tablets that have to low resolutions instead of the images a default color is used
    as background ?

    Now already looking forwards to renewal 😀

    #84324
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    #supersized a { display:none !important;}
    #supersized li:nth-child(1) { background-color:#foo !important;}
    #supersized li:nth-child(2) { background-color:#f77304 !important;}
    #supersized li:nth-child(3) { background-color:#007aa1 !important;}
    }

    Regards,
    Dave

    #84328
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    Davy,

    i wasn’t clear enough, the small slider pictures are nice, 100% Happy !!!

    I meant the images that are used in the sections…
    For example Section4 and Section6 should display no image buth instead a default color…
    Since if you view them on a small screen phone/tablet you get the zoomed up image.
    Defaulting a color would be way bether

    #84362
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues?

    Regards,
    Dave

    #84380
    dieter.malyssedieter.malysse
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: September 22, 2017

    Hi,

    an example https://i.imgur.com/dLPvpTz.png.
    I would like that blue white image to replace by the default blue color.
    And would implement it on other sections to 😉

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.