-
AuthorPosts
-
March 9, 2019 at 1:02 pm #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.
March 12, 2019 at 8:18 pm #1077946Hey 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,
VictoriaMarch 12, 2019 at 8:50 pm #1077962kommt 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.March 13, 2019 at 12:05 am #1078034Or 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, 8 months ago by Guenni007.
March 14, 2019 at 7:36 am #1078549Hi,
Thanks for sharing and helping out @guenni007. Did you have any luck with that @seo-website-grafiker?
Best regards,
RikardMarch 14, 2019 at 10:12 am #1078623@guenni007
edited ALB would be great :)
Aber der erste Tip hilft mir auch schon sehr weiter.
Vielen Dank!April 27, 2019 at 1:54 pm #1094901Guenter 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/#columnsMay 21, 2019 at 10:46 am #1102787I 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.
May 27, 2019 at 3:34 am #1104391Hi,
Glad to hear. We’ll close this thread then.
Einen schönen Tag noch!
Best regards,
IsmaelOctober 19, 2019 at 12:44 am #1149437Um 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!October 21, 2019 at 6:31 am #1149718 -
AuthorPosts
- The topic ‘Verlinkte Spalten einen Linktext bzw. Title Tag geben’ is closed to new replies.