Title: Not viewing all groups
Last modified: September 29, 2020

---

# Not viewing all groups

 *  Resolved [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/not-viewing-all-groups/)
 * Hello,
 * I have plugin version 1.1.10 and WP version 5.5.1 now, but the issue happened
   with previous versions too.
 * When I installed the plugin and configured the API key for mailer lite, most (
   I think all) of the groups where imported properly. However, later on I created
   other groups, and they’ve not been added, they’re not visible in the Contact 
   Form 7 / Mailer lite tab / Groups field. I also tried to click the sync button
   and remove/add back again the API key.
 * Thanks
    Max
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnot-viewing-all-groups%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/not-viewing-all-groups/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-viewing-all-groups/page/2/?output_format=md)

 *  Plugin Author [arisoft](https://wordpress.org/support/users/arisoft/)
 * (@arisoft)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-13472100)
 * Hello
 * Is it possible to see the problem anywhere?
 * PS: You can contact us by email: info (at) ari-soft (dot) com
 *  Thread Starter [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-13472381)
 * Hello, sure. I’ll send you an email and get in touch.
 *  [altruistas](https://wordpress.org/support/users/altruistas/)
 * (@altruistas)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-13968601)
 * this plugin has limitations on the amount of subscriber list display. If you 
   haven’t been able to fix it yet, write to me i’ll help
 *  [yanickc](https://wordpress.org/support/users/yanickco/)
 * (@yanickco)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14217558)
 * [@altruistas](https://wordpress.org/support/users/altruistas/) how do I remove
   the limit for the amount of subscriber lists to display? I’m having the same 
   issue on my end.
 * Thanks in advance,
    Yan
 *  Thread Starter [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14217571)
 * Hello [@altruistas](https://wordpress.org/support/users/altruistas/), I still
   didn’t fix as well. Can you please advise?
 *  [altruistas](https://wordpress.org/support/users/altruistas/)
 * (@altruistas)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14217816)
 * [@maxdestefano](https://wordpress.org/support/users/maxdestefano/) [@yanickco](https://wordpress.org/support/users/yanickco/)
   
   Hi, u need to edit plugin file which returning groups. Do u now how to edit files?
 *  [yanickc](https://wordpress.org/support/users/yanickco/)
 * (@yanickco)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14217826)
 * Yup!
 * Can you tell me what file and line needs to be changed? Any idea why they are
   limiting the number?
 * Thanks,
    Yan
    -  This reply was modified 5 years ago by [tobifjellner (Tor-Bjorn “Tobi” Fjellner)](https://wordpress.org/support/users/tobifjellner/).
    -  This reply was modified 5 years ago by [yanickc](https://wordpress.org/support/users/yanickco/).
    -  This reply was modified 5 years ago by [yanickc](https://wordpress.org/support/users/yanickco/).
 *  Thread Starter [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14217851)
 * [@altruistas](https://wordpress.org/support/users/altruistas/) yes I know how
   to edit files, can you please tell us what’s the file? Thanks!
 *  [altruistas](https://wordpress.org/support/users/altruistas/)
 * (@altruistas)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14217882)
 * [@yanickco](https://wordpress.org/support/users/yanickco/) yes u can overriding
   Plugin Function in Child Theme
    Plugin function location: cf7_addons/mailerlite/
   helpers/class-mailerlite.php Function name: get_lists U need to add argument 
   to mailerlite api line about 86 $groups = $mailer_lite->groups()->get(); Need
   to add example limit of 1000: ->limit(10000) Final args: $groups = $mailer_lite-
   >groups()->limit(10000)->get();
 *  Thread Starter [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14218002)
 * [@altruistas](https://wordpress.org/support/users/altruistas/) so basically you
   need to add a limit manually because the plugin is not able to handle all the
   groups? In other words, if you don’t specify any limit manually, the plugin puts
   a limit itself automatically? Is my understanding correct?
 * Also, yes it seems to work fine! Thanks!
 * Could you please also share how to override the plugin function with the Child
   Theme?
 * Thanks,
    Max
    -  This reply was modified 5 years ago by [maxdestefano](https://wordpress.org/support/users/maxdestefano/).
 *  [altruistas](https://wordpress.org/support/users/altruistas/)
 * (@altruistas)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14218043)
 * [@maxdestefano](https://wordpress.org/support/users/maxdestefano/) no if u don’t
   adding limit in mailerlite api it will show default number of groups.
 *  Thread Starter [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14218068)
 * [@altruistas](https://wordpress.org/support/users/altruistas/) very good, thanks
   for your explanation!
 * Can you please also explain how to override in the Child Theme, I wasn’t able
   to do that as I didn’t find any hook to use.
 * Thanks!
    Max
 *  [altruistas](https://wordpress.org/support/users/altruistas/)
 * (@altruistas)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14218137)
 * There is no hooks for functions.
    You can’t really “override” a function. If 
   a function is defined, you can’t redefine or change it. Your best option is to
   write to plugin admin to fix this “bug” Or u can write add_filter() function.
   I can’t copy it to u because i din’t made it to this plugin. It was not so necessary
   to my client.
 *  Thread Starter [maxdestefano](https://wordpress.org/support/users/maxdestefano/)
 * (@maxdestefano)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14218164)
 * OK very good, no problem!
 * [@arisoft](https://wordpress.org/support/users/arisoft/) can you please check
   this? [@altruistas](https://wordpress.org/support/users/altruistas/) found how
   to solve it.
 * Maybe you can fix this bug in your future releases, so that when we update the
   plugin we don’t lose the fix.
 * Thanks
    Max
 *  [yanickc](https://wordpress.org/support/users/yanickco/)
 * (@yanickco)
 * [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/#post-14218249)
 * Thanks for your help [@altruistas](https://wordpress.org/support/users/altruistas/)
 * I can confirm this worked for me too.
 * Hopefully [@arisoft](https://wordpress.org/support/users/arisoft/) can fix this
   in a future update.
 * Thanks!
    Yan

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/not-viewing-all-groups/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-viewing-all-groups/page/2/?output_format=md)

The topic ‘Not viewing all groups’ is closed to new replies.

 * ![](https://ps.w.org/ari-cf7-connector/assets/icon-256x256.png?rev=1640365)
 * [Contact Form 7 Connector](https://wordpress.org/plugins/ari-cf7-connector/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ari-cf7-connector/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ari-cf7-connector/)
 * [Active Topics](https://wordpress.org/support/plugin/ari-cf7-connector/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ari-cf7-connector/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ari-cf7-connector/reviews/)

 * 17 replies
 * 4 participants
 * Last reply from: [arisoft](https://wordpress.org/support/users/arisoft/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/not-viewing-all-groups/page/2/#post-14226879)
 * Status: resolved