I want to use GatoGraphQL on my client websites, but I don't want my clients to know that I'm using GatoGraphQL. Does itoffer a white-label plan?
Let me explain why this feature is crucial for premium users like me who have invested in the ultimate plan:
1. As an agency owner, maintaining my brand identity across all client projects is essential. White-labeling allows me to present a more professional and cohesive service offering.
2. Many clients prefer working with agencies that appear to have proprietary solutions. When they see third-party tools, they might try to cut out the middleman and go directly to the source, which can impact my business.
I'm interested in the plugin and wanted to see if this works with my goal for two sites. Whenever a new post is published on the main site (the English site), the Spanish site will also be updated accordingly.
Will this query help with my goal? https://gatographql.com/library/distribute-content-from-an-upstream-to-multiple-downstream-wordpress-sites
I use Metabox for custom post and custom fields, so I'm not sure if there will be a conflict there? No custom tables are used.
A: no, I'd need to create a dedicated extension for Meta Box to fetch data from custom tables, right now it works from post meta (Btw, it's the same with ACF, it works currently with post meta, but I'd need a dedicated extension for custom tables)
A: Hi, the Elementor integration is almost ready, I expect to launch it in the upcoming days. Then you can find docs in the site, and some demo video. I'll send a newsletter announcing the launch, please subscribe if you're interested.
I understand that you are developing it and plan to launch soon but I am trying to get this deal before it ends. Would you be able to give us a brief overview of what its capabilities/options are ?
OK, can. The extension adds fields `elementorData` and `elementorFlattenedDataItems`, and mutations `elementorSetCustomPostElementDatas` and `elementorMergeCustomPostElementDataItems`, to the GraphQL schema. These allow to retrieve and modify the elementor data in a post, stored under meta `_elementor_data`, then you can manipulate those using GraphQL.
An example of what I do with it: Access all strings in the Elementor widgets in a page, and translate those strings, to effectively translate the whole Elementor page. Check this video: https://www.youtube.com/watch?v=XHirJAkMYwg
Other examples: You can then create Elementor pages in bulk, creating an Elementor page with {variables} inside, and then replacing those strings with data coming from a CSV, similar to this video (but using Elementor instead of Gutenberg): https://gatographql.com/highlights#bulk-post-creation-using-templates
Q: Whitelabel Plugin
Hi GatoGraphQL Team,
I want to use GatoGraphQL on my client websites, but I don't want my clients to know that I'm using GatoGraphQL. Does itoffer a white-label plan?
Let me explain why this feature is crucial for premium users like me who have invested in the ultimate plan:
1. As an agency owner, maintaining my brand identity across all client projects is essential. White-labeling allows me to present a more professional and cohesive service offering.
2. Many clients prefer working with agencies that appear to have proprietary solutions. When they see third-party tools, they might try to cut out the middleman and go directly to the source, which can impact my business.
Leonardo_GatoGraphQL
Apr 29, 2025A: Please contact me via the Contact form on the site, and we can discuss what can be done
Share Gato GraphQL
Q: Updating Second site with query
Hi,
I'm interested in the plugin and wanted to see if this works with my goal for two sites.
Whenever a new post is published on the main site (the English site), the Spanish site will also be updated accordingly.
Will this query help with my goal?
https://gatographql.com/library/distribute-content-from-an-upstream-to-multiple-downstream-wordpress-sites
I use Metabox for custom post and custom fields, so I'm not sure if there will be a conflict there? No custom tables are used.
Thank you!
Leonardo_GatoGraphQL
Apr 29, 2025A: Yes, it should work, you can use that query, and there's no conflict with Meta Box
Share Gato GraphQL
I recorded a video showing how it works: https://gatographql.com/demos/synchronizing-post-across-2-sites-including-meta-box-and-slim-seo-metadata
Q: Metabox Plugin
I see you recently added ACF compatibility. Does Gato GraphQL work with Metabox.io custom fields, CPTs, and taxonomies?
Will your plugin work if I use Metabox's custom tables which saves custom fields data to custom table instead of the default meta tables.
Leonardo_GatoGraphQL
Apr 27, 2025A: no, I'd need to create a dedicated extension for Meta Box to fetch data from custom tables, right now it works from post meta (Btw, it's the same with ACF, it works currently with post meta, but I'd need a dedicated extension for custom tables)
Share Gato GraphQL
Q: 200 Domains
I see on your site you have an ltd for 200 sites at $499. That's even a better deal than 6 codes here right?
Leonardo_GatoGraphQL
Apr 27, 2025A: it's 200 domains vs 120 of tier 6, and an additional Premium Extension: Translation
Share Gato GraphQL
Q: Elementor Integration
Hello,
My website is fully in elementor and can you explain about the elementor integration and also some of the use cases.
Leonardo_GatoGraphQL
Apr 25, 2025A: Hi, the Elementor integration is almost ready, I expect to launch it in the upcoming days. Then you can find docs in the site, and some demo video. I'll send a newsletter announcing the launch, please subscribe if you're interested.
Share Gato GraphQL
I understand that you are developing it and plan to launch soon but I am trying to get this deal before it ends. Would you be able to give us a brief overview of what its capabilities/options are ?
OK, can. The extension adds fields `elementorData` and `elementorFlattenedDataItems`, and mutations `elementorSetCustomPostElementDatas` and `elementorMergeCustomPostElementDataItems`, to the GraphQL schema. These allow to retrieve and modify the elementor data in a post, stored under meta `_elementor_data`, then you can manipulate those using GraphQL.
An example of what I do with it: Access all strings in the Elementor widgets in a page, and translate those strings, to effectively translate the whole Elementor page. Check this video: https://www.youtube.com/watch?v=XHirJAkMYwg
Other examples: You can then create Elementor pages in bulk, creating an Elementor page with {variables} inside, and then replacing those strings with data coming from a CSV, similar to this video (but using Elementor instead of Gutenberg): https://gatographql.com/highlights#bulk-post-creation-using-templates
Another example: Rewrite Elementor data in the page using ChatGPT
Thank you and I really appreciate you taking the time to explain things
๐