• Hey Divi builders!

    I discovered an interesting issue while using this plugin to tracking internal clicks on my website. Some Divi components, specifically those using the Module link URL property, weren’t being tracked by the plugin. Upon investigation, I found that Divi handles these elements differently – they don’t generate standard HTML anchor tags, which is what the plugin looks for.

    I developed a simple workaround using jQuery (which comes bundled with Divi) to wrap these components in anchor tags. I’ve successfully tested this solution with the Blurb module without any issues.

    If anyone else is experiencing this problem and would like to implement this solution, just let me know in the comments, and I’ll share the code and implementation steps. But if you know your way with jQuery or JS it should be easy to figure it out yourself.

    I hope this helps someone.

    • This topic was modified 9 months, 4 weeks ago by zemog.
Viewing 2 replies - 1 through 2 (of 2 total)
  • jharbert23

    (@jharbert23)

    Hello Zemog. Would appreciate seeing the implementation. I assume you grab the urls from var et_link_options_data

    This seems to create an accessibility issue as well.

    Items given a link in the “Module Link URL” field get ignored when tabbing through the page.

    Please share your solution!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Divi’s Module Link URL click tracking – Issue & Workaround’ is closed to new replies.