Forum Replies Created
-
AuthorPosts
-
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);December 27, 2024 at 7:35 pm in reply to: Image lightbox url with YouTube video not playing automatically #1474320Thank you!
December 23, 2024 at 6:27 pm in reply to: Image lightbox url with YouTube video not playing automatically #1474195I’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.
December 20, 2024 at 8:31 pm in reply to: Image lightbox url with YouTube video not playing automatically #1474083The 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.
I figured it out. I reached out to the hosting provider. Thank you so much for you support.
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…
-
This reply was modified 5 months, 3 weeks ago by
-
AuthorPosts