You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will urgently need to establish our own templates library in order not to appear to abuse the original plugin's server.
This is not an easy task to pull of but we can use a temporary GitHub based source while we set up a more robust own cloud based API/server for the purpose.
Looking for anyone with the know how on how to pull of a custom remote API server for help and guidance. The GitHub source repo is the easy part and a mock repo is available for testing purposes - it's the own cloud server/API that this issue seeks to address!
The text was updated successfully, but these errors were encountered:
May be a do_action() for classic-elementor can be added in this space to allow for the developers to allow for new url to be provided. It is a much cleaner direction I think.
The only issue is both the info endpoint and the served template endpoint are done manually i.e. I'd first have to created a template using Classic Elements' CPT then export that template as a JSON file. This is then copied into another JSON CPT and saved as raw json code. Same is true for the info endpoint which is updated manually with the new template's details.
I'm just wondering if both can be done automatically or manual is the only way?
We will urgently need to establish our own templates library in order not to appear to abuse the original plugin's server.
This is not an easy task to pull of but we can use a temporary GitHub based source while we set up a more robust own cloud based API/server for the purpose.
Looking for anyone with the know how on how to pull of a custom remote API server for help and guidance. The GitHub source repo is the easy part and a mock repo is available for testing purposes - it's the own cloud server/API that this issue seeks to address!
The text was updated successfully, but these errors were encountered: