Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Videos don't show up: just Black Box with Timecode #1271522
    This reply has been marked as private.
    in reply to: full screen video bagground #891141

    hello,
    I want a webm Video as fullscreen background video. But.. https://i.imgur.com/Sh1XtS4.png
    I tried Color Section with webm Background Video. What is wrong!?

    best regards,
    patrick

    in reply to: Professional icons instead of social icons? #601886

    my icons show up in layout-editor – icons..
    but i can’t select them in social icons dropdown menu. i added this code to the very end of functions.php

    what is wrong?!

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['icon1']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    $icons['icon2']	 = array( 'font' =>'fontello', 'icon' => 'ue802');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Icon1'] = 'icon1';
    $icons['Icon2'] = 'icon2';
    return $icons;

    help me! thx!

Viewing 3 posts - 1 through 3 (of 3 total)