Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Wpforms Plugin Conflict with enfold child theme #1485442

    HI, I have provided access via the private link. The only things added to the function.php in the child theme was a new icon for snapchat. Which is below. I did run the test recommended by WPforms and things did map correctly when I disabled the child theme on my end.

    function avia_add_custom_icon($icons) {
    $icons[‘snapchat’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf2ac’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Snapchat’] = ‘snapchat’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Thank you!

    I’m on the page right now and the 2 other videos play with sound on autoplay in the lightboxin chrome. They are not muted. Why would this be if it is not allowed? I did add the code to mute but it still did not autoplay… The large video below to 2 youtube shorts.

    • This reply was modified 5 months, 3 weeks ago by stevengamez.

    The other videos on my page that use this feature worked without disabling the audio.

    • This reply was modified 5 months, 4 weeks ago by stevengamez.
    in reply to: Urls not working correctly – bug #1474081

    I figured it out. I reached out to the hosting provider. Thank you so much for you support.

    in reply to: Urls not working correctly – bug #1474022

    Originally I had another page that was named case-studies which I renamed to keen-case-studies. That is when the issue started. No redirect plugin. I have adjusted the names of the slugs. There is no post or category named case-studies. I have tried deleting the pages but the issues persists. Nothing seems to work… The page keen-cases-stdies was created a few days ago… This is when the issue started. It doesn’t make sense that this new page would be a redirect…

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