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
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?
The text was updated successfully, but these errors were encountered:
adammakowskidev
changed the title
pomoc w implementacji w wordpress
help with implementation in wordpress
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?
The text was updated successfully, but these errors were encountered: