Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • This override did indeed work. Thank you for referring me to that solution.

    For anyone else looking for the current resolution to background video in Color Section not looping as intended, please add this to your functions file or custom functions file:

    add_filter("avf_youtube_video_data", function($data) {
    	unset($data["playlist"]);
    	return $data;
    }, 10, 1);
    in reply to: Video background not working #1279870

    I just noticed this issue affecting multiple sites I run and have posted my own thread, but am posting here as well to see if any progress has been made with this issue? It seems all versions 4.6 and up still have the problem. I even tried reuploading 4.6.7.4 on one of my sites with this issue but the problem persists.

    in reply to: All icons missing #1234416

    Resolved: I use GoDaddy Managed WordPress for this client’s site. GoDaddy recently offers a CDN service which they turn on by default for you. This CDN was probably causing the path to the font files and stylesheets to break on Enfold. I disabled CDN and the icons reappear.

    in reply to: Looping background video on Color Section #1185851

    Actually, it looks like looping is working now after the theme update. There may have been some cacheing involved that didn’t show me the looping video right away. Thanks!

    in reply to: Looping background video on Color Section #1184572

    I updated to 4.7.3 but the issue persists.

    in reply to: Looping background video on Color Section #1184181

    Hello,
    I don’t think there’s any delay. I watch the 1.5 minute video and when it ends, it just rests with a Play button overlayed on top. No looping. Is there a setting in the theme for ensuring Color Sections’ background videos loop? I tried setting a Loop argument in the YouTube link of my video but that didn’t work either.

    Please see my other demo site with the same issue. Video plays once, then stops.

    in reply to: WooCommerce pagination of filtered product results #1139604

    Hello,
    I was under the impression that the pagination of products, along with pagination of any filtered results, was a feature of how Enfold displays Shop product results. I will follow up with WooCommerce support about this instead. Thank you for taking a look and confirming it’s not your theme causing the problem.

    in reply to: WooCommerce pagination of filtered product results #1138040

    Hi Victoria,

    Link attached in Private.

    You can reproduce the problem by selecting any kind of filter from the right sidebar (Publisher, Character, Type) and then try to navigate to Page 2 of the results. The store pagination does not update as we select the filters, so we don’t see paginated results of our filters.

    Please let me know when you have completed testing on my site so that I can re-enable the Coming Soon plugin.

    • This reply was modified 5 years, 1 month ago by coolhatwebdesign. Reason: request to be notified when testing of page is complete so I can restore the Coming Soon landing page for the site
Viewing 8 posts - 1 through 8 (of 8 total)