Site logo

Archived topic

Visual Composer conflict

4 replies · Started by Edwin on June 29, 2017

Viewing posts 1–5 of 5

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

Hi there,

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

What's not working?

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.

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?

Try adjusting your CSS to this:

.socials {
    max-width: 300px;
    float: right;
    height: 50px;
    text-align: center;
    position: absolute;
    z-index: 9999;
}
This archived topic is closed to new replies.