mdubz
Forum Replies Created
-
Hi. Yes, I’m using the latest version, 1.7.6. I have tried all sorts of combinations of Membership levels configuration but still no renew button to be seen?
Forum: Plugins
In reply to: [IP Based Login] IP Range not saving correctlyI have manually changed the database fields start and end to bigint in order to allow for complete range C addresses to be used, however you may want to update the plugin to do the same. Other than that it works very well, thank you for your work.
I resolved it by removing the excerpts filter in my theme’s functions.php file
remove_filter(‘the_excerpt’, ‘pmpro_membership_excerpt_filter’, 15);
Thank you for PMPro support for pointing me in the right direction.
In case anyone else needs to do this …
I resolved it by removing the excerpts filter in my theme’s functions.php fileremove_filter(‘the_excerpt’, ‘pmpro_membership_excerpt_filter’, 15);