Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, did you installed Contact form 7?

    Thread Starter tratcliffe

    (@tratcliffe)

    Yes. I am using contact form 7 to display a registration form. I see your plugin is activated but I don’t see any menu item in admin. There is no settings for the plugin.

    It’s latest WordPress version multi site.

    https://woocommerce-490276-2851338.cloudwaysapps.com/wholesalers/

    Thread Starter tratcliffe

    (@tratcliffe)

    also getting a javascript error from this code – it may because I can’t get to the plugin settings but it only happens in a page that does not host a contact form :

    Uncaught TypeError: Cannot read properties of undefined (reading ‘value’)
    at HTMLDocument. (front.min.js:1:96)
    at RocketLazyLoadScripts._triggerDOMContentLoaded ((index):3:8873)
    at async RocketLazyLoadScripts._loadEverythingNow ((index):3:4718)
    (anonymous) @ front.min.js:1
    _triggerDOMContentLoaded @ (index):3
    await in _triggerDOMContentLoaded (async)
    _loadEverythingNow @ (index):3
    await in _loadEverythingNow (async)
    _triggerListener @ (index):3

    document.addEventListener(“DOMContentLoaded”, function() {
    document.getElementsByName(“_wpcf7”)[0].value === cf7forms_data.reg_form_id && 1 == document.body.classList.contains(“logged-in”) && (document.getElementsByClassName(“wpcf7”)[0].innerHTML = “You are already logged in.”)
    }),
    document.addEventListener(“wpcf7mailsent”, function(e) {
    setTimeout(function() {
    if (“” != cf7forms_data.reg_form_redirect) {
    var t = e.detail.contactFormId;
    cf7forms_data.reg_form_id == t && (window.location = cf7forms_data.reg_form_redirect)
    }
    }, 1e3)
    });

    please disable all plugines and activate one by one first CF7 and this plugin… see what happen.. then activate the others and see if the issue disappears…

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

The topic ‘No admin menu’ is closed to new replies.