• Resolved Dave Tavres

    (@davetavres)


    This plugin is AWESOME… however, I’ve just built a site with elementor, but NO external links open in a new tab.

    I’ve tried several regex options, but either ALL links (including anchor links on the page) open in a new tab, or no external links open in a new tab.

    Anyone know how to make this plugin work with elementor? Or what regex to use?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    I just tested by adding a heading that links to a URL and I can get it to open in an external tab by targetting it either with:
    .elementor-heading-title a
    or adding a class “external-link” to the header and targetting it in External Links with:
    .external-link a

    The JS expression usually contains either a .class (with a dot in front) or an #id (with a hash in front) of the anchor element of of a parent containing it followed by a like .parent a or #parent a

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.