First, just FYI that setting will only work if you update your theme to use the pmpro_displayAds() function or are using one of the integrated plugins (not Google Publisher Beta).
Second, I’m also seeing the issue where selected categories are not really saving. We will look into this and get it fixed ASAP.
I have this fixed in the dev version (should go live today or tomorrow). You can see the update here if you’d like to patch your version sooner:
https://github.com/strangerstudios/paid-memberships-pro/commit/5b695c8f71685df296d54861b4972b3b9ae62aa7
First, just FYI that setting will only work if you update your theme to use the pmpro_displayAds() function or are using one of the integrated plugins (not Google Publisher Beta).
How do I do this?
I’m a newb and don’t know that much about how it all works. I tried creating a functions.php file in the child-theme but got an error saying that it can’t load the function because it was already loaded by PMPro. I guess that’s not the solution, but what is? I’m using Quick Adsense, btw.
I was going to just install Easy Adsense, but have you seen the reviews? Several people are claiming that it’s using the plugin to insert ads from the creator’s account to skim ad space off your site.
Of course, I know it’s the net and people can say anything, but I haven’t seen that many accusatory and negative reviews about a plugin before, so I’m just wary.
> I tried creating a functions.php file in the child-theme but got an error saying that it can’t load the function because it was already loaded by PMPro.
You don’t need to redefine the pmpro_displayAds() function. This function is already there for you to use wherever you want in your theme files. Does that clear things up?