Viewing 1 replies (of 1 total)
  • Hello there,

    I’ve also ran into this issue and have put in a temporary fix which has worked for me. It’s not an ideal fix by any means but will hopefully help you through until something official is released.

    If you go to:
    wp-content > plugins > stella-free > js
    and open up post-tabs.js

    Directly after line 7
    jQuery(document).ready(function($) {

    Place this line of code:
    if(!$('body').hasClass('toplevel_page_wpcf7')) {

    Then on line 69 place a closing brace, just before the function closes.

    This will now stop the function from running when on the contact form page but it will work elsewhere.

Viewing 1 replies (of 1 total)
  • The topic ‘Stella Free breaks Contact Form 7 backend’ is closed to new replies.