This topic has 2 replies, 2 voices, and was last updated 9 years by Vanessa.

  • Author
  • #82422
     Vanessa
    Participant

    It shows that there are members, but there is no list of members to choose from

    #82433
     sharmstr
    Moderator

    You can see that the page is not processing fully. Look for plugin conflicts by disabling all plugins, check to make sure the page works, then enable each plugin one by one to find the issue.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #82438
     Vanessa
    Participant

    Thanks, I’ve spent more time on this, the ad inserter plugin was conflicting. I’ve emailed the plugin author, for future reference a temporary fix is to comment out line 1035 in the ad-inserter.php file
    So this:
    if (!$query->is_main_query()) return;
    becomes:
    // if (!$query->is_main_query()) return;


    More details

    Turning on debug shows the following error:
    BP_Groups_Group_Members_Template::is_main_query() in /home/cross/www/wp-content/plugins/ad-inserter/ad-inserter.php on line 1035

    For reference, here is the code around line 1035
    In the short term I’ve just commented out line 1035, though would be best to get a full fix for this

    if (!$query->is_main_query()) return;

    // Process Before Title postion
    function ai_loop_start_hook ($query){

    if (!$query->is_main_query()) return;
    if (is_feed()) return;

    //get post published date
    $publish_date = get_the_date (‘U’);

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?