Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #922672

    Hi!
    I’m using the Enfold 4.2.6. I tried to add a fontello zip file to the them, and it worked last time.
    But when I tried to replace a new font file today, I successfully uploaded the zip file, but in the editor, I got this:
    https://www.dropbox.com/s/1fa8ukvwc9aznnb/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202018-03-07%2008.14.35.png?dl=0
    I’m not using any plug-in, and I’ve tried two demos (Default Demo and Coming Soon).
    Thank you!

    • This topic was modified 7 years, 4 months ago by heart7th.
    #922693

    Hey heart7th,
    Please link to the fontello zip file so we can test.

    Best regards,
    Mike

    #922698

    Hi Mike!
    Thank you for reply!
    the link is:

    #922721

    Hi,
    Please link to the full zip file that you downloaded from fontello, as it includes a css file with the code to the icon.
    Thanks.

    Best regards,
    Mike

    #922811

    Hi Mike!
    The link is in the Private Content area.
    And now I encountered another problem, I don’t know what happened but I cannot open my homepage now. And the error message is also in the Private Content.
    Thank you!

    #922871

    Hi,
    Please replace your header.php with this one: header.php
    This error is typically due to having an older PHP version installed on your host, which could also explain your issue with the icon. I have successfully installed the fontello zip file on my localhost, so please ensure your webhost has PHP v7 installed.

    Best regards,
    Mike

    #923021

    I’ve updated the PHP version and solve the issue, Thank you very much!
    And there’s 1 problem remains. I’d like to add 2 icons in 1 line at the center of the page. I tried every method I’ve found on this forum, but none works.
    The page is in the Private Content area. The Weibo icon and the Steam icon.
    Thank you very much!

    #923066

    Hi heart7th,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #923094

    Hi, Victoria,
    OK, I’ve put it in the Private Content zone.
    Thank you!

    #923519

    Hi,
    I added some classes to your element and this css to your General Styling > Quick CSS field:

    .inline-left {
        float: left;
        padding-right: 50px;
    }
    .inline-right {
        float: right;
    }
    .cncenter {
        display: flex;
        justify-content: center;
    }

    Your icons are now inline, with a spacing of 50px between them, if you want to change the spacing please adjust the “50px” in the code above.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.