• When selecting Rotate Ads all Ads are displayed at same time with this #wpai-del# between each Ad.

    I updated the line of code as suggested:
    $ads = split(‘#wpai-del#’,$blocks[intval($id)]->default_ads);
    TO
    $ads = explode(‘#wpai-del#’,$blocks[intval($id)]->default_ads);

    Any help in finding a solution would be a big help.

Viewing 1 replies (of 1 total)
  • Thread Starter skipwater

    (@skipwater)

    Update to issue rotate ads not working.

    This is only happening when trying to place a rotate ad in a wp post section it works fine within wp page sections.

Viewing 1 replies (of 1 total)
  • The topic ‘Rotate Ads Not Working’ is closed to new replies.