Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #538628

    i set up the form to display a short message when the form is sent on the same page but the only thing i get is a blank white square after the form is sent. it only works if i set to display message on a post or a diffrent page.

    here is my link :

    http://idico-luff.co/

    please let me know!

    thanks!

    #539590

    Hi juan4287!

    what do you mean exactly? where on your website can we see the issue you are talking about? maybe screenshots highlighting would be helpful to us. Use imgur.com or dropbox.

    Cheers!
    Andy

    #541278

    hi,

    the form is not working when i set it to to display a thank you message on the same page. i only get a white square after sending the form.

    i only get a white square instead of the thank you message on the same page.

    https://www.dropbox.com/s/5cv186176ye2xy0/white%20square.PNG?dl=0

    my website is http://www.idico-luff.co

    here is the screenshot

    #541281

    the form actually works and everything, i get the email input to my admin account but the display message i want to show on the same page once the form is sent does not work.

    #542104

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #542519

    i had to set it to display the image in a different page because the message on the same page was not working.

    the website is in spanish.

    Thanks!!!

    #545053

    Hi!

    I tried your contact form and get this message afterwards:
    “¡Tu mensaje se ha enviado correctamente!”
    So it seems to work fine for me. Could you fix it already?

    Cheers!
    Andy

    #547089

    hello how are you?

    i wanted to ask you something else. why does the website look weird on my mini ipad? it looks cramped together.

    look

    http://s2.postimg.org/vt18v5sjd/IMG_0514.png

    Thanks!

    #548153

    Hey!

    try this for iPad in your Quick CSS field:

    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) {
    .flex_cell.no_margin.av_one_third.avia-builder-el-5.el_before_av_cell_one_third.avia-builder-el-first {
    width: 65% !important;
    }
    .flex_cell.no_margin.av_one_third.avia-builder-el-12.el_after_av_cell_one_third.avia-builder-el-last {
    width: 65% !important;
    }}
    

    and adjust width value as needed.

    Regards,
    Andy

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