BuddyBoss Home – Web Support Forums Themes OneSocial theme [BUG FIXED] Image won't load with Visual composer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #65615
    @jeffghost

    Hi,

    I was having a bug on all my images used with VC.
    Here is the fix (via css) and maybe you wan’t to have it too.

    From the support of VC :
    ——————————-
    The issue is arising from the theme css:

    http://XXXXX/wp-content/themes/onesocial/css/main-global.css line 485.
    #main-wrap img.not-loaded {
    opacity: 0;
    }

    It can be fixed by adding following code to the custom css:
    #main-wrap img.not-loaded {
    opacity: 1;
    }

    However, I would also suggest contacting the theme author as it might affect other areas in the theme since it is a theme style.

    Thank you,

    cc @pallavi / @vapvarun / @anve

    Answers

    #65864
    @vapvarun

    Hi @jeffghost
    Sorry for inconvenience
    I have notified developers to take care of it, in future version
    Regards
    Varun Dubey

    #69687
    @vapvarun

    Hi @jeffghost,

    It’s inside our development queue at present.
    Please attach corresponding screenshot to get clear idea or let me know on which page you had these issues.
    Regards
    Varun Dubey

    #69695
    @jeffghost

    Hi, it was fixed by the CSS trick.So i’m good now
    Thx for getting back to me.

    #69699
    @vapvarun

    Great, I will close this topic

    Feel free to create new ticket for any further questions.

    Regards
    Varun Dubey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘[BUG FIXED] Image won't load with Visual composer’ is closed to new replies.