GersNL
Forum Replies Created
-
You’re right, its not the real solution… (it hides the real problem/errors).
Sadly I don’t know anyone who can fix this (and have not found anyone also).
If you can fix it or if you know someone, that would be awesome 🙂Hi @fobetta, it a solution that worked for us 😀
In other words its a target solution and general band aid (for the meantime)… the errors we where seeing are gone.
And you’re right if WPBakkery are coming with a solution and fixing the problem I would not do this quick fix. But after weeks waiting and because they are not really communicating I think this is (for us) the best solution 😉I had the same problem… got a lot of erros on my screen… tried everything.
Nothing worked 🙁
And then I just found my solution on “https://themes.artbees.net/forums/topic/bug-in-js-composer/”.Try to add these code in the wp-config.php;
ini_set(‘log_errors’,’On’);
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);Good luck (and thanks Nodari 😉 )
Forum: Plugins
In reply to: [Product Tabs for WooCommerce] Custum Products Tabs "Not available"?Yes! it works again 😀
Your the best, thanks alot Nilambar Sharma.Forum: Plugins
In reply to: [Product Tabs for WooCommerce] Custum Products Tabs "Not available"?One other thing, the tabs I’ve made are visible (on the front site) but are only empty.
And I’m using WP version 4.2.1.Forum: Plugins
In reply to: [Product Tabs for WooCommerce] Custum Products Tabs "Not available"?Hi Nilabar Sharma,
Thank you for the reply.Yes I did first create my own custom tab on the “WooCommerce -> Product Tabs” page.
I also did a test by clicking the checkboxes ‘on & off’ all the toggle menu “Conditions” option. And also set the toggle menu “Tab: Settings” on “Use Default for All”. But it still didn’t work 🙁
Kind Regards