shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php
shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php
shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php

The button does not work after clicking on a single or archive page.

This issue can happen in so many seniors however we will talk about one generic scenario.

To determine if the issue only occurs on the popup form, ensure that it appears when the client disables the following settings.

If you encounter the issue where the popup form does not appear after clicking the button, and the problem is manifested in the console as shown below:

Please copy the following code and paste it into the functions.php file of your active theme.

// Added by Wisdmlabs
// Dequeue Bootstrap CSS
function dequeue_bootstrap_css() {
    wp_dequeue_style('bootstrap-css');
    wp_deregister_style('bootstrap-css');
}
add_action('wp_enqueue_scripts', 'dequeue_bootstrap_css', 100);

// Dequeue Bootstrap JS
function dequeue_bootstrap_js() {
    wp_dequeue_script('bootstrap-js');
    wp_deregister_script('bootstrap-js');
}
add_action('wp_enqueue_scripts', 'dequeue_bootstrap_js', 100);

If this does not work for you, please do not hesitate to reach out to us at [email protected]. Furthermore, the issues may vary depending on the number of conflicts with third-party plugins. However, notwithstanding this issue, we will assist.

Updated on May 16, 2024
shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php
shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php
shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php

Was this article helpful?

shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php
shvsh > /home/1168859.cloudwaysapps.com/rcyqmhwrmv/public_html/docs/wp-content/plugins/ht-knowledge-base/ht-knowledge-base.php

Related Articles