Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help with implementation in wordpress #1347

Open
adammakowskidev opened this issue Dec 5, 2024 · 0 comments
Open

help with implementation in wordpress #1347

adammakowskidev opened this issue Dec 5, 2024 · 0 comments

Comments

@adammakowskidev
Copy link

adammakowskidev commented Dec 5, 2024

Hi
I am trying to implement Turbo in WordPress, I don't know exactly how to configure Turbo to work with links on my site. I have found the reasons why fetch doesn't work, I just don't know how to fix it.

The urls on my site look like this:
<a class="bde-text-link-361-117 bde-text-link breakdance-link" href="https://domain.com/page" target="_self" data-type="url">Click Here</a>

If I remove target and data type, fetch works.
<a class="bde-text-link-361-117 bde-text-link breakdance-link" href="https://domain.com/page">Click Here</a>

How can I configure Turbo to take such links?

@adammakowskidev adammakowskidev changed the title pomoc w implementacji w wordpress help with implementation in wordpress Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant