Home Forums WoodMart support forum contact 7 problem

contact 7 problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37255

    wanila
    Participant

    Hello!

    If user on a mobile ( both android and ios ) send a successful message by contact 7, then no “send successful” message appear!
    the error messages are ok. but only successful messages …
    i test this problem in woodmart demo too.

    Thanks.

    #37256

    wanila
    Participant

    + my other question is:
    is there any code to change error messages style ( on contact forms, shop pages and … ) to old style? i mean a normal error message ( no popup ) like basel theme

    #37315

    Artem Temos
    Keymaster

    Hi,

    We tested the contact form on mobile devices and it always works well for us. Here is a CSS snippet to change messages styles

    body div.wpcf7-response-output {
        position: relative;
        top:auto;
        bottom: auto;
        left:auto;
        right:auto;
        padding-right: 30px;
        z-index: auto;
        cursor: default;
        transform: none;
       -webkit-transform: none;
       animation: none;
       -webkit-animation: none;
    }
    
    body div.wpcf7-response-output:after {
        content: none;
    }
    
    body div.wpcf7-response-output.hidden-notice {
        animation: none;
        -webkit-animation: none;        
    }

    Regards

    #37401

    wanila
    Participant

    thank you so much.
    i found the problem. here is the solution for other users:
    if you use wp-spamshield plugin this error will happen. you can disable ” protect contact 7 ” option.

    #37403

    wanila
    Participant

    + one more question:
    this topic: https://xtemos.com/forums/topic/ajax-pagination-does-not-work-bug/
    you said we must edit the functions.js. right?
    but there is a file in that folder called ” functions.min.js ”
    should we edit that file too?
    i enable minify javascript + combine java script in woodmart theme setting …

    #37431

    Artem Temos
    Keymaster

    Yes, you need to customize this file as well if you want to use our JS minify option.

Viewing 6 posts - 1 through 6 (of 6 total)