Home Forums WoodMart support forum webstite images only shows perloader images

webstite images only shows perloader images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #647202

    prashanthb
    Participant

    suddenly all the images got disappered and only the preloader image has been appeared i don ‘t know why all of sudden?

    https://tinyurl.com/26gyrgm4

    • This topic was modified 4 hours, 7 minutes ago by prashanthb.
    #647249

    Luke Nielsen
    Keymaster

    Hello,

    If you mean the icons disappear, paste the code below in the fucntions.php file in your child theme.

    add_action( 'wp_enqueue_scripts', function () {
    	wp_enqueue_style( 'vc_font_awesome_6' );
    }, 10000 );

    Kind Regards

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