I am trying to credit images I, mostly, use from Unsplash. For images inline that works by adding the credits in the caption as Unsplash provides. For the header (featured image) there is no possibility to add credits like in a caption. A good example of how this could work you can find on Medium: https://medium.com/the-mission/j-r-r-tolkiens-writing-process-on-creating-good-work-792d213d3951
It would be great if the caption field would be available for the featured images.
Unfortunately there is no option for that only way you can bypass this issue would be write the credit of source or author on image.
Otherwise it will required Custom Code but unfortunately we don't give clients support for custom code in support package this package offers only usability.
If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.
Thanks for your reply. The current implementation of the header images could be more according to web guidelines. As an alternative you folks could implement the alt and title attribute. That would be very logical and non obtrusive and not to much work I am sure. On mouse over that could show the title from WP media. On top of that that would also benefit visually impaired visitors to the website.
Don't get me wrong I am a happy user as it is, but it feels unfair to photographers like from Unsplash not to have their images credited.
I have checked for a possibility to add this but there is a problem with it. Image credits should be implemented on each area where image placeholder is called and thus will take so much time.
I have tested to add "alt" attribute and it worked:
This filter "kalium_get_image_placeholder_title_attribute" doesn't actually exist in 2.1.2 of Kalium so I have added it now and you need to replace this file one time only:
Download this file and replace it in this directory (of the theme): /kalium/inc
I am trying to credit images I, mostly, use from Unsplash. For images inline that works by adding the credits in the caption as Unsplash provides. For the header (featured image) there is no possibility to add credits like in a caption. A good example of how this could work you can find on Medium: https://medium.com/the-mission/j-r-r-tolkiens-writing-process-on-creating-good-work-792d213d3951
It would be great if the caption field would be available for the featured images.
Thanks Ben
Hi benvantende
Unfortunately there is no option for that only way you can bypass this issue would be write the credit of source or author on image
.
Otherwise it will required Custom Code but unfortunately we don't give clients support for custom code in support package this package offers only usability.
If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.
Hey Eroll,
Thanks for your reply. The current implementation of the header images could be more according to web guidelines. As an alternative you folks could implement the alt and title attribute. That would be very logical and non obtrusive and not to much work I am sure. On mouse over that could show the title from WP media. On top of that that would also benefit visually impaired visitors to the website.
Don't get me wrong I am a happy user as it is, but it feels unfair to photographers like from Unsplash not to have their images credited.
Maybe throw it into the Kalium group?
Thanks Ben
Hi Ben,
I have checked for a possibility to add this but there is a problem with it. Image credits should be implemented on each area where image placeholder is called and thus will take so much time.
I have tested to add "alt" attribute and it worked:
(view large version)
Does this works for you?
Heyla Arlind,
Thanks for checking this. It would be perfection if the title attribute could be included as well. Could that work?
gRTz ben
Hi Ben,
Sure, that can be achieved. However you need to apply this code in functions.php:
This filter "kalium_get_image_placeholder_title_attribute" doesn't actually exist in 2.1.2 of Kalium so I have added it now and you need to replace this file one time only:
Download this file and replace it in this directory (of the theme): /kalium/inc
The title will be displayed in image as well.