Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1305227

    Ich würde gerne ein paar Links in einem neuen Tab öffnen lassen.
    Ich habe dasHäckchen auch gesetzt und im Code scheint auch alles richtig zu sein mit
    ” target=”_blank” rel=”noopener”
    aber leider öffnet sich trotzdem kein neues Fenster. Muss ich noch was machen?

    #1305441

    Hey Lin84,

    Please try this instead:

    <a href="https://your.site/" target="_blank">This is my link</a>

    Best regards,
    Rikard

    #1306185

    Leider wird das nicht übernommen, obwohl ich auf speichern klicke. Wenn ich das Fenster dann schließe und es wieder öffne steht das rel=”noppender” wieder da.

    #1306337

    Hi,

    Thanks for the update. I’m not sure I understand what you are trying to achieve now though. Could you try to explain a bit further, and post a link to where we can see the problem you are having?

    Best regards,
    Rikard

    #1306367

    When I click on the link, a new browser window is supposed to open so that my page stays open.
    But this does not happen. The link opens in the same browser window and so you get to a new website.
    My page is then no longer visible.

    #1306550

    Hi,

    Thanks for the update. This part is missing in your markup:

    target="_blank"

    Without that, it won’t open in a new tab. Please try adding it. If you need further help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1306679

    Excuse me, I have written here only the text that you should look at the page. And not properly linked.
    I have target=”_blank” in the code.

    Here is the code that is used:

    <li><span class="caps">EUROPA</span>-Seite:
    <a href="http://www.europa.eu/" target="_blank" rel="noopener">http://www.europa.eu</a></li>
    • This reply was modified 3 years, 6 months ago by Lin84.
    #1306854

    Hi,

    Thanks for the update, you are excused. Could you post login details in private so that we can check your actual content please?

    Best regards,
    Rikard

    #1306894

    Thank you.

    #1307073

    Hi,

    Thanks for that. Your markup is correct as far as I can see, but it’s not updating on the front end for some reason. Could you try disabling your caching plugin to see if that helps please?

    Best regards,
    Rikard

    #1307099

    Thanks for the tip, it was not because of the caching plugin, but because of an accessibility plugin.
    Do you know a good alternative for accessibility plugin?

    #1307298

    Hi,

    Thanks for the update, I’m glad that you found the cause of this problem. I don’t really have any recommendations for accessibility plugins unfortunately, but I’m guessing that the functionality to prevent links from being opened in a new tab is optional in the plugin? You might want to contact the plugin authors if it’s not possible through the plugin options.

    Best regards,
    Rikard

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