• Resolved Kuro

    (@kuro)


    It is the first time you use Font Awesome Better. Yesterday I worked hard on a web of a seminary and today my surprise when a section with 30 speakers where I used icons of social networks and today have disappeared by 90%. And those who had not gone the code was not complete.
    An example of the code I used:
    <a href="https://www.tni.org/es/node/296"> <i class = "fa fa-globe"> </ i> </a> <a href="https://twitter.com/TNInstitute"> <i class = "fa fa-twitter"> </ i> </a>
    But today there is only this:
    <i class = "fa fa-globe"> <i class = "fa fa-twitter"> </ i>

    I’ve gone back in time with revisions WordPress but all are without icons. It’s crazy.

    I can not explain. About two hours away. I think it will be problem Divi Theme builder.

    I’m afraid to introduce again the social networks of these 30 people and disappear again. I had thought to use Font Awesome without plugin:
    https://www.divi-magazine.com/using-font-awesome-with-divi/

    What do you think? Any suggestions?

    Edited:
    I had to add code label because here’s the same. The editor has become the line of code as you see in the second. They were equal !!
    Is it a problem of visual editor / text WordPress?

    Here the example that if you do not use the label code. WordPress shows two identical but they are not and so the link and icon is lost. A horror!

    1: <i class = “fa fa-globe”> </ i> <i class = “fa fa-twitter”> </ i>

    2:<i class = “fa fa-globe”> <i class = “fa fa-twitter”> </ i>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Hi there,

    I wish I could help with this one, but it seems like a Divi/editor issue you’ve run into. I know a lot of other folks have used BFA alongside Divi without issue, so I’m inclined to believe there must be something specific to your setup/process that caused this issue. If you can recreate the issue and confirm it pertains to BFA, I’ll be happy to take a look.

    The only thing that immediately comes to mind is that your HTML is incorrectly formatted, and thus invalid. Notice the extra space that you’ve included in your closing </I> elements.

    You have: </ i>

    It should be: </i>

    Also, you really shouldn’t be including spaces on all of your element attributes.

    Thread Starter Kuro

    (@kuro)

    Hi Mickey,

    The problem was that I wrote the code (wrong) but I using your button in the editor, even in visual mode works perfect.

    Your button to insert the code like this:
    [Icon name = “twitter” class = “” unprefixed_class = “”]

    Actually the problem was me for not knowing how to use your plugin.

    Thanks a lot and awesome plugin ; )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with Divi Theme 2.6.4’ is closed to new replies.