• Resolved Decimus

    (@decimus)


    After a lot of research I’ve been swapping out contact form 7. I’ve started with https://www.decimus.com/contact-us/ works well with a default theme

    The first – with the phone item: the United Kingdom is in the wrong place. In the drop down it nestles between Gabon and Grenada?


    Second – with Titles is it possible to add additional tiles like Sir, Lady, Lord, Dame, Rt. Hon.


    Third – I just tried to install HappyForms on BajanThings.
    https://www.bajanthings.com/contact-burts/
    BT uses the Weaver theme. It installs but no sample form shows. Its just a totally blank? Any ideas?

    best regards

    Peter

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Decimus

    (@decimus)

    I reached out to Weaver. This was the response:
    <snip>Weaver Xtreme works well with other form plugins, and if there is some problem with the one you mentioned, at this point, we would consider it the plugin’s problem. Perhaps you can contact their support. Post Link: https://forum.weavertheme.com/forums/topic/happyforms-contact-form-plugin/#post-57972</snip&gt;

    Hey there, @decimus ??

    It looks like you also emailed us about the issue. We already replied to your email a few moments ago. Here’s the gist of our reply:

    As it turns out, HappyForms utilizes Customizer interface and Weaver Xtreme enqueues its scripts using a hook there which tends to break it.

    Luckily, there’s an easy fix around! In admin/customizer/load-customizer.php file in your theme directory, modify a code on line 105 which reads:

    add_action('customize_controls_print_footer_scripts', 'weaverx_customize_preview_js');

    to this:

    if ( ! function_exists( 'happyforms_is_preview' ) ) {
      add_action('customize_controls_print_footer_scripts', 'weaverx_customize_preview_js');
    }

    That should patch it up for you. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feedback – three items: phone / title / weaver theme’ is closed to new replies.