[Support request] Visual Composer conflict

Home Forums Support [Support request] Visual Composer conflict

Home Forums Support Visual Composer conflict

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #341707
    Edwin

    Hi I am using visual composer with generate press theme, but have a issue with links from awesome font or images links not working under GP hooks. It is working when i disable Visual composer.

    This is the code i am using:

    <div class="socials">
    <a href="https://www.facebook.com/opalaust" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
    <a href="https://www.instagram.com/opalaustralia/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
    <a href="http://snapchat.com/add/opalaust"><i class="fa fa-snapchat-ghost" aria-hidden="true"></i></a>
    </div>

    Any idea?

    Thanks

    Edwin

    #341752
    Leo
    Staff
    Customer Support

    Hi there,

    Hmm can’t quite see why that could be a conflict. Pretty straight forward HTML.

    What’s not working?

    #341754
    Edwin

    https://shopopal.com.au/

    Check the three icons left from the menu. (They have links)
    The links don’t work. Same if i use Awesome font icons.

    #341760
    Leo
    Staff
    Customer Support

    I see an error loading FontAwesome but not sure where it’s coming from.

    Can you keep GP premium and Visual Composer activated and deactivate all other plugins to make sure it’s not coming from other plugins?

    #341778
    Tom
    Lead Developer
    Lead Developer

    Try adjusting your CSS to this:

    .socials {
        max-width: 300px;
        float: right;
        height: 50px;
        text-align: center;
        position: absolute;
        z-index: 9999;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.