Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Antonino Scarfì

    (@antoscarface)

    Hi,

    please activate the debug mode in your WordPress installation (more info https://codex.wordpress.org/Debugging_in_WordPress) and try to refresh the page.

    Paste here the error code will appear so I can understand the reason of the issue and try to find a solution.

    Thanks.

    Thread Starter auludag

    (@auludag)

    thanks for reaching out. i accomplished that.

    Uncaught Error: Class ‘AEPC_Pixel_Scripts’ not found in /…/wp-content/plugins/pixel-caffeine/includes/supports/class-aepc-woocommerce-addon-support.php:292

    and also there are stack trace

    if you need stack trace could you share an email address,to send since there could be some sensitive info?

    • This reply was modified 6 years, 8 months ago by auludag.
    Plugin Author Antonino Scarfì

    (@antoscarface)

    Hi,

    thanks for reaching out this error.

    So, in order to fix, try to make a temporary change in the plugin.
    Open the file wp-content/plugins/pixel-caffeine/includes/supports/class-aepc-woocommerce-addon-support.php and find thsi line (around line 286):

    if ( ! PixelCaffeine()->is_pixel_enabled() ) {

    Replace this line with this:

    if ( is_admin() || ! PixelCaffeine()->is_pixel_enabled() ) {

    After this change, you should fix the issue.

    I ask you to make this change yourself in order to have the plugin working now, without wait the new release. Anyway, I’ll add this fix in the next version.

    Let me know if you will solve.

    Thanks.

    Thread Starter auludag

    (@auludag)

    Woah! that solved. thanks @antoscarface.

    Plugin Author Antonino Scarfì

    (@antoscarface)

    Yeah, perfect! Glad you have solved! 🙂
    Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When Pixel Caffeine is enabled, Divi post edit gives blank’ is closed to new replies.