Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1458359

    Hallo Zusammen,

    warum ändert das einstellen des Title attribut den Titel? Soll das so sein oder ist das ein Fehler? Macht irgendwie keinen Sinn oder?

    Screenshot hier:
    Bildschirmfoto-2024-06-24-um-16-54-39

    Danke und Gruß
    Blatze

    #1458516

    Hey Blatze,

    That adds a title to the link, which will appear when you hover over the link.

    Best regards,
    Rikard

    #1458531

    Yes, but it changes the title which is shown too! Like see the preview on the right side of the screenshot. The original Title is an address..

    #1458567

    Hi,

    I can’t reproduce that on my end, could you let us know which steps you are taking for that to occur please?

    Best regards,
    Rikard

    #1458568

    I simply enter something in the field Title Attribut of the symbol box. But I have just tried it on another site and there is indeed no such error. 😳

    Bildschirmfoto-2024-06-25-um-10-43-17

    #1458569

    I have just deactivated all plugins as a test, but the error remains.

    #1458579

    Hi,

    Thanks for the update. Which version of the theme are you running?

    Best regards,
    Rikard

    #1458582

    Keine Aktualisierung verfügbar. Du verwendest die letzte Version! (5.7.1)

    #1458583

    But you’re already right – it’s actually superfluous here.
    Unless you choose the option here – assign link to icon only.
    Then the tooltip is different from the title of the icon box ;)

    So in this case it makes sense – if this is not desired, simply do not fill it in, but leave the title as with content.
    ____________

    Aber du hast schon rechte – es ist eigentlich überflüssig hier.
    Es sei denn du wählst hier die Option – link nur dem Symbol zuordnen.
    Dann ist der Tooltip ein anderer als der Title der Symbolbox ;)

    Also für diesen Fall ist es sinnvoll – wenn das nicht gewünscht ist eben einfach nicht ausfüllen, sondern den Titel wie bei Inhalt belassen.

    #1458585

    Hallo Guenni007,

    Danke für Deine Antwort. Allerdings hätte ich ja gerne nen Tooltip beim hovern, sonst hätte ich es ja nicht versucht auszufüllen. Da es auf einer anderen Seite funktioniert, liegt hier ja ein Bug vor, den ich (so oder so) gerne beseitigt hätte.

    Danke und Gruß :)
    ____________

    Hello Guenni007,

    Thank you for your answer. However, I would like to have a tooltip when hovering, otherwise I would not have tried to fill it in. Since it works on another page, there is a bug here that I would like to have fixed (one way or another).

    Thanks and regards :)

    #1458623

    Hi,

    Since we can’t reproduce the problem, and we’ve had no other reports of this being a problem on other installations, then it’s likely a local problem. Did you add any type of customisations? If so then please try to remove them temporarily to see what happens after that. You could also try to reinstall the theme.

    Best regards,
    Rikard

    #1458640

    yes – you are right – it only happens if you want to assign both to the link, then the title set here overwrites the content title.

    _____________
    ja – du hast Recht – es passiert auch nur wenn man dem Link beiden zuordnen will, dann überschreibt der hier gesetzte Titel den Content Titel.

    wenn du enfold 5.7.1 hast dann öffne mal iconbox.php
    auf Zeile: 692 ff:

    case 'both':
    	if( $title )
    	{
    		$title = "<a href='{$link}' title='" . esc_attr( $linktitle ) . "' $blank>$linktitle</a>";
    	}

    und ersetze durch:
    (replace with:)

    case 'both':
    	if( $title )
    	{
    		$title = "<a href='{$link}' title='" . esc_attr( $linktitle ) . "' $blank>$title</a>";
    	}

    siehe hier oben links: https://enfold.webers-webdesign.de/3-columns/

    you can see on line 708 the correct way for only title case.

    #1458646

    Hi Guenni007,

    das ist nicht richtig, denn ich habe auf einer anderen Seite mit der gleichen Enfold Version nicht dieses Problem.

    _________

    Hi Guenni007,

    that is not correct, because I do not have this problem on another page with the same Enfold version.

    #1458662

    Hi!

    Fix von Guenni007 ist korrekt.

    Das Problem tritt auf, wenn Linkauswahl: link is applied to icon and title

    Ist in nächster Release 6.0 eingebaut.

    Regards,
    Günter

    #1458681

    Hi Günter,
    AH OK! hatte beim testen auf der anderen Seite beim link dann nicht die richtige Auswahl getroffen! Sorry, mein Fehler!

    Ich danke euch! (Besonders Guenni007)

    Gruß ✌️

    #1458744

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1459689

    Thanks please close! :)

    #1459783

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Title Attribut changes title’ is closed to new replies.