Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1076745

    Hallo Zusammen,

    wie der Betreff schon sagt würde ich einer Verlinkten Spalte gerne einen Titletag geben aus SEO Gründen.
    Gibt’s hier irgendwo eine Möglichkeit oder einen Trick wie ich das machen kann?

    Vielen Dank vorab.

    #1077946

    Hey Ingo,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1077962

    kommt das häufig bei dir vor?
    ich frage weil man natürlich schon über eine benutzerdefinierte Klasse dann dem Anchor title und alt hinzufügen kann.
    Nur wenn du das bei zig Spalten machen musst, ist es ne menge Handarbeit.

    Du vergibst dann ein custom class zB: titletag
    über child-theme functions.php:

    function custom_link_attriubtes(){
    ?>
    <script>
    (function($){
      $('.flex_column.titletag a').attr({ title:"custom_title", alt:"custom_alt" });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_link_attriubtes');

    Das musst du dann für jede klasse / column machen.
    Diese Zeile: $('.flex_column.titletag a').attr({ title:"custom_title", alt:"custom_alt" });
    kannst Du dann immer wieder neu anfügen für die einzelnen Columns.

    #1078034

    Or you can have an edited ALB Element : Columns.php that have in Case of Link Option – Input fields for Title and Alt Attributes.

    I have to edit that file for titles with spaces :lol
    just a moment

    • This reply was modified 5 years, 7 months ago by Guenni007.
    #1078549

    Hi,

    Thanks for sharing and helping out @guenni007. Did you have any luck with that @seo-website-grafiker?

    Best regards,
    Rikard

    #1078623

    @guenni007
    edited ALB would be great :)
    Aber der erste Tip hilft mir auch schon sehr weiter.
    Vielen Dank!

    #1094901

    Guenter here from Board helped me to get on the way to do it.
    you can download it on GitHub of Kriesi or on my page with comments in the source to see what is newly added.
    https://webers-testseite.de/edited-enfold-alb-elements/#columns

    #1102787

    I guess it is now implemented in Enfold 4.5.7 – thank you – this is a nice feature for SEO and Wai Aria points of view.

    #1104391

    Hi,

    Glad to hear. We’ll close this thread then.

    Einen schönen Tag noch!

    Best regards,
    Ismael

    #1149437

    Um den Task noch mal final zu closen.
    Das Team von Kriesi hat wie immer zeitgemäß reagiert und es für den Redakteur User-/Bedienerfreundlich gelöst.
    Vielen Dank dafür an das Entwickler-Team von Kriesi. Freut mich echt dass die Kollegen auf Wünsche der User eingehen und dass dann auch umsetzen!

    #1149718

    Hi,

    Glad we could be of help. Please don’t hesitate to open a new thread if you need anything else. We’ll close the thread now. Once again, have a nice day.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Verlinkte Spalten einen Linktext bzw. Title Tag geben’ is closed to new replies.