[Resolved] Small arrows in links

Home Forums Support [Resolved] Small arrows in links

Home Forums Support Small arrows in links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2205301
    John

    Hello all

    On our website hg24.nl in the menu bar there are some small links for menu items Twitter – Instagram and Facebook with a strange icon next to it.
    The same icon is in the ad “Drivers wanted” in the right column, not in the other ads.

    Can you please help me further?

    Kind regards
    John

    #2205403
    David
    Staff
    Customer Support

    Hi there,

    it looks like you have a plugin or custom function that is adding that icon for all external links.
    You can see it in the content here:

    https://www.hg24.nl/riveer-start-maandag-op-met-calamiteitendienstregeling/

    You may want to check with the plugin author to see if you can selectively apply it.
    If not you could add some CSS like so:

    .saq-external-link-ico {
        display: none !important;
    }
    #primary .saq-external-link-ico {
        display: inline !important;
    }

    This will hide the icon unless its being displayed inside the primary content area.

    #2205415
    John

    Hi David

    Many thanks for your quick respond.
    Is it possible to see which plugin causes the problem.
    Isn’t it strange that the other links don’t show the icon?

    Kind Regards
    John

    #2205441
    David
    Staff
    Customer Support

    If i disable WP Rocket on the front end then i can see the CSS comes from:

    /wp-content/plugins/wp-click-info/wp-click-info.css

    Plugin name: WP Click Info ?

    It looks like it only applies to External Links ie. other domain names. But i cannot say as its not my plugin 🙂

    #2205452
    John

    Thanks for your respond. That must be the problem.

    Kind regards
    John

    #2206170
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.