• Resolved jscongdon

    (@jscongdon)


    I’m not sure what’s going on. I’ve activated the plug-in and have set up a CF7 form with test shortcode and it’s not working. I’ve checked for wp_head and wp_footer and they are there. I don’t appear to be getting any PHP errors – nothing is reporting with WP_DEBUG enabled.
    I’m just not sure what else to look at.

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @jscongdon

    Can you try disabling bwp-minify and see if that helps? It looks like the CSS didn’t get minified properly for some reason.

    If it does help, try and find an option to re-do the CSS minification (I don’t know anything about the bwp minify plugin but surely it would have that option somewhere).

    Thanks,
    Angus

    Thread Starter jscongdon

    (@jscongdon)

    Minification has been removed. I am getting slightly better results.

    Thread Starter jscongdon

    (@jscongdon)

    Looks like there were some other minifications enabled as well. I cleared caches and disabled those.

    Plugin Author GusRuss89

    (@gusruss89)

    So the problem is resolved?

    Thread Starter jscongdon

    (@jscongdon)

    Is not.

    Plugin Author GusRuss89

    (@gusruss89)

    Hi @jscongdon,

    The form has disappeared from the page entirely now. Where can I go to help you keep debugging?

    Thanks,
    Angus

    Thread Starter jscongdon

    (@jscongdon)

    It’s still there. I just reduced the entries to see if there was a specific field that was causing an issue.
    Current shortcode in the form is:

    [md-form theme="dark"]
    
    [md-text label="Your name"]
    [text* your-name]
    [/md-text]
    
    [md-text label="Your email"]
    [email* your-email]
    [/md-text]
    
    Plugin Author GusRuss89

    (@gusruss89)

    Hi @jscongdon

    It looks like it’s working now. You just need to remove theme="dark" from the [md-form] shortcode and add the rest of your fields back in (don’t forget the closing [/md-form]. The dark theme is for when you have a dark coloured background.

    Thanks,
    Angus

    Thread Starter jscongdon

    (@jscongdon)

    Ok… yeah, I didn’t copy the end tag there.

    For some reason, I was thinking the dark theme would create a Dark Material Theme. The dark theme setting seems to take care of most of it.

    I replaced the full listing of test fields, and the md-switches aren’t triggering.

    Thread Starter jscongdon

    (@jscongdon)

    NVM, I’m just seeing they are part of the Pro package.

    Looks like everything is working now.
    I’ll slowly integrate what I disabled and see where the conflict is.

    Thanks.

    Plugin Author GusRuss89

    (@gusruss89)

    Hi @jscongdon

    The problem was that BWP Minify didn’t include the plugin CSS in it’s minified bundle. If that happens again, maybe BWP Minify has an option to exclude a particular file from minification? If so, that should fix your issue.

    Thanks,
    Angus

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Not working at all’ is closed to new replies.