• Resolved starcontinuum

    (@starcontinuum)


    Hi there,

    Since last update, count and count down doesn’t work anymore. It was working perfectly since i build this form. Now suddenly, the count doesn’t work anymore. Minlength and max length still working.

    Thanks for any advice
    Rafael

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme.

    Thread Starter starcontinuum

    (@starcontinuum)

    I don’t have the default templates anymore because of security – but it worked until some weeks ago…

    Thread Starter starcontinuum

    (@starcontinuum)

    Found the problem by myself… there was an “optimization” inside my child-themes functions.php which prevented loading of wpcf7s js and css.

    add_filter( 'wpcf7_load_js', '__return_false' );
    add_filter( 'wpcf7_load_css', '__return_false' );

    What’s that good for? Cause i just use forms within 2 of 50 pages, and i don’t want to load all the unnecessary tons of code on each page.

    Have you any other solution to prevent loading the unnecessary files from wpcf7 on pages which don’t contains any form?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘count and count down doesn’t work’ is closed to new replies.