Dogstudio / highway

Highway - A Modern Javascript Transitions Manager
https://highway.js.org/
MIT License
1.43k stars 92 forks source link

How do I can implement Highway in a Worpress running website? #94

Closed mateusnb closed 4 years ago

mateusnb commented 4 years ago

Hi Dogstudio/Highway team. Amazing work with Highway. Thanks for it.

I installed locally highway node. But now Im having some issues for the next steps. Shold I create a new project then take the folders upload to my worpress server and then update some files, and voi lá, it ll work ? Which WP files shold I edit? Is thre any boilerplate-like samples project implemented with wordpress that I can take as example?

Thanks for your help

ThaoD5 commented 4 years ago

Hello @mateusnb , The documentation is guiding you through the steps you have to accomplish to get Highway to run.

We are not aware of the logic of your website and the files they contain. What you should look for is to run the Highway.core function as in the doc, define the transition, and set the data-router-wrapper globally, then the data-router-view per page.

Further help will be hard to provide as this is very specific per website, even more when it is to be applied to an existing wordpress website.

We do not have a boilerplate ready as this is quite personal to each developer's stack.

dashdanilo commented 4 years ago

@mateusnb conseguiu chegar em alguma solução? estou iniciando com a mesma dúvida de integrar o Highway + wordpress