dmink
Forum Replies Created
-
Thanks
Hi all
My site has two pages with contact forms. I know the ID of these two pages. Can I use this simple code? Is this a correct solution?add_action( 'wp_enqueue_scripts', 'remove_recaptcha_from_pages', 1 ); function remove_recaptcha_from_pages() { if ( !is_page(2724) and !is_page(7753) ) { remove_action('wp_enqueue_scripts', 'wpcf7_do_enqueue_scripts'); remove_action('wp_enqueue_scripts', 'wpcf7_recaptcha_enqueue_scripts'); } }
Forum: Fixing WordPress
In reply to: Why is WPBakery Page Builder backend editor not clickable?This is the quote from my question:
There is another installed plugin (Hustle, for popups) that has the same problem – its dashboard even is not loading.
I think the issue in the server settings, or wordpress setting, or files permession, or ssl etc. Maybe someone had the same issue
- This reply was modified 6 years, 3 months ago by dmink.
Forum: Fixing WordPress
In reply to: Why is WPBakery Page Builder backend editor not clickable?Because there is another installed plugin (Hustle, for popups) that has the same problem – its dashboard even is not loading
Forum: Fixing WordPress
In reply to: Why is WPBakery Page Builder backend editor not clickable?Ok, thanks, no more questions
(though it isn’t wpbakery issue obviously)Forum: Fixing WordPress
In reply to: Why is WPBakery Page Builder backend editor not clickable?My WPBakery page builder was bought on themeforest with a theme, so I don’t have a license and hence have not got an access to support too
Forum: Fixing WordPress
In reply to: Why is WPBakery Page Builder backend editor not clickable?I did this many times and any theme has the issue. And other plugin switched off too. Editor still is not working
Forum: Fixing WordPress
In reply to: Why is WPBakery Page Builder backend editor not clickable?I don’t think the issue in wpbakery, maybe something wrong with server settings or ssl, I don’t know
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded text appears behind another contentDon’t close the topic, please, I still need help. I’ll write a ticket to Avada support now.
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded text appears behind another contentAvada is the most popular WordPress theme, so this fix will be useful for your plugin, for sure
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded text appears behind another contentI know what they will answer because I already communicated with them with other issues and read their forum. They can’t adopt their theme for each plugin. They offer paid support.
So, help me please here. What js/jquery function I have to add to my customization file?