Replies: 0
Hello, I try to transform my web site in a SPA with the wordpress rest API V2.
I have some pages which use some extensions like a portfolio (the exact name of the extension is Modula) and a calendar event (the exact name of the extension is “Liste des événements”).
In order to insert the extension in my pages, I use the appropriate shortcode.
Unfortunately the two extensions don’t work fine with the rest api : it seems that the shortcode are correctly transform into html code in the content response of the rest api (for the two extensions), but for the two extensions there is something wrong :
– modula return some javascript in the response content and this code seems not to be executed
– the calendar event need a css file which is not in the response (this problème is “solved” because I have had the css file in my header manually).
So, my question is : is it a good way to use the rest api V2 with page that use extensions? Is it some restrictions for the extensions we ca use with the rest api? And finally…does someone have a solution for my portfolio?
Best regards
CGodefrw