*

Anar Kazimli

  • *
  • 4 posts
Hello,
I would like to raise an important issue regarding the Ultimate Attributes PRO Plugin.
Currently, there is a limit that prevents adding more than 200 car models. I believe this restriction is not correct and creates serious problems for users who are running automotive classified websites.
The number of car models worldwide is far greater than 200. Because of this limit, it is impossible to add all existing models. This directly affects the quality, accuracy, and usability of our automotive listings.
We have purchased this plugin as a paid product, but due to this limitation, we are unable to fully use it for its intended purpose.
For automotive websites, having a complete and unlimited model database is essential. Therefore, I kindly request:
The removal of the 200+ model limit
or
An option in the admin panel to disable or increase this limit
This change would significantly improve the functionality of the plugin and make it more practical for real automotive marketplaces.
Thank you for your attention. I hope this issue can be reviewed and resolved soon.
Best regards,
Anar

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anar Kazimli

  • *
  • 4 posts
Re: Request to Remove the 200+ Model Limit in Ultimate Attributes PRO Plugin
« Reply #2 on: February 23, 2026, 03:56:33 PM »

Models Limit
models Limit maximum number of models retrieved at once.

 ??? :-\

Thank you for the clarification.
However, when I add more than 200 models, the additional models are stored in the MySQL database, but they are not displayed on the website or in the selection list.
This indicates that the plugin is applying a hard LIMIT (e.g. LIMIT 200) in the database query. As a result, models beyond 200 are never retrieved or shown.
So in practice, this behaves like a real functional limit, not just a performance optimization.
Could you please confirm if the query includes a fixed LIMIT 200?
If so, how can this be removed or increased?

*

MB Themes

Re: Request to Remove the 200+ Model Limit in Ultimate Attributes PRO Plugin
« Reply #3 on: February 24, 2026, 08:33:06 AM »
You have configuration param where you can set your limit. Set it to 500. That's it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anar Kazimli

  • *
  • 4 posts
Re: Request to Remove the 200+ Model Limit in Ultimate Attributes PRO Plugin
« Reply #4 on: February 24, 2026, 05:02:49 PM »
You have configuration param where you can set your limit. Set it to 500. That's it.

I have increased the Models Limit to 500 in the configuration.

However, the issue remains the same. Models beyond 200 are still not displayed, even though they exist in the MySQL database.

This suggests that there might be a hard-coded LIMIT 200 in the query, and the configuration parameter is not being applied correctly.

Could you please check if the SQL query is using a fixed LIMIT value instead of the configuration parameter?

*

MB Themes

Re: Request to Remove the 200+ Model Limit in Ultimate Attributes PRO Plugin
« Reply #5 on: February 24, 2026, 05:12:04 PM »
I've not seen any such limit in code.
Enable DB debug mode and check what query does limit.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anar Kazimli

  • *
  • 4 posts
Re: Request to Remove the 200+ Model Limit in Ultimate Attributes PRO Plugin
« Reply #6 on: February 24, 2026, 05:55:57 PM »
I've not seen any such limit in code.
Enable DB debug mode and check what query does limit.

"I enabled DB debug mode, but I don't see any LIMIT in the query. It seems the issue might be elsewhere, possibly a plugin or a code-level restriction. The next step would be to review the query and the code together."

*

MB Themes

Re: Request to Remove the 200+ Model Limit in Ultimate Attributes PRO Plugin
« Reply #7 on: February 25, 2026, 05:33:43 PM »
Tested on demo and everything works as expected.
Clean cache, session, disable caching, ...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots