Home › Forums › Parallax Me Forum › Contact Form issue
- This topic has 15 replies, 3 voices, and was last updated 7 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
September 23, 2017 at 11:13 am #84038
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 ???
September 25, 2017 at 5:33 am #84093Hi,
Kindly show us your website URL so that we can assist further.
Regards,
DaveSeptember 25, 2017 at 7:33 am #84119Still 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>
September 25, 2017 at 11:02 am #84132I 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 / tabletsSeptember 25, 2017 at 1:17 pm #84150Hi,
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,
DaveSeptember 26, 2017 at 6:59 am #84219This was solved.
Regards,
ShriSeptember 26, 2017 at 9:04 am #84231Shri,
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 ?
September 27, 2017 at 6:12 am #84288Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
DaveSeptember 27, 2017 at 8:03 am #84298I placed 2 screenshots from my iphone in this album.
https://imgur.com/a/S94h7You 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 ?
September 27, 2017 at 12:55 pm #84321Hi,
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,
DaveSeptember 27, 2017 at 1:04 pm #84322Thanks,
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 😀
September 27, 2017 at 1:19 pm #84324Hi,
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,
DaveSeptember 27, 2017 at 1:48 pm #84328Davy,
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 betherSeptember 28, 2017 at 5:01 am #84362Hi,
Can you send us the screenshot of your issues?
Regards,
DaveSeptember 28, 2017 at 7:26 am #84380Hi,
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 😉 -
AuthorPosts
- You must be logged in to reply to this topic.