Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author embedplus

    (@embedplus)

    Hello,

    That error does not seem to be coming from our plugin’s actual code. Could you please create a temporary admin for us to investigate this issue?

    Cheers,
    -EmbedPlus Team

    Thread Starter lljb3

    (@lljb3)

    Sorry for the late response. Sure. Give me one moment.

    Thread Starter lljb3

    (@lljb3)

    I’m not 100% sure of which email to use, but there is a profile set up under [email protected]

    Plugin Author embedplus

    (@embedplus)

    Hi,

    That email address does not exist. Please use the email you’ll see near the bottom of our plugin’s settings page (in the support section), and then shoot us a quick email at that address after it’s set up.

    We’d just post the address here but that always invites spambots, which have gotten pretty smart these days.

    -EmbedPlus Team

    Thread Starter lljb3

    (@lljb3)

    You are all set.

    Plugin Author embedplus

    (@embedplus)

    Hi,

    Your theme had some faulty code. It was detecting ajax requests the wrong way in this file: wp-content/themes/corp-full-theme/install/kake-options.php

    We changed part of line 93, from this bit (wrong):

    $_SERVER[‘DOING_AJAX’] != ‘/wp-admin/admin-ajax.php’

    to this (correct):

    !(defined(‘DOING_AJAX’) && DOING_AJAX)

    If you ever plan on updating your theme (in case there’s a new version in the future) you might want to forward this information to your theme creator. That way if you do update your theme, this change will be intact instead of being overwritten.

    -EmbedPlus Team

    Thread Starter lljb3

    (@lljb3)

    It’s currently overwritten now. Thank you very much for the assist!

    Plugin Author embedplus

    (@embedplus)

    No problem. Please take a couple minutes to rate.

    -EmbedPlus Team

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error thrown on non-logged in users using gallery playlist’ is closed to new replies.