Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1330096

    Hi Krisi-Team,
    in this thread https://kriesi.at/support/topic/copyright-option-for-images-including-html
    is a solution to use html (to create links) in the copyright content of images. I saw in the change logs that a filter for it was added. Where can I find the filter and how do I use it?
    Thanks in advance!

    #1330160

    Hey,

    Thanks for contacting us!

    Please add following code to bottom of Functions.php file of your child theme

    
    add_filter('avf_alb_image_copyright_text', 'new_avf_alb_image_copyright_text');
    function new_avf_alb_image_copyright_text($copyright_text){
    	return html_entity_decode($copyright_text);
    }

    Best regards,
    Yigit

    #1330285

    Perfect. Thanks Yigit for the quick help!

    #1330306

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Using html in copyright content of images’ is closed to new replies.